Re: [Flashcoders] modify sample rate in MP3 header?

2006-07-21 Thread Jeff Stearns
driver at half or quarter speed, or you can duplicate every sample of decoded audio by a factor of 2 or 4. But you can't do these things in Flash because you can't get your hands on the decoded audio stream or the audio driver configuration. -jeff stearns On Jul 20, 2006, at 1:05 PM, Marc

Re: [Flashcoders] How to embed metadata in SWF files?

2006-07-18 Thread Jeff Stearns
I don't have any problems getting variable assignments into the SWF file. I have problems accessing their values when I'm playing the movie. The SWF contains some ActionScript in frame 1 which sets variables like title=My First Movie, year=2006. But how can my Flash player access those

Re: [Flashcoders] How to embed metadata in SWF files?

2006-07-16 Thread Jeff Stearns
the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com On Jul 15, 2006, at 10:27 PM, Jeff Stearns wrote: I hope that you'll take pity on a Flash novice

Re: [Flashcoders] How to embed metadata in SWF files?

2006-07-16 Thread Jeff Stearns
on this) hope that helps On Jul 15, 2006, at 10:27 PM, Jeff Stearns wrote: I hope that you'll take pity on a Flash novice. I'm an experienced programmer, but Flash is very new to me. I need to generate SWF movie files containing embedded data such as title, production year, etc. The Flash

[Flashcoders] How to embed metadata in SWF files?

2006-07-15 Thread Jeff Stearns
I hope that you'll take pity on a Flash novice. I'm an experienced programmer, but Flash is very new to me. I need to generate SWF movie files containing embedded data such as title, production year, etc. The Flash player needs to be able to read these values when it starts playing the

[Flashcoders] Flash player skips first frame of audio -- why?

2006-07-06 Thread Jeff Stearns
because the output must be perfect. Do you have any suggestions for resolving the problem? I'm especially interested in fixing the problem where audio is muted after an ActionGotoFrame. That's a killer. thx! -jeff stearns ___ Flashcoders