Question
AS2: NetStream playing local file
To play a FLV file on the local hard disk,
the manual says that one should do
NetStream.play("file://test.flv")
with test.flv being in the same directory with
the SWV movie. But it doesn't work.
In the onStatus info code, it indicates
a failure to locate the file.
Now, it works if I use
NetStream.play("test.flv")
But still, why the prefix "file://" does
not work?
the manual says that one should do
NetStream.play("file://test.flv")
with test.flv being in the same directory with
the SWV movie. But it doesn't work.
In the onStatus info code, it indicates
a failure to locate the file.
Now, it works if I use
NetStream.play("test.flv")
But still, why the prefix "file://" does
not work?