PDA

View Full Version : flash problems...


Nasice2003
12-14-2003, 01:50 PM
I tried to make a hotspot that, when clicked, plays an ogg file and displays its name on a flash screen... The hotspot is there, music plays, but nothing shows on the screen(which was copied from one of AMS4 templates).
This was the best I could think of:

Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\3cd\\05-Slavonka.ogg", true, false);
Flash.SetFlashVariable("screen", "FlashVar", "Slavonka");
Flash.Play("screen");

How do I make it work? Thanx guys.