Page 1 of 1

Help me...for flash tease

Posted: Mon Jun 20, 2011 4:44 pm
by realslave1885
Can anybody help me to add sound in my flash tease.
Actually i want to play sound in background and pictures slide show in main tease.
Right now i an able to see pics slide show but sound is not getting played.

My script is as below.
Please help me.


start#page(
'',
pic("*.jpg"),
delay(5sec, start#,style:hidden)
hidden:sound(id:'audio1.mp3')
);

page7#page(
'',
pic("*.jpg")
);

page8#page(
'',
pic("*.jpg")
);

page9#page(
'',
pic("*.jpg")
);

page10#page(
'',
pic("*.jpg")
);

page11#page(
'',
pic("*.jpg")
);

page12#page(
'',
pic("*.jpg")
);

Re: Help me...for flash tease

Posted: Mon Jun 20, 2011 5:07 pm
by Nezhul
Unfortunately you can not play sound while changing pages. When you change a page, all sound will stop.