TheEpicJoe
03-03-2006, 03:19 PM
heya everyone,
in the 2 following blocks of code. IT asks for alternate HTML code.
I was looking for code that would auto redirect to
http://lapetina.us/FlashGroupingGuide.html
I was hoping you could help.
} else { // flash is too old or we can't detect the plugin
var alternateContent = 'Alternate HTML content should be placed here.'
+ 'This content requires the Macromedia Flash Player.'
+ '<a href=https://www.macromedia.com/go/getflash/>Get Flash</a>';
document.write(alternateContent); // insert non-flash content
}
<noscript>
// Provide alternate content for browsers that do not support scripting
// or for those that have scripting disabled.
Alternate HTML content should be placed here. This content requires the Macromedia Flash Player.
<a href="https://www.macromedia.com/go/getflash/">Get Flash</a>
</noscript>
I need like an auto goto command or something. thanks
P.S.
I did a search and found quite a few threads on detecting flash topics but none that gave me this answer, I also posted in the flash section but then realized that this is most likely where it should be..
in the 2 following blocks of code. IT asks for alternate HTML code.
I was looking for code that would auto redirect to
http://lapetina.us/FlashGroupingGuide.html
I was hoping you could help.
} else { // flash is too old or we can't detect the plugin
var alternateContent = 'Alternate HTML content should be placed here.'
+ 'This content requires the Macromedia Flash Player.'
+ '<a href=https://www.macromedia.com/go/getflash/>Get Flash</a>';
document.write(alternateContent); // insert non-flash content
}
<noscript>
// Provide alternate content for browsers that do not support scripting
// or for those that have scripting disabled.
Alternate HTML content should be placed here. This content requires the Macromedia Flash Player.
<a href="https://www.macromedia.com/go/getflash/">Get Flash</a>
</noscript>
I need like an auto goto command or something. thanks
P.S.
I did a search and found quite a few threads on detecting flash topics but none that gave me this answer, I also posted in the flash section but then realized that this is most likely where it should be..