|
|||||||
New to SitePoint Forums? Register here for free!
|
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
I'm not a human
![]() ![]() ![]() Join Date: Aug 2006
Location: India
Posts: 250
|
flv player not loading in flash player
Hi
I've added a page for playing video. when i load it with swf file it's loading but while i load it with flv file it took long time and after a while it's not loaded. What could be the error? The flv file is created using ffmpeg tool and so when i play it normally in the local machine in a browser it is playing. But in website it is not loading.. And also i've a doubt? Whether we can play .avi files through flash player? This is my code Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" data="./videos/video1.flv" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="550" height="400" id="button1" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="./videos/video1.flv" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="./videos/video1.flv" quality="high" bgcolor="#ffffff" width="550" height="400" name="button1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> |
|
|
|
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 02:29.









Threaded Mode