Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Issue with soundmanager2…

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42601
    BAM
    Participant

    On my website, a white box keeps appearing in the bottom left corner of the page. I tried taking out files to see what was causing it. I found that it goes away when I take out the inline.js file that makes soundmanager2 play on the page. I tried to find a way to at least kick it off the page but I can’t identify the part of the code that is causing it to appear.

    Has anyone else had this problem? Does anyone have any idea how to fix it?

    Thanks.

    #123922
    Paulie_D
    Member

    We’d need to see the code for inline .js

    #123924
    BAM
    Participant

    Oh yeah, I totally forgot to throw that in… here ya go–

    https://gist.github.com/anonymous/4746461

    #123928
    Paulie_D
    Member

    Without seeing the actual page in question I do have to wonder if there is a SWF object being called that doesn’t exist.

    I wonder if you could add back the js file and comment out

    url: ‘../../swf/’,

    and see if that resolves it.

    Otherwise I can’t see anything but my js skills are mostly imaginary at this point.

    #123982
    BAM
    Participant

    Commenting out the

    url: ‘../../swf/’,

    didn’t work, but I tried commenting out

    useFlashBlock: true,

    and it did work. Thanks for your help. I appreciate it.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.