Skip to main content
October 31, 2009
Question

Error: Error #2029: This URLStream object does not have a stream opened

  • October 31, 2009
  • 2 replies
  • 5331 views

Hi there,

I am working on sound.

Error: Error #2029: This URLStream object does not have a stream opened.

Error occured during the sound.close()

Anyone Knows kindly reply,

Thanks in advance,

Saransoft

This topic has been closed for replies.

2 replies

Inspiring
November 1, 2009

If you think that this error is 'normal' use this

try

{

      sound.close()

}

catch( exc )

{

     //Do nothing

}

Participating Frequently
November 1, 2009

Probably sound.load(new URLRequest("File")) / sound.play() are not working.

Do you have the sound playing?