Hi I need code on how to play .flv in my domain. I've tried a lot of code but it does not work. i'll give +reps Thanks
You need a flv player installed on your server. It's more then coding you need a script. Alternatively, you could upload the video to youtube or some other video site, and embed the code on your site.
Hey, See this free player you can use this one... http://forums.digitalpoint.com/showthread.php?t=976981 Reg, - J
Yes, you can use any FLV players, if you want to watch it. Or you can upload it to YouTube. Or you can convert it to MPEG.
get a flv player - I have one which I can give for a few bux then add this code <object type="application/x-shockwave-flash" width="320" height="240" wmode="transparent" data="flvideo/flvplayer.swf?file=04710dd0491484.flv&autoStart=false&logo=http://www.domain.com/images/watermark.png"> <param name="movie" value="flvplayer.swf?file=04710dd0491484.flv&autoStart=false&logo=http://www.domain.com/images/watermark.png" /> <param name="wmode" value="transparent" /> </object>
How to install player in my server? please give me url where I can download or maybe step by step tutorials. Thanks
take a look at this two http://www.longtailvideo.com/players/jw-flv-player/ and http://flowplayer.org/
The JW player is excellent, I have used it many times. It supports full screen video and has an XML playlist interface.
I second JW FLV Player. There are other good free players, but this is one of the most stable and well documented.
Have You tried to just embed video on your site? Or you are trying to ask how to video host on your site?
You can use the software to help you. Moyea Flash Video MX Pro is the easy-to-use program to convert AVI to FLV, MPEG to FLV, WMV to FLV, MP4 to FLV, MOV to FLV, etc. 1. It provides various vivid flash players and preloaders for your video. 2. You can add watermark like logo or text watermark, insert CuePoints to add the subtitles. 3. Configure the event or navigation settings to link a URL for Flash video. 4. Using our program, you can get SWF file, FLV file, JPG file and HTML file! All are what you need! The codes you may need, generated by Moyea Flash Video MX. <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240"> <param name="movie" value="2_11.swf"> <param name="quality" value="high"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="True" /> <embed src="2_11.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="240" allowScriptAccess="sameDomain" allowFullScreen="True"> </embed> </object> In this piece of code, you can replace “2_11.swf†with your own uploaded swf file. Set “allowFullScreen†to “True†to allow playback in full screen or set to “False†not allow playback in full screen. Change the width and the height of SWF player by replacing the value “320†or “240â€. Specify the "quality" as you want.
Flash Video MX. right, it is good. But if you do not need to convert the video to flv. I suggest you to use Moyea PlayerBox, it is a web flv player creater.
You cannot directly add FLV to website. To stream FLV video on web page, you need a web-based FLV player. On this issue, you can check playerdiy.com. It is a quick solution to add flash video to website and an easy-to-use FLV player creator that can create your own style FLV player with playlist, preloader and full screen features for Web. This is the official website - http://www.playerdiy.com/ And this is the tutorial - http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html