PDA

View Full Version : Redirection


neo_philiac
08-22-2006, 05:43 PM
I need the code for redirection. Like if i have a link that opens up a quicktime file and if i dont have quicktime installed, it will take me to the quicktime homepage. Can you guys give me the code please?

Arbitrator
08-22-2006, 06:46 PM
You would use the codebase attribute (incorrectly) for IE and the pluginspage attibute (invalid and non-standard) for standards-compliant browsers as described on this page (http://developer.apple.com/quicktime/compatibility.html). IMO the best way to do this would be to instead simply inform the user that they need QuickTime to play the file and provide a link through which they can obtain it should they not have it.