Skip to main content
Participant
March 19, 2010
質問

FLV player will not play video.

  • March 19, 2010
  • 返信数 2.
  • 1664 ビュー

So im new to this whole website stuff and i just recently tried to use flash to put a video on it. Where the video should show up is there and the controls are there but i cant get the video to show up and play. Im not sure if im missing something in the code. Can some one please help me?

This is the page...

http://www.dynamic-dancebc.com/videos.html

このトピックへの返信は締め切られました。

返信数 2

Inspiring
March 19, 2010

In addition to webqaflash's comment, I suggest you install debug version of Flash player - this way you will be able to see errors.

Currently the player throws the following errors:

SecurityError: Error #2148: SWF file http://www.dynamic-dancebc.com/ddance.swf cannot access local resource C:\Users\Christal\Desktop\ddvideo.flv. Only local-with-filesystem and trusted local SWF files may access local resources.
    at flash.net::NetStream/play()
    at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_play()
    at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_setUpStream()
    at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
    at fl.video::VideoPlayer/load()
    at fl.video::FLVPlayback/doContentPathConnect()

Participant
March 19, 2010

could you give me the link to the debugger?

Inspiring
March 20, 2010

http://www.adobe.com/support/flashplayer/downloads.html

webqaflash
Inspiring
March 19, 2010

I think you didn't upload your video(.FLV file);

And also in the flash you should point the source of FLVPlayBack to http://www.dynamic-dancebc.com/ddvideo.flv

or simply the name of the flv if flv is along with the swf.

When you testing with flash , you have browse the flvPlayback source from your machine.

it is some thing like "C:\\Users\\Christal\\Desktop\\ddvideo.flv"

change it to the correct path as said above