A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Error #1502: A script has executed for longer than …

Threaded View

  1. #8
    Client Software Programmer AS3.0's Avatar
    Join Date
    Apr 2011
    Posts
    1,404
    you need to play them from a folder:

    keep mp3.mp3 in same folder as swf and it plays
    PHP Code:
    var folderSound:Sound=new Sound();
    folderSound.loadSound("mp3.mp3",true); 
    Last edited by AS3.0; 10-04-2018 at 03:42 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center