Skip to main content
Inspiring
October 17, 2009
Answered

my_netstream.play( my.flv , 23 ) not working

  • October 17, 2009
  • 1 reply
  • 852 views

hello;

this does not work:

my_netstream.play( my.flv , 23 )

this does work:

my_netstream.play( my.flv )

my_netstream.seek(  23 )

also this test is presuming that my.flv is cached, and my.flv is stored on a webserver, not FMS;

this feels very hackey though;

any thoughts?

thanks;

This topic has been closed for replies.
Correct answer Andrei1-bKoviI

It shouldn't work. Outside of FMS play accepts only one parameter - asset location. Only if you with FMS additional arguments work. Here is documentation:

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

1 reply

Andrei1-bKoviICorrect answer
Inspiring
October 17, 2009

It shouldn't work. Outside of FMS play accepts only one parameter - asset location. Only if you with FMS additional arguments work. Here is documentation:

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

dsdsdsdsdAuthor
Inspiring
October 18, 2009

Andrei, thanks;

Shannon

Inspiring
October 18, 2009

You are welcome.