valdet
05-09-2008, 08:06 PM
Hi there, I am trying to place some type of a audio welcome message to my users. I managed that but the problem is that it plays on each instance a page is opened.
I would like to know if there is conditional which would allow me to wrap the audio code so it plays only once for my members
Kinda like:
<if condition="$show['member']">
<if condition="first pageload">
Play the sound ($audio)
</if>
</if>Thanks and I hope there's a solution to it.
Regards,
Val.
--------------- Added Saturday, 10 May 2008, 13 at 13:16 ---------------
bump* :)
Is there something like this or maybe a different conditional that may provide similar feature
I would like to know if there is conditional which would allow me to wrap the audio code so it plays only once for my members
Kinda like:
<if condition="$show['member']">
<if condition="first pageload">
Play the sound ($audio)
</if>
</if>Thanks and I hope there's a solution to it.
Regards,
Val.
--------------- Added Saturday, 10 May 2008, 13 at 13:16 ---------------
bump* :)
Is there something like this or maybe a different conditional that may provide similar feature