Hi there,

Just doing some tests loading flv dynamically and there's something I
don't quite get. From the reference:

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html#play()

"If the video file can't be found, the netStatus event is dispatched"

Indeed the onPlayEvent gets called with
"NetStream.Play.StreamNotFound", but then when and why is the IOError
dispatched?

Now, from that very same method, a little bit later when talking about
the parameters:

"The location of the video file to play, as a URLRequest object or a string"

But when I try to use an URLRequest object instead of a string,
nothing works. And I was trying to use the URLRequest instead of a
simple string just to test if I could get the IOError dispatched. BTW,
the first comment on that page seems to be getting the same problem
with the URLRequest as I get.

Tests seem to be consistent in IE and FF, running from the local
system or from a server.


Cheers,

Juan

-- 
Juan Delgado - Zárate
http://zarate.tv
http://blog.zarate.tv

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to