Page 1 of 1

mp3 files in flash

Posted: Thu Apr 26, 2012 1:31 pm
by Sexytimes 5
Do I have that script wrong down there? Will Nyx automatically use the mp3 files you have uploaded if you write it in the script correctly? Seems like there should just be a way to choose the mp3 file you want associated with the page like you can a picture. Do you normally get the sound in reviews of your tease? Oh yes I have been dumping and clearing the history to get the saves to work. Please, if anyone knows exactly how to make mp3 files work in nyx step by step, I would appreciate the help, I don't want to have to give out the metronome online deal. It's not that bad to use the online ones but if you are taking on a flashtease you shouldn't have to mess with it! Thanks to anyone who tries to help! help! pic("16z.jpg"), delay(30sec, page16#,style:hidden) hidden:sound('click30.mp3')
);

Re: mp3 files in flash

Posted: Thu Apr 26, 2012 10:08 pm
by curiousSK
just looked at the coding of one of my teases, and i have sound inserted like so:

hidden:sound('200-bpm.mp3', loops:5)

If the file is 30 seconds long and the page is <30s then just put 'loops:1'. that might be the issue. It's important to remember though, that if you use the visual editor AFTER you have already put the sound scripts in, then your sound script portion will be deleted. Check out my teases as there's one that is a how-to for button colour too :)

Re: mp3 files in flash

Posted: Thu Apr 26, 2012 10:22 pm
by curiousSK
Sexytimes5 wrote: pic("16z.jpg"), delay(30sec, page16#,style:hidden) hidden:sound('click30.mp3'));
Additionally, i THINK you need a comma after "style:hidden)" so that like would become:

pic("16z.jpg"), delay(30sec, page16#,style:hidden), hidden:sound('click30.mp3', loops: x));

regards

Re: mp3 files in flash

Posted: Fri Apr 27, 2012 1:18 am
by Sexytimes 5
Thanks alot curiousSK! Finally had an mp3 file actually play in nyx. I appreciate you taking the time to help me.

Re: mp3 files in flash

Posted: Fri Apr 27, 2012 3:30 am
by curiousSK
more than welcome, glad someone is taking the time to put in the effort to make a flashtease with sound again :D