kmax
1
Hello, I know this kind of thing can be done with javascript…
But I am wondering if it can be done with flash…
We need a welcome sound to play when the page loads…
But we need it to only play once per browser session…
So that when they come back to the homepage from one of our secondary pages they dont keep getting welcomed…
Please let me know if you know if this is possible or not…
Thank You
k
system
2
I just found this code…
But dont really understand it…
my_so = SharedObject.getLocal(“sound”);
if (my_so.data.playedSound) {
gotoAndPlay(2);
}
my_so.data.playedSound = true;
my_so.flush();
I guess you just add this action to frame 1
then put the sound in frame 2 of the movie?
system
3
Well if anyone sees this and wonders…
That code does not work…
When you use it the sound sounds like crap…