salman233 Posted June 7, 2011 Share Posted June 7, 2011 i want to embed flash in my php script need help with swfobject Quote 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. Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/238631-need-help-with-swfobject/#findComment-1226388 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.