En effet Tom a Raison faut bien lire l aide de flash la voici!
exec
The exec command is used to launch an external application. In Macromedia Flash MX the external application must be in a subfolder named 'fscommand'. This subfolder must be in the same directory as the projector which uses the fscommand action. This security restriction helps prevent malicious use of the exec option.
The following script launches the Windows application someApplication.exe, which is in the fscommand folder on the same level as the projector:
on (release) { fscommand ("exec", "someApplication.exe"); }
L'utilisation n'est pratique que pour un cd interactif ou une projection .exe que tu fait pour toi meme et encore la voir si on va mettre tout nos programme dans le repetoire fscommand :P
------------------------------- Réponse au message : -------------------------------
> > Salut, > la fonction exec ne marche qu'avec l'auto executable, pas le swf... > > Faut lire le manuel, des fois... > > @+ Tom > > ------------------------------- > Réponse au message : > ------------------------------- > > En effet !! > En utilisant la fonction exec de fs command > Rien ne marche !! > J'ai tout bien fait !! > Ds flash 4 , 5 ca amrche pas dans flash mx ?? > est ce que c'est normal aidez moi !!! > @+ >
|