Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FLV player will not play video.

New Here ,
Mar 18, 2010 Mar 18, 2010

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

TOPICS
ActionScript
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 18, 2010 Mar 18, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 19, 2010 Mar 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()

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 19, 2010 Mar 19, 2010

could you give me the link to the debugger?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 20, 2010 Mar 20, 2010

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2010 Mar 21, 2010
LATEST

Based on the error you should include the local files to the list of trusted by FLASH PLAYER files. To do that - right click on your flash movie --> settings --> advanced --> takes you to adobe page --> somewhere down the line add the path to the folder where your flv is to the list of trusted sites.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines