php - display an HTML page(containg audio player) in felx AIR -
for($i=0; $i<$fields_num; $i++) {$field = mysql_fetch_field($result); 'echo "<td>{$field->name}</td>"; }echo "</tr>\n"; while($row = mysql_fetch_array($result)) { echo "<tr>"; echo "<td>" . $row["area"] . "</td>"; echo '<td> . <embed height="18" width="100" src="'.$row["voicename"].'"> . <td>'; echo "</tr>\n"; } echo "</table>"; mysql_free_result($result); ?> </body></html> this code working fine.it display table in browser tow field.the second field display quick time plugin play mp3 file(name voicename , it's stored in same folder of html file).but need display html page on flex air. table displaying.but player not displaying since quick time plugin not there flex air interface.is there way display player there?
the html facilities of adobe air not support quicktime plugin; support flash player plugin. not believe able want.
Comments
Post a Comment