| daz lee 2005-05-23, 8:45 pm |
| Local Shared objects,=20
var so =3D SharedObject.getLocal("mySoName");
if(so.data.ihavevisted !=3D true){
//Play sound
}
so.data.ihavevisted =3D true;
----- Original Message -----=20
From: chris wyatt<mailto:cwyatt-2hwlD9mtEcdl57MIdRCFDg@public.gmane.org>=20
To: 'FlashComm Mailing List'<mailto:flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>=20
Sent: Monday, May 23, 2005 8:03 PM
Subject: [FlashComm] Music in flash document
Hi, I have a FLA document that I use for a menu and it has a little =
jingle
in it. I would like the jingle to play the first time the webpage is
accessed on the client, but after that, don't play the jingle at all. =
Is
there anyway I can set this up (codewise) in the FLA doc? Or am I out =
of
luck?
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - =
http://www.figleaf.com<http://www.figleaf.com/>
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
=
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm<http://chattyfig.=
figleaf.com/mailman/listinfo/flashcomm>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|