开发者

self-created FLV player does not play videos on production server or other machines

I created a flash video player using Flash CS3. I exported the player to html and it works fine on my PC.

The problem is that it does not play on other machines. It also does not play when the page is opened from our website (web server is on a different machine, hosted), even when using my computer.

What could p开发者_运维问答ossibly be wrong?

Thanks!


You've probably got a bad path somewhere and the request for the video is returning a 404. In any case, this is the easiest thing to check and should be ruled out first for any data driven Flash application.

You need to check your HTTP requests. Firebug's net tab might suffice or you might want to try a stand alone web debugger. I use Charles even though it's not FOSS (it's cheap). Some of my Windows-using coworkers use Fiddler.


How exactly are you embedding the flash player in your HTML page? Have you checked to make sure that the paths to the .flv file are valid? Also, do you have a webserver installed on your PC, or are you simply viewing the HTLM using your system's file browser?


Keep in mind that if your web server is using Windows Server 2003, by default, it does not recognize the FLV mime type. You actually have to add it in.

http://kb2.adobe.com/cps/194/tn_19439.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜