Hey Peeps,
Pretty straight forward question I hope, how would I load from a path such as
C:\Users\Public\Music\Sample Music\Kalimba.mp3
A preferred solution would be with actionscript alone (I know some things like this are possible with php etc.) and without prior knowledge of where the SWF file is saved at author time. And the finished product will not be in a browser because I know that there is no way around it like that, maybe an AIR application or something
I’ve tried some stuff such as
var loader:URLLoader = new URLLoader(new URLRequest("C:\Users\Public\Music\Sample Music\Kalimba.mp3"));
etc, but the problem is obviously that it cannot find this directory in the folder where it was saved