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 8787419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:53:17+00:00 2026-06-13T21:53:17+00:00

SoundManager2 flash component need a specific global JavaScript variable (soundManager) to be present in

  • 0

SoundManager2 flash component need a specific global JavaScript variable (soundManager) to be present in global scope. This way flash player communicates with SoundManager2 JavaScript API.

The problem is that when you want to build you web application using AMD (require.js) you have to make a compromise and let this global variable to be present.

Is there any way to not break the AMD way of constructing application including SoundManager?

  • 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-13T21:53:18+00:00Added an answer on June 13, 2026 at 9:53 pm

    Use RequireJS shim config to wrap your non-AMD library as a module that exports the global variable:
    http://requirejs.org/docs/api.html#config-shim

    requirejs.config({
        paths: {
            'soundmanager2' : 'some/path/soundmanager2'
        },
        shim: {
            'soundmanager2': {
                exports: 'soundManager'
            }
        }
    });
    

    Then, require the SoundManager2 shim like any other dependency, and use it in your own module code:

    define(['soundmanager2'], function(soundManager) {
        soundManager.setup({ ... });
        soundManager.beginDelayedInit();
        // The following may help Flash see the global.
        window.soundManager = soundManager;
        return soundManager;
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I'm using soundmanager2 to power sounds in my web app. SoundManager uses Flash,
So I am trying to access a jquery soundmanager variable from one script (wpaudio.js
I'm building a simple Javascript jukebox using the latest SoundManager2 for audio playback, with
Not sure if this is a Google Chrome bug, a SoundManager issue or I
In soundmanger2 http://www.schillmania.com/projects/soundmanager2/ I created the following sound object: soundManager.setup({ url: '<?php echo $html->url('/')
Ok this thing is awesome! I got SoundManager 2 setup within my .js file
I use this standard SoundManager. It works fine on all my devices but on
Is there a Flash MP3 player that would allow me to do following to
Imagine this function: void SoundManager::playSource(ALuint sourceID, float offset) { alSourceStop(sourceID); ALint iTotal = 0;
I am currently considering to use Soundmanager2 as an audio player for a small

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.