ActiveDen

Ultimate Graphic Equalizer

  • Has been a member for 3-4 years
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Contributed a Tutorial to a Tuts+ Site
  • Community Superstar
  • Beta Tester
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
DaniMun says
Author

Please make sure you follow steps 1 to 4 in the documentation file.

Make sure you pay attention to component’s parameters (use Shift+F7 on your keyboard to launch the Component Inspector panel).

If this approach doesn’t help, go ahead and send me your source file that doesn’t work, plus the gs and tranceflash folders.

Thanks!

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Wraith says
Purchased

Thanks for all your help Danni! I got it to work, I was the one at fault here, I just hadn’t placed teh given folders in the same directory as the flash file. The component is fab! Wraith

3 years ago
  • Has been a member for 3-4 years
  • Won a Competition
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Contributed a Tutorial to a Tuts+ Site
  • Community Superstar
  • Beta Tester
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
DaniMun says
Author

Wraith, don’t mention it. It was my pleasure to help you out! Thanks for your kind appreciation and nice comment. Have fun using the component! ;)

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
melodic1 says

will this work with global sound in a flash movie vs a specific mp3 or sound object? thanks!

2 years ago
Author
DaniMun DaniMun replied

You can easily start and stop the equalizer animation by simply calling equalizer’s built-in methods – stopEQ() and startEQ(). Short answer, yes :)

2 years ago
Default-user melodic1 replied

thanks. I am not all that well versed in actionscript. Could you help further by posting the code to attach to a Play and Stop button? Thank you!!

2 years ago
Author
DaniMun DaniMun replied

When you purchase the component, you’ll find a detailed user guide that explains in detail what exactly should be done so that the component animation can be started/stopped when needed – i.e. a button click event.

Basically the code for a button would be something like
yourPlayButton.onPress = function()
{
    yourEqInstanceName.startEQ();
}

yourStopButton.onPress = function()
{
    yourEqInstanceName.stopEQ();
}
2 years ago
by
by
by
by
by