Not signed in (Sign In)

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

  1.  
    there is a flash navigation on my html page... containing swfobject.
    but when i click on any button on the flash navigation, it directs me to the wrong link..

    example:

    on (release) {
    getURL("abc.html?detectflash=false");
    }

    ideally it should open the link abc.html?detectflash=false

    but instead it opens only abc.html....
    therefore my flash is not getting displayed on the page.
    • CommentAuthorGeoff
    • CommentTimeJan 30th 2007
     
    you shouldn't have to use the detectflash=false parameter at all - that's only for people to use as a failsafe if for some reason the plugin detection isn't working properly on their system.

    if the flash isn't showing up, maybe you have the wrong plugin version installed, or there is some other issue.