b2k Posted November 6, 2007 Share Posted November 6, 2007 Hi, I want to integrate a Flash FLV player to Ezine Script.... i want add this player here: http://www.jeroenwijering.com/?item=JW_FLV_Player But the problem is that i dont know how... Here the script http://computingbasic.com/zinebasic_demo/ Thanks Link to comment https://forums.phpfreaks.com/topic/76264-problem-integrating-jw-flv-player/ Share on other sites More sharing options...
b2k Posted November 6, 2007 Author Share Posted November 6, 2007 For integrate this, i have use this snippet <p id="player1"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p> <script type="text/javascript"> var s1 = new SWFObject("flvplayer.swf","single","300","170","7"); s1.addParam("allowfullscreen","true"); s1.addVariable("file","video.flv"); s1.addVariable("image","preview.jpg"); s1.addVariable("width","300"); s1.addVariable("height","170"); s1.write("player1"); </script> And also i have to include this line: <script type="text/javascript" src="swfobject.js"></script> Thanks Link to comment https://forums.phpfreaks.com/topic/76264-problem-integrating-jw-flv-player/#findComment-386067 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.