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.
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.