View Single Post
  #11  
Old 10-10-2011, 02:32 PM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
AH of course! didnt even think of that
Maybe somthing like this for the profile option.
PHP Code:
localStorage.setItem('startupsound','false/true'); 
And somthing like this at the first lines of the actionscript?
PHP Code:
var startsound localStorage.getItem('startupsound');
if(
startsound == "true"){
//play sound

__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote