colap Posted January 8, 2011 Share Posted January 8, 2011 It may be html question. How can i play .flv or .swf file on my web site? Can someone post sample code? I'm following this but can't fix it. http://www.ffmpegx.com/flv.html Quote Link to comment https://forums.phpfreaks.com/topic/223750-how-can-i-play-flv-or-swf-file-on-my-web-site/ Share on other sites More sharing options...
gizmola Posted January 8, 2011 Share Posted January 8, 2011 The most common solution in the open source world is to integrate the free version of the jwplayer. http://www.longtailvideo.com/ You install it on your server, and have it emit the necessary embed code and you'll have your flash movies playing in no time. There is support for how to accomplish this on their forums. Quote Link to comment https://forums.phpfreaks.com/topic/223750-how-can-i-play-flv-or-swf-file-on-my-web-site/#findComment-1156590 Share on other sites More sharing options...
Dragosvr92 Posted January 8, 2011 Share Posted January 8, 2011 you usually use the <embed> html tags to put a flash game or video etc and the client will need The Adobe Flash Player Quote Link to comment https://forums.phpfreaks.com/topic/223750-how-can-i-play-flv-or-swf-file-on-my-web-site/#findComment-1156609 Share on other sites More sharing options...
colap Posted January 8, 2011 Author Share Posted January 8, 2011 you usually use the <embed> html tags to put a flash game or video etc and the client will need The Adobe Flash Player Can you post the embed html code? Quote Link to comment https://forums.phpfreaks.com/topic/223750-how-can-i-play-flv-or-swf-file-on-my-web-site/#findComment-1156610 Share on other sites More sharing options...
jdlc010 Posted January 17, 2011 Share Posted January 17, 2011 hi. try to use this! <embed src="example.mpeg" autostart="false" /> Quote Link to comment https://forums.phpfreaks.com/topic/223750-how-can-i-play-flv-or-swf-file-on-my-web-site/#findComment-1160623 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.