Hace años hice este comportamiento en DW y siempre me ha funcionado, pero ahora no hay manera. Tanto en PC como en Mac, me acaban enviando a la web del video.
Este es el código que me genera el DW:
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Mailing 3D</title> <script type="text/javascript"> function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0 var ok=false; document.MM_returnValue = false; with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) { ok=(plugins && plugins[plgIn]); } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1 if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash; else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir; else ok=autoGo; } if (!ok) theURL=altURL; if (theURL) window.location=theURL; } </script> </head> <body onload="MM_checkPlugin('QuickTime Plug-In','http://www.videoQT.html','http://www.videoYouTube.html',false);return document.MM_returnValue"> </body> </html>
Hay alguna otra forma de hacer esta detección de plug-in con redirección a una web o a otra, dependiendo del usuario.
Muchas gracias