Ver Mensaje Individual
  #4 (permalink)  
Antiguo 20/07/2004, 15:16
Avatar de chaval
chaval
 
Fecha de Ingreso: febrero-2003
Ubicación: en elgun lugar del cyberespacio
Mensajes: 118
Antigüedad: 21 años, 2 meses
Puntos: 0
Supuestamente en Flash MX 2004 tenes que ir a: Flash - Publish Settings y ahora en la pestaña de html usan el template y seleccionas "Flash with FSCommand".
Te agrega en el body del html una cosa asi:
Código PHP:
<script language="JavaScript">
<!--
var 
isInternetExplorer navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function fscommand_DoFSCommand(commandargs) {
    var 
fscommandObj isInternetExplorer document.all.fscommand document.fscommand;
    
//
    // Place your code here.
    //
}
// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -&& navigator.userAgent.indexOf("Windows") != -&& navigator.userAgent.indexOf("Windows 3.1") == -1) {
    
document.write('<script language=\"VBScript\"\>\n');
    
document.write('On Error Resume Next\n');
    
document.write('Sub fscommand_FSCommand(ByVal command, ByVal args)\n');
    
document.write('    Call fscommand_DoFSCommand(command, args)\n');
    
document.write('End Sub\n');
    
document.write('</script\>\n');
}
//-->
</script>
<!--url's used in the movie-->
<a href="FSCommand:exec"></a>
<!--text used in the movie--> 
pero a mi no me funcionó :(
__________________
CHAVAL
Buenos Aires, Argentina, América, La Tierra,
Via Lactea, Universo Tridemensional... :pensando: