nyx sound help
Posted: Wed Jan 16, 2013 8:03 pm
I am putting together my first flash tease using the nyx editor, which is going pretty well, except for adding sound files. I have imported the MP3 files, and have been using the hidden:sound('xxx.mp3'), code to insert it on the page.
Example:
page14#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke that beautiful cock to the beat. I want you nice and worked up for what I have planned.</FONT></P></TEXTFORMAT>',
pic("09-1.jpg"),
delay(30sec, page15#),
hidden:sound('100bpm.mp3'),
);
The page functions correctly, and the sound plays just fine in preview, but after saving and closing the editor and coming back to it later, the sound file lines are all gone and of course the sound doesn't play on any of the pages. Is anyone able to see what I am doing wrong and willing to help or had a similar problem and have a fix? I appreciate any advice for a noob trying to stumble thru the code.
Example:
page14#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke that beautiful cock to the beat. I want you nice and worked up for what I have planned.</FONT></P></TEXTFORMAT>',
pic("09-1.jpg"),
delay(30sec, page15#),
hidden:sound('100bpm.mp3'),
);
The page functions correctly, and the sound plays just fine in preview, but after saving and closing the editor and coming back to it later, the sound file lines are all gone and of course the sound doesn't play on any of the pages. Is anyone able to see what I am doing wrong and willing to help or had a similar problem and have a fix? I appreciate any advice for a noob trying to stumble thru the code.