A Flash Developer Resource Site

Page 2 of 7 FirstFirst 123456 ... LastLast
Results 21 to 40 of 139

Thread: KoolMoves 7 Beta Testers

  1. #21
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    A very basic (and I mean basic) usage example would be:

    1. Drop Spectrum Analyzer onstage using GUI component chooser/Mouse.
    2. Load an mp3 with as3 (as3 example below)


    import flash.media.*;
    import flash.net.*;
    var _sound:Sound;
    _sound = new Sound(new URLRequest("World.mp3"));
    _sound.play( );
    stop();

    3. Run movie. Watch Wilbert and Bob's analyzer dance

    Every component is a class now (human readable text .as files that can be edited in any text editor) so you can extend and alter them in ways you never could using the version 6- components. Before...what we got was what we got and we nagged poor Wilbert for tweaks. Now...Koolmoves is a foundation for extensibility and gives the end user more power, more flexibility and the ability to specialize their Koolmoves authoring to fit their needs with customized classes, components and other things.

  2. #22
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    this is great. I know many will want this example with alternatives to colors, etc.
    Any programming language is at its best before it is implemented and used.

  3. #23
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    I should have posted a pic of the SpectrumAnalyzer components properties panel so you could see even as a drop in component (not scripted in) you get a lot of control (color too!) not to mention you can look at the class itself and extend it or exploit/tweak it. Both novice users and advanced users get a lot of bang for their buck from here out


  4. #24
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    http://www.diversioncentral.com/koolmoves/specAnal.html

    (this is 7 megs and will not be up long)
    Any programming language is at its best before it is implemented and used.

  5. #25
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    http://krazyaboutpizza.co.uk/index.php?page=239

    @Wilbert

    I solved my issue Wilbert (which seeing a post you saw prior will no doubt confirm) with FP10. It was on the Flex side, not the KM side. All going smooth otherwise so far

  6. #26
    Member
    Join Date
    Jul 2005
    Location
    Indiana, USA
    Posts
    79
    Yes, very kewwwllll....KoolMoves. The key for novice users (like myself) to get the most out of the new functionality is for them to start collecting AS3 script and categorize. Thanks for the music script, Chris.

    http://www.michianaworldwide.com/KM/...yzer/song.html

    For those users that don't have CS4 pro and don't know AS3, where are some good sources for snippets of code?
    The KoolMoves KoolExchange is one KoolPuppy.

    E-Z Websites

  7. #27
    Member
    Join Date
    Jul 2005
    Location
    Indiana, USA
    Posts
    79
    Little better example of the Spectrum Analyzer incorporated into a site. Used Chris's example with the stop/play button.

    http://toejoe.net/
    The KoolMoves KoolExchange is one KoolPuppy.

    E-Z Websites

  8. #28
    That web bloke Stoke Laurie's Avatar
    Join Date
    Jan 2006
    Location
    England
    Posts
    869
    No programming required!
    http://www.thewebshopfactory.co.uk/k...ia/media2.html
    drag on the analyser, drag on media player, so easy, all configuration done via gui - excellent Wibert
    ps features Robbie, that other Stoke bloke!

  9. #29
    Junior Member
    Join Date
    Nov 2008
    Posts
    23
    I would love to beta test. I love the effects of Kool Moves. So hook me up if there are any open positions .

  10. #30
    Member
    Join Date
    Oct 2005
    Posts
    91
    Quote Originally Posted by Phil1615
    For those users that don't have CS4 pro and don't know AS3, where are some good sources for snippets of code?
    Well, it's not snippets of code, but I always go to the ActionScript 3.0 Language and Components Reference on the Adobe website. (Cause i just started with AS3) Link

    If you already know AS2, there's a section on there that lists the differences between them. It's a big help.


    I like the new components on 7, though haven't had much time to use them since i have Finals at the university this week.
    we keep making fool proof systems, but the world keeps making better fools.

  11. #31
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    For all those interested in this kind of things, here is the winner of a "AS3 Spectrum Analyzer" contest:
    http://necromanthus.com/KoolMoves/AS3/Spectrum.html

    cheers

  12. #32
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    Quote Originally Posted by necromanthus
    For all those interested in this kind of things, here is the winner of a "AS3 Spectrum Analyzer" contest:
    http://necromanthus.com/KoolMoves/AS3/Spectrum.html

    cheers
    now I know what to work on next
    Any programming language is at its best before it is implemented and used.

  13. #33
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    Quote Originally Posted by tmoore935
    now I know what to work on next
    If you need some ideas: http://theflashblog.com/?p=197

    Anyway, I do NOT recommend this kind of things in a complex website.
    For two reasons (at least):
    1) they eat a bunch of system resources
    2) flash player (9 & 10) has a severe memory related bug (stack underflow) never really fixed.
    Not to mention the fact that all these "spectrum analyzers" are suitable for teenagers ...

    cheers

  14. #34
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    Actually my site has a fake spectrum analyzer and why I play music in the first place, I don't know. But I have the day off and a steak marinating and ingrediants to to make some irish coffee.

    I am havibng problems converting some of my CS3 Packages to koolmoves. I did learn how to do this in koolmoves from wilbert but some work and some do not. That is something else that I want to do.
    Any programming language is at its best before it is implemented and used.

  15. #35
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    The SpectrumAnalyzer component of the next beta will have an extra parameter named 'mode' that scripters can use if they wish.
    Next to the default behaviour (9 bars), there are two new modes.
    http://www.waterlijn.info/km/as3/SpectrumTest.html
    Last edited by w.brants; 12-07-2008 at 03:32 PM.

  16. #36
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    I'm sure it will be no problem for Wilbert to add "Suitable for teenagers only!" as part of the mouseover tooltip for that icon thereby warning any adult users should they be considering them for use...lol.

    For a platform that for years was lumped in alongside other text effect tools and draws in users with eye candy effects long before the end user realizes that KM is so much more, it's odd IMO to degrade anyone for considering an eye candy component as a bonus that is not only a welcome addition to our platform but also a hugely popular effect in just about any platform that supports them. I guess myself and others (and there will be plenty) are just teenagers at heart

  17. #37
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    Maybe that's why I like Spectrum Analyzers. They're fun and remind me of the good old days of 8 and 16 bit computer tech demo's.

  18. #38
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    Quote Originally Posted by w.brants
    Maybe that's why I like Spectrum Analyzers. They're fun and remind me of the good old days of 8 and 16 bit computer tech demo's.
    Adults with teenager's mind is something else ...

  19. #39
    Member
    Join Date
    Jul 2005
    Location
    Indiana, USA
    Posts
    79
    The bottom line is not so much about what we like or what age we are (either chronologically or spiritually). What matters is what a visitor likes. I think a spectrum analyzer that adds a realistic visual dimension to music can help to turn-on a music affectionado. The input that I have gotten from musicians trying to sell music is that people want to be entertained. Whether at a night club or online, people want the entire sensory program.
    The KoolMoves KoolExchange is one KoolPuppy.

    E-Z Websites

  20. #40
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    Quote Originally Posted by Phil1615
    Whether at a night club or online, people want the entire sensory program.
    I totally agree.
    I prefer a dark room with RGB lights, a good music, a bottle of scotch and ... a sexy girl.

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