Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Results 1 to 3 of 3

Thread: I'm new to flash action script! Please help me I'm stuck!

  1. #1
    Junior Member Settled In Blondie is on a distinguished road
    Join Date
    Apr 2008
    Posts
    2
    Rep Power
    0

    I'm new to flash action script! Please help me I'm stuck!

    amazing Flash templates
    Hi there,

    I'm new to Flash - and I'm trying to learn as much as possible - so I'm following a lot of online tutorials!

    I stupidly followed a Flash8 tuorial and did it in CS3 - as I had a memeory lapse or something because I have read before that CS3 has a new version of action acript! But being new to all this - all action script looks gobbledy gook to me at the moment anyway - hence the learning as much as possible!

    Anyway the MP3 tutorial I was doing is on here How to make a sound player with a visual equalizer that loads an external mp3 melody in Flash. Ideal for background website music that loops! Simple and easy!

    Only mine doesn't work now I've built it - there's an error message when I try to view it (Ctrl+Enter) - the script used is:-

    var musicPlays:Boolean = false;
    var loopTune:Sound = new Sound();
    loopTune.onLoad = function(success:Boolean) {
    if (success) {
    loopTune.start(0, 999);
    musicPlays = true;
    _root.musicPlayer.gotoAndStop("playing");
    }
    };
    loopTune.loadSound("cooltune.mp3", false);
    musicPlayer.playStop.onPress = function ():Void {
    if (musicPlays) {
    this._parent.gotoAndStop("stopped");
    loopTune.stop();
    musicPlays = false;
    } else {
    this._parent.gotoAndStop("playing");
    loopTune.start(0, 999);
    musicPlays = true;
    }
    };

    Can anyone help me please?

    If anyone has any ideas of where I should start to learn about FlashCS3 - that would also be helpful!

    I have bought mazagines but everything is so advanced and they are not very good with instructions of how to do things!

    Thanks for reading!

    Blondie

    XXXXX

  2. #2
    Author Settled In 7Miles is on a distinguished road
    Join Date
    Jul 2007
    Posts
    8
    Rep Power
    0

    Riferimento: I'm new to flash action script! Please help me I'm stuck!

    Hi,
    what's the error you get ?

  3. #3
    Junior Member Settled In askurat1 is on a distinguished road
    Join Date
    Sep 2007
    Posts
    1
    Rep Power
    0

    Re: I'm new to flash action script! Please help me I'm stuck!

    There is no _root in as3.

+ Reply to Thread

Similar Threads

  1. Gioco in Action Script 3.0
    By ClayGame in forum Actionscript 3.0 base
    Replies: 0
    Last Post: 14-01-10, 15:53
  2. Stuck with a simple script
    By biggsy in forum Flash English
    Replies: 2
    Last Post: 28-04-09, 06:17
  3. Machera in action script
    By devon in forum Actionscript 3.0 base
    Replies: 0
    Last Post: 09-02-09, 01:23
  4. action Script 3.0
    By shiva_kumar101 in forum advanced Actionscript 3.0
    Replies: 0
    Last Post: 11-12-08, 06:32
  5. action script e scorm
    By amdj83 in forum Actionscript 3.0 base
    Replies: 5
    Last Post: 04-11-07, 09:34

Tags for this Thread

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

Search Engine Optimization by vBSEO