show/hide this revision's text 2 Added clarity

I have a swf that is run from C:/ in the browser instead of a server (long story) and that swf loads a video that it located at ../../videos/video in relation to that swf.

Problem is, When I run it in Flex, everything is cool. Running locally, it can't find the file (not a security error) and is throwing a connectionError.

Any ideas?

NOTE: This seems to be a Windows specific problem, it's running on my mac with the same security settings just fine.

show/hide this revision's text 1

Loading a video from the local file system...

I have a swf that is run from C:/ in the browser instead of a server (long story) and that swf loads a video that it located at ../../videos/video in relation to that swf.

Problem is, When I run it in Flex, everything is cool. Running locally, it can't find the file (not a security error) and is throwing a connectionError.

Any ideas?