php1 Posted September 8, 2008 Share Posted September 8, 2008 is it possible to play wav file using php and flash? Link to comment https://forums.phpfreaks.com/topic/123237-how-to-play-wav-file-using-php-and-flash/ Share on other sites More sharing options...
JasonLewis Posted September 8, 2008 Share Posted September 8, 2008 Why do you keep asking this? Yes you can play music with Flash, Google it. To put it on a webpage you would need to use HTML markup, most probably the object tag. Google. Link to comment https://forums.phpfreaks.com/topic/123237-how-to-play-wav-file-using-php-and-flash/#findComment-636444 Share on other sites More sharing options...
php1 Posted September 8, 2008 Author Share Posted September 8, 2008 i google it and see that only mp3 files can be played. i want to know how we can play the .wav files using flash. thank u for your response Link to comment https://forums.phpfreaks.com/topic/123237-how-to-play-wav-file-using-php-and-flash/#findComment-636449 Share on other sites More sharing options...
JasonLewis Posted September 8, 2008 Share Posted September 8, 2008 WAV files can be played in Flash. I've done it for a school project before. Link to comment https://forums.phpfreaks.com/topic/123237-how-to-play-wav-file-using-php-and-flash/#findComment-636453 Share on other sites More sharing options...
php1 Posted September 8, 2008 Author Share Posted September 8, 2008 can u please explain a bit on it. i have put this code and i see only a blank page <OBJECT id="VIDEO" width="320" height="240" style="position:absolute; left:0;top:0;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="http://localhost/readFile.php?filename=play"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> <PARAM NAME="AutoStart" VALUE="True"> <PARAM name="uiMode" value="none"> <PARAM name="PlayCount" value="9999"> </OBJECT> Link to comment https://forums.phpfreaks.com/topic/123237-how-to-play-wav-file-using-php-and-flash/#findComment-636457 Share on other sites More sharing options...
discomatt Posted September 8, 2008 Share Posted September 8, 2008 This is a PHP forum. You're better off asking your question over at flashkit.com Link to comment https://forums.phpfreaks.com/topic/123237-how-to-play-wav-file-using-php-and-flash/#findComment-636553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.