Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorlouisk
    • CommentTimeSep 15th 2007
     
    I made a webpage index.html that is a frameset. It defines two frames. Both frames have a flash element, thus, they call the swfobject.js.
    IE 7 crashes because of this. FF, Safari and Opera work fine.
    What is the correct way to do this?
    • CommentAuthorAran
    • CommentTimeSep 15th 2007
     
    I would need to see the source to investigate further, but there shouldn't be an issue as the frames are really two totally seperate HTML pages. They should be able to do whatever they need to independently.
    • CommentAuthorlouisk
    • CommentTimeSep 15th 2007
     
    Yes that's that I thought but still, when I comment out one of the instances where swfobject.js is called in the header of the html file, the issue doen't occurre.
    How sould I post the source, do you want all the code of just the headers?
    • CommentAuthorlouisk
    • CommentTimeSep 15th 2007
     
    Ahhhh I found the problem! Stupid of me.
    In both html files the swfobject var's where still set to
    so.xxx
    so.xxx

    I now changed it to

    s1.xxx
    s1.xxx

    and in the other file

    s2.xxx
    s2.xxx

    Understand? :)
    • CommentAuthorAran
    • CommentTimeSep 16th 2007
     
    Yes. Every instance of swfObject should be given a unique var name otherwise it will get overwritten. I have never seen it crash a browser however, you you win a prize on that one :)

    Aran
    • CommentAuthorlouisk
    • CommentTimeOct 12th 2007
     
    Hi All, Can someone please help me with this problem?
    In contrast to what I said earlier, the problem keeps occurring.
    On all Windows OS in IE the browser crashes. Please see for yourself here: www.klibanskydesigns.com/reflexx (top frame = site, bottom frame = mp3 player).
    Others must have this problem too.
    Louis