Ciao, devo inserire il Fmp3 player in un altro swf.
Sul sito dice:
Create un clip vuoto sullo stage e assegnategli il nome "a_mc". Dentro il clip "a_mc" create un altro clip vuoto che chiamerete "b_mc".
Ora scrivete nel primo fotogramma sullo stage:
codice:
a_mc.mp3 = "http://www.your-site.com/mp3/your-song.mp3";
a_mc.action = "play";
a_mc.title = "Title of your song";
a_mc.color = "ffbe30";
a_mc.textcolor = "333333";
a_mc.loop = "yes";
a_mc.lma = "yes";
a_mc.b_mc.loadMovie("http://www.your-site.com/FMP3/FMP3.swf", 1);
Il problema è che non sapendo usare flash, non so come creare i clip vuoti... so che è la base, ma non ho proprio il tempo per leggere un book!
Come si fa praticamente? thnx!