salman233 Posted June 7, 2011 Share Posted June 7, 2011 i want to embed flash in my php script need help with swfobject Link to comment https://forums.phpfreaks.com/topic/238631-need-help-with-swfobject/ Share on other sites More sharing options...
joel24 Posted June 7, 2011 Share Posted June 7, 2011 documentation. Link to comment https://forums.phpfreaks.com/topic/238631-need-help-with-swfobject/#findComment-1226352 Share on other sites More sharing options...
salman233 Posted June 7, 2011 Author Share Posted June 7, 2011 i have done all the things but when i <script type="text/javascript"> var so = new SWFObject("movie.swf", "mymovie", "400", "100%", "8", "#336699"); so.addParam("quality", "low"); so.addParam("wmode", "transparent"); so.addParam("salign", "t"); so.write("flashcontent"); </script> the player is not showing up please help me out Link to comment https://forums.phpfreaks.com/topic/238631-need-help-with-swfobject/#findComment-1226372 Share on other sites More sharing options...
joel24 Posted June 7, 2011 Share Posted June 7, 2011 do you have a <div> with id 'flashcontent' ?? p.s. this post should be in the javascript help section. Link to comment https://forums.phpfreaks.com/topic/238631-need-help-with-swfobject/#findComment-1226388 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.