Results 1 to 3 of 3

Thread: loadMovie depth problem

  1. #1
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default loadMovie depth problem

    hi guys .. i new in flash, i hope you can help me

    i make sound looping over site using loadMovie, i think the problem is about depth, but i can figured where

    i try to trace on _root and all i can get is this "_level0.mainStage.hold_sound". So i try using this._parent.hold_sound.code ... still doesn't works

    Code:
    this.soundstatus = "new";
    this.mySound = new Sound(this.soundbutton);
    this.mySound.attachSound("MySoundTrack");
    this.mySound.setVolume(0);
    this.mySound.start(0,1000);
    this.soundbutton.minvolume = 0; 
    this.soundbutton.maxvolume = 100;
    thx guys ..
    cheers

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    So what is not working? The sound isn't playing? The volume? The controls?

    Also, are you trying this in AS2 or AS3?

    You must have linkage and export for first frame selected on your sound clip, if you have a preloader there are other problems to deal with, etc.

    If you like you can attach a .zip of your .fla and we can take a look and get it working for you, or describe the exact problem in a little more detail
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by BLiZZaRD View Post
    So what is not working? The sound isn't playing? The volume? The controls?

    Also, are you trying this in AS2 or AS3?

    You must have linkage and export for first frame selected on your sound clip, if you have a preloader there are other problems to deal with, etc.

    If you like you can attach a .zip of your .fla and we can take a look and get it working for you, or describe the exact problem in a little more detail
    agh, thanks for the reply..
    yes, the sound isn't playing, but the control on/off works fine.
    The swf sound works fine when playing it self, but the problem is when i'm load it to another swf.

    Here i attach files, many thank if you want to see it. i'm using AS2 as well.

    http://www.2shared.com/file/2620277/.../soundFade.htm

    cheers

Bookmarks

Posting Permissions

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