Go Back   SitePoint Forums > Forum Index > Content for Your Site > Multimedia Content > Audio, Video and Animation
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Nov 20, 2009, 03:24   #1
kvijayhari
I'm not a human
 
kvijayhari's Avatar
 
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>
kvijayhari is offline   Reply With Quote
 

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 02:29.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved