You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SM is forced, the SWF files will be loaded correctly using the sm2url. However if no option is forced and webkit is selected, the SWF file is loaded from the incorrect location and causes a 404 error.
See Chrome console log below:
soundManager::createMovie(): Trying to load ./soundmanager2_debug.swf
soundManager::initMovie(): Waiting for ExternalInterface call from Flash...
Failed to load resource: the server responded with a status of 404 (Not Found)
The text was updated successfully, but these errors were encountered:
If SM is forced, the SWF files will be loaded correctly using the sm2url. However if no option is forced and webkit is selected, the SWF file is loaded from the incorrect location and causes a 404 error.
See Chrome console log below:
soundManager::createMovie(): Trying to load ./soundmanager2_debug.swf
soundManager::initMovie(): Waiting for ExternalInterface call from Flash...
Failed to load resource: the server responded with a status of 404 (Not Found)
The text was updated successfully, but these errors were encountered: