How to structure a full flash actionscript 3 web site tutorial CS3 + CS4 – Part 2

Posted by admin on April 2nd, 2010 and filed under web site designers | 4 Comments »

Part 2 – Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.

Duration : 0:5:56


[youtube ZFxUxYThE24]

4 Responses

  1. blindsay21 Says:

    if ur using AS3 …
    if ur using AS3 then use addEventListener
    var sndID:URLRequest = new URLRequest(”-insert url for sound here-”);
    var Snd:Sound = new Sound(sndID);

    mpla.addEventListener(MouseEvent.CLICK, plySnd);

    function plySnd(e:MouseEvent) {
    Snd.play();
    }

    //try using something to that effect. i think that should work.

  2. SwordSkill2 Says:

    Do you know hot to …
    Do you know hot to make a movieclip when is being in hitTest to play a sound???
    I tryed this: if(_root.mpla.hitTest(this)){load(Sound)}
    but didn’t worked.. Do you know the code for playing sounds?

  3. ChrisLove510 Says:

    good shit.. quick …
    good shit.. quick and to the point

  4. PokeCarlos117 Says:

    thank you men me …
    thank you men me has ayudado mucho

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.