Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Guest
Oct 31, 2009 Oct 31, 2009

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

TOPICS
ActionScript
5.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 31, 2009 Oct 31, 2009

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

Do you have the sound playing?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 01, 2009 Nov 01, 2009
LATEST

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

try

{

      sound.close()

}

catch( exc )

{

     //Do nothing

}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines