Noob problems with sound
Posted: Tue Nov 24, 2009 11:38 pm
Hey all, i'm making my first tease - a flashtease with nyx - and i want to put a metronome in it. After searching the forums i found this:
2#page(
'Sound Example',
pic("*.jpg"),
go(#nexpage),
hidden:sound('yoursound.mp3')
)
I downloaded metronome sounds, uploaded some to nyx, and after a couple attempts, was able to get the sound working in the preview. Nice! Unfortunately every time I tinker with something in the tease, like write new pages, the instructions seem to have vanished from the script and no longer work in preview. Could anyone more experienced tell me what I might be doing wrong here?
Here's a page's script before I try to add the sound:
page6b#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke your cock to the beat. I want a full stroke - that's a downstroke </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">and an upstroke - for each and every metronome beat.</FONT></P></TEXTFORMAT>',
pic("a6.jpg"),
delay(1min, page6c#)
);
And this is where i'm putting it:
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke your cock to the beat. I want a full stroke - that's a downstroke </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">and an upstroke - for each and every metronome beat.</FONT></P></TEXTFORMAT>',
pic("a6.jpg"),
delay(1min, page6c#),
hidden:sound('080-bpm.mp3')
);
2#page(
'Sound Example',
pic("*.jpg"),
go(#nexpage),
hidden:sound('yoursound.mp3')
)
I downloaded metronome sounds, uploaded some to nyx, and after a couple attempts, was able to get the sound working in the preview. Nice! Unfortunately every time I tinker with something in the tease, like write new pages, the instructions seem to have vanished from the script and no longer work in preview. Could anyone more experienced tell me what I might be doing wrong here?
Here's a page's script before I try to add the sound:
page6b#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke your cock to the beat. I want a full stroke - that's a downstroke </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">and an upstroke - for each and every metronome beat.</FONT></P></TEXTFORMAT>',
pic("a6.jpg"),
delay(1min, page6c#)
);
And this is where i'm putting it:
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Stroke your cock to the beat. I want a full stroke - that's a downstroke </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">and an upstroke - for each and every metronome beat.</FONT></P></TEXTFORMAT>',
pic("a6.jpg"),
delay(1min, page6c#),
hidden:sound('080-bpm.mp3')
);