Skip to main content
Participant
March 4, 2009
Question

any one help me...

  • March 4, 2009
  • 1 reply
  • 363 views
I have a two question..
question one..
I don't know where is the local path -> http://localhost/ (Adobe Flash Media Server)
D:\Flash Media Server 3.5 ?

question two..
How can I find the mp3 duration or total length...
ns.play("mp3:song.mp3");

song.fla file path : D:\Flash Media Server 3.5\applications\Test2
main.asc path : D:\Flash Media Server 3.5\applications\Test2

path is the problem?


and one help me..

    This topic has been closed for replies.

    1 reply

    Janaki Lakshmikanthan
    Adobe Employee
    Adobe Employee
    March 4, 2009
    Hi,
    1. http://localhost points to ...\Flash Media Server 3.5\webroot\ directory.

    2. You can use server side method 'Stream.length();' to get the duration of the stream. Pls refer flashmediaserver_3.5_SSLR.pdf document for more details.

    Regards,
    Janaki L
    Participant
    March 4, 2009
    Oh my god~~~
    Thank you so much Janaki