You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you should set a As-link name in flash library-panel before you export SWC ,that name you can set "mp3found".then you can use it .
1.SoundAS.addSound("found", new mp3found());
2.SoundAS.play("found");
That worked very nice. Maybe you can paste this example into the Readme.md, as there are allready a great number of exmaples included - just not the SWC one :)
I'm confused on how I could load a Soundfile from an SWC library.
I started of my using:
private var SoundAS:SoundManager;
and thought I could then add the MP3 from my SWC like so:
SoundAS.addSound("found", mp3found);
But that didnt worked. Any tips?
The text was updated successfully, but these errors were encountered: