Filipinho
01-14-2003, 09:31 AM
Hi!
I'm creating a plug-in check that is soposed to be on a CD.
I'm writing the function like this to check if the plugin is flash5 or later else install :
myDate=new Date()
if (myDate!=""){
}else{
getURL("d:/flashplayer_install.exe")
}
Now to the question. Does it mather if i export it as a flash4 or flash5 project?
If the user has flash4 and I export the project as flash5, can the user watch the project at all?
I'm creating a plug-in check that is soposed to be on a CD.
I'm writing the function like this to check if the plugin is flash5 or later else install :
myDate=new Date()
if (myDate!=""){
}else{
getURL("d:/flashplayer_install.exe")
}
Now to the question. Does it mather if i export it as a flash4 or flash5 project?
If the user has flash4 and I export the project as flash5, can the user watch the project at all?