Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
_root.song1 = new Sound(_root.song1);
_root.song2 = new Sound(_root.song2);
location = "http://www.theSite.com//subfolder//"
_root.song1.loadSound(location+"songname1.mp3", false);
_root.song2.loadSound(location+"songname2.mp3", false);
_root.song1.start(0, 99); //seconds offset, loop
crowebird said:If you still want more info, flashkit.com/board
Everything you could want about flash
[about 500000 members]