Har hittat en meny i Flash som jag vill använda i programment "AutoPlay Media Studio 5". Mina kunskaper i Flash är inte stora så jag är inte riktigt med på hur jag ska göra. Meningen är att när man klickar på en link i den dynmamiska menyn AMS så ska en film starta/laddas.
Fick ett tips:
"You have to use FSCommand in Flash for the button (OnClick).
In AMS, have an action for the flash object on FSCommand and use the FSCommand/FSCommand Arg as variable (for example the name of the video file).
Then you can use your action, using that variable instead of the video file name
WHat you can do is use the FSCommandArg which is the second parameter in the FSCommand in flash and then in AMS, in the action for the flash object, use an IF statement which checks the value of this parameter and, accordingly, shows the relevant movie."
Är inte riktigt med på hur man lägger in onclick fscommand på en knapp i Flash trots jag läst hjälpen.
Lägger upp .fla, xml samt AMS filen här fall någon skulle vilja vara snäll och kanske skriva koden för två knappar ex "Other" och "Project1" och rätt kod för att anropa dem i AMS5.
