hno Posted August 14, 2011 Share Posted August 14, 2011 HI, I want to make embed for my videos in my website .This is the code that play the videos : <a href="uploads/secretary!94.flv" style="display:block;width:600px;height:390px;" id="player"><object width="100%" height="100%" id="player_api" data="flowplayer-3.2.7.swf" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="quality" value="high"><param name="cachebusting" value="false"><param name="bgcolor" value="#000000"><param name="flashvars" value="config={"playerId":"player","clip":{"url":"uploads/secretary!94.flv"},"playlist":[{"url":"uploads/secretary!94.flv"}]}"></object></a> <script language="JavaScript"> flowplayer("player", "flowplayer-3.2.7.swf"); </script> Can anybody helps me to create embed? Thanks Link to comment https://forums.phpfreaks.com/topic/244729-how-to-make-embed-from-this-kind-of-code/ Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 14, 2011 Share Posted August 14, 2011 exclamation marks are not allowed as a file name? Link to comment https://forums.phpfreaks.com/topic/244729-how-to-make-embed-from-this-kind-of-code/#findComment-1257098 Share on other sites More sharing options...
hno Posted August 14, 2011 Author Share Posted August 14, 2011 exclamation marks are not allowed as a file name? no Link to comment https://forums.phpfreaks.com/topic/244729-how-to-make-embed-from-this-kind-of-code/#findComment-1257104 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 14, 2011 Share Posted August 14, 2011 so is it allowed or not? Link to comment https://forums.phpfreaks.com/topic/244729-how-to-make-embed-from-this-kind-of-code/#findComment-1257135 Share on other sites More sharing options...
trq Posted August 14, 2011 Share Posted August 14, 2011 You should have a look at the flowplayer manual. It's been a long while since Ive used it but, there are better ways to do this. Link to comment https://forums.phpfreaks.com/topic/244729-how-to-make-embed-from-this-kind-of-code/#findComment-1257137 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.