TwelvestoneFlash

FMS 3.5 wtf


Sign in

  • Waiting for Godot ( 730 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 5.1 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.9 k posts )
    general front end design an...
  • Back End ( 9.7 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
pyrogen
 
2009-02-11

wtf

i thought by now one could record a mp3 file from FMS. But it only allows one to record flv format...

flv is fine and all, but the new as3 netStream does not allow for SoundChannel, so i am unable access leftPeak and rightPeak. Yeah yeah i know SoundMixer has Compute spectrum, but that uses all sound across the VM, so if you have say a youtube video open in another browser tab, it hoses up the SoundSpectrum. I just want to target the sound of a specific source, ie the one netstream.

Adobe you suck!

Any ideas?

JLM
 
2009-02-11

I thought h.264 video and sound are now treated the same, can it record h.264?

pyrogen
 
2009-02-11

Originally posted by: JLM I thought h.264 video and sound are now treated the same, can it record h.264?

can you load h.264 into a sound object?

the real issue is that netStream does not have SoundChannel, and therefor i cannot access peakLeft and PeakRight. There is SoundMixer computeSpectrum, but as i said earlier there is a bug in that it computes all sound in the VM, including sound in other browser windows with flash running, hence a serious problem.

SO basically i need to save/ publish the sound as an mp3 or a format that can be loaded into the sound class so i can have access to SoundChannel, or if their is some sort of magical hack to get SoundChannel to attach to the netstream ( which does not seem to exist. )

It just seems that fms should be able to publish to any format, seems like a serious limitation. It also seems like adobe needs to fix the SoundMixer bug, and also give us access to PeakLeft and peakRight for a netstream object.

if you have any ideas i would love to hear them, this shit is really frustrating.

JLM
 
2009-02-12

pixel blender???

pyrogen
 
2009-02-12

Originally posted by: JLM pixel blender???

?

how does pixel bender relate to this problem? am i missing something? from what i under stand pixel bender has nothing to do with netstream/audioChannel etc. i would be happy if i am wrong though k

JLM
 
2009-02-12
pyrogen
 
2009-02-13

cool, i will peep tinic's shit, thanks yo!!!

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

FMS 3.5 wtf