A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] [F8]Why isn't my sound looping?

  1. #1
    ...? mxkidz's Avatar
    Join Date
    Jul 2003
    Location
    India
    Posts
    419

    resolved [RESOLVED] [F8]Why isn't my sound looping?

    On the first frame of my scene, i have a simple actionscript which loads an external mp3. Here are the problems

    1.) The sound will only play when I set isStreaming to True
    2.) Despite entering 100 as the value for loops, it plays only once and then it stops.

    If it helps, I should mention that the track is made in FL Studio with "Save as Acidized" selected. As for the timeline there is only one frame in the root timeline.

    Code:
    MySound = new Sound();
    MySound.loadSound("mytrack.mp3",true);
    MySound.start(0,100);
    EDIT: Forgot to mention that I'm using Flash CS3 with AS 2.0

  2. #2
    ...? mxkidz's Avatar
    Join Date
    Jul 2003
    Location
    India
    Posts
    419
    Problem Resolved! thanks to adit_ya_sharma

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