i’m new to using video in flash. I’ve found lots of seemingly great info for using progressive download. It seems that all of the examples require that the .flv files be in the same directory as the .swf file. Then you make a general local connection to the web _root using something like this:
my_nc.connect(null);
from what I can tell the “null” just causes the netConnection to connect to the local _root.
what do I do if my .flv’s are in a directory a few levels down?
/media/video/default.flv
can you use progressive download like that? or do you need to have a streaming server or streaming capability on your server to specify an URL?
thanks for any input!