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 Quote 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? Quote 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 Quote 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? Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.