Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9179681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:51:36+00:00 2026-06-17T17:51:36+00:00

I have a flash player programmed by a different team. Now I have 1

  • 0

I have a flash player programmed by a different team. Now I have 1 project where I need to re program that player into HTML5. All functions of the flash player looks doable. I am just not sure how to show the animation when audio is being played. Eg. When beats get high, the animation shows up more when there is a bit silence the animation show up less. Could anybody please help me?

To get an idea, here is the attached screenshot:

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:51:37+00:00Added an answer on June 17, 2026 at 5:51 pm

    With SoundManager2 you can easily access waveform data and make a graphical display with it:

    someSoundObject.whileplaying = function() {
      // Move 256 absolutely-positioned 1x1-pixel DIVs, for example (ugly, but works)
      var gPixels = document.getElementById('graphPixels').getElementsByTagName('div');
      var gScale = 32; // draw -32 to +32px from "zero" (i.e., center Y-axis point)
      for (var i=0; i<256; i++) {
        graphPixels[i].style.top = (gScale+Math.ceil(this.waveformData.left[i]*-gScale))+'px';
      }
    }
    

    http://www.schillmania.com/projects/soundmanager2/doc/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have a flash player that pops out into a separate popup browser window. And
I have a flash player that loads in some additional features from flash files
In my website have a flash player, it is working in all browsers expect
I have a Flash project ( main.swf ) that opens another .swf inside it
I have a flash player that I use for streaming prerecorded flv sounds. I
I have a flash media player (similar to lala.com) that needs to continue to
I have a flash player with an external javascript interface: reloadData() I'm calling that
Is it possible to have a Flash player that only plays the AAC audio
I have a flash video player that I would like to embed in other
I have a flash player that has a set of songs loaded via an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.