Closed Thread
Results 1 to 18 of 18
  1. #1
    Registered User BBGorB
    Join Date
    Nov 2003
    City, State
    Planet B612
    Posts
    45

    Flash Spectrum Analyser v.2

    http://www.designcontest.com/tutoria...ctrumanalyser/

    My first tutorial in DC.net, what do you think?
    N D E S I G
    G N D E S I
    I G N D E S
    S I G N D E
    E S I G N D
    D E S I G N

  2. #2
    Registered User modem is on a distinguished road
    Join Date
    Mar 2004
    Posts
    1
    HOT.

    this is pretty genius, sir

  3. #3
    Registered User kooben is on a distinguished road
    Join Date
    Nov 2004
    Posts
    2
    Hi

    Great tutroial, but how can I make the bars and music loop instead of stopping when the track comes to the end?

    I would like to have bars and music constant until track is changed?


    Please help

    Thanx

  4. #4
    Designer/Admin. belladonna is on a distinguished road belladonna's Avatar
    Join Date
    Dec 2003
    City, State
    Argentina
    Posts
    823

    Thumbs up

    Hi BBGorB, nice stuff!, this is a great tutorial, Im really looking forward for the Hair Style Generator one!!

    Keep them coming!
    take care
    Bella
    Julieta Garcia .:view my work:.
    Stop animal abuse & killing --->HERE

  5. #5
    Registered User BBGorB
    Join Date
    Nov 2003
    City, State
    Planet B612
    Posts
    45

    Lightbulb

    Hi Kooben,

    In order to loop the track and the display, you will need a constant loop which doesn't escape when the track gets to the end, i.e. delete / comment out the if clauses in frame 5 and 6 in the analyser fla, leaving frame 5 with the following script:

    Code:
    for (i=1; i<11; i++) {
      theIndex = (theInterval-1)*10+(i-1);
      root.spectrumDis["sbar" add String(i)].gotoAndStop(Number(_root.track.sdata.charAt(theIndex)));
    }
    And in frame 6:

    Code:
    gotoAndPlay(5);
    You will also need to tell the track to play itself when it finishes using the onSoundComplete function. Add the following lines in frame 1 or 3 of the track fla, make sure it's inserted before the line "soundChannel.start();"

    Code:
    soundChannel.onSoundComplete=function(){
      soundChannel.position=0;
      _parent.theInterval=0;
      soundChannel.start();
    }
    Now you might want a stop button in your analyser fla, just add the following lines to your stop button's on(release) block:

    Code:
    _root.track.soundChannel.stop();
    _root.spectrumDis["sbar" add String(i)].gotoAndStop(10);
    _root.gotoAndPlay(7);
    Hope it helps, best.
    BBGorB
    Last edited by BBGorB; 11-05-2004 at 09:31 AM.
    N D E S I G
    G N D E S I
    I G N D E S
    S I G N D E
    E S I G N D
    D E S I G N

  6. #6
    Registered User BBGorB
    Join Date
    Nov 2003
    City, State
    Planet B612
    Posts
    45
    Hi Belladonna, thx 4 the compliment, the interactive component of the Hair Style Generator (the dial) is discussed in THIS tutorial, hope you will enjoy it as much as the other ones.

    BBGorB
    N D E S I G
    G N D E S I
    I G N D E S
    S I G N D E
    E S I G N D
    D E S I G N

  7. #7
    Registered User kooben is on a distinguished road
    Join Date
    Nov 2004
    Posts
    2
    Thanx for the fast reply, Much appreciated will have a look into this latter,

    cheers
    Last edited by kooben; 11-04-2004 at 05:02 PM.

  8. #8
    Registered User Nemesis is on a distinguished road Nemesis's Avatar
    Join Date
    Mar 2004
    Posts
    7
    Great tut!

  9. #9
    Banned pixelbobby is on a distinguished road pixelbobby's Avatar
    Join Date
    Nov 2003
    City, State
    Maryland
    Posts
    109
    Wow, you're efforts to educate are impecable. I can feel commitment as you strongly explain and visualize the manner of producing this flash widget. You should write one of those tutorial books...

  10. #10
    Registered User liquid2d is on a distinguished road
    Join Date
    Aug 2004
    Posts
    8
    BBgorb congratulations on a very well written article my friend.

  11. #11
    see
    see is offline
    Registered User see is on a distinguished road
    Join Date
    Jun 2005
    Posts
    1
    Hello,

    you wrote:

    "File"-"Text file export" then the "File Contents" section and enter the parameters as follows:"

    But when i use the 3 files in the source.zip, i have different options preselected. Like Number of columns are 9 --- in your tutorial 11.


    Next question ... i generated a data.txt out of my first wav file. And started the converter.swf but after almost 45 min no result. Can anyone who has a faster cpu convert 3 txt files for me?

  12. #12
    Elite Designer Robb is on a distinguished road
    Join Date
    Sep 2005
    Posts
    17
    Nice tutorial. I often wondered when I saw those audio analyzers on some sites if they were actually synced up to the audio, and not just a movieclip of a bunch of blocks going up and down. This one is a definite keeper. Thanks.

  13. #13
    Registered User bhhgirl is on a distinguished road
    Join Date
    Apr 2006
    Posts
    1
    Hey BBGorB - the tutorial is excellent, except when I get to the part that requires the data file be converted into a string via your converter .swf. Then it's all over - because your souce.zip isn't there and i can't download it. You don't say how to do it without it either, so I'm really stumped.

    Please help!

  14. #14
    Elite Designer apresico is on a distinguished road apresico's Avatar
    Join Date
    Aug 2005
    Posts
    1,239

    Wink

    Cool tutorial. I want to start compiling many tutorials soon but I have been so busy. If any of you want to make tutorials anytime or contribute them, you can put them in the tutorials section or pm me. Always make sure to get premission from the user if you can :> As soon as I have the time I will start on some tutorials. I am going to try to make and get tutorials for basic to advanced users.
    Last edited by apresico; 04-21-2006 at 05:56 PM.

  15. #15
    Registered User deemon328 is on a distinguished road
    Join Date
    May 2006
    Posts
    1

    source.fla

    Hello, is there any chance that you could fix the link to the source.zip on this tutorial please?
    Something's not working for me, and I was hoping to get it worked out.

    Thanks!

  16. #16
    Registered User xk_liber is on a distinguished road
    Join Date
    Jul 2006
    City, State
    Paris, France
    Posts
    2
    Yes, nice tutorial !
    but, as deemon328 and bhhgirl, I'm a little bit blocked without the original source files 'cause the link is dead
    Could you make it work again plz ?

  17. #17
    Registered User xk_liber is on a distinguished road
    Join Date
    Jul 2006
    City, State
    Paris, France
    Posts
    2

    Exclamation Sources found ! :)


  18. #18
    Registered User ru7mka is on a distinguished road ru7mka's Avatar
    Join Date
    Oct 2007
    City, State
    Federation of Russia Rostov-on-Don
    Posts
    21
    Well that all are here discussed, becomes all on their own place

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
Follow us on
Become a fan
Subscribe to our feeds
Circle us

© 2012 DesignContest.com
(Formerly DesignContest.net)

Use of this website by both contest holders and designers is subject to acceptance of our Terms of Services and Privacy Policy.
feedback