I have been trying to add the script to see if a user has flash installed, and if they do not they are sent to a different page, but the problem is that the I am using a perl script that calls the header of the page to be printed;
I want to add a section to the script but since its java, it will not allow the perl script to work… Here is what I wan to add,
if ( MM_FlashCanPlay ) {
window.location.replace("print $config{'header'}";);
} else{
window.location.replace("print $config{'header2'}";);
}
The original that javascript that tells which page to go to is attached since the forum would not allow me to add it here, unless I did something wrong with that.
ANY help from the FLASH people would be appeciated on this…