You could try that route, though I dont know if the sound object (when
written with ByteArray.writeObject) has the actual mp3 data stored in it.
Your server script would obv need to decode the AMF (which is the format of
the data stored in the byte array when you use writeObject).

On 5/30/07, Dani Bacon <[EMAIL PROTECTED]> wrote:

hey keith, and thank you all for your responses

i need to save a file from the flash player, not the authoring
environment. it might be completely impossible, but i was thinking something
on the lines of using byteArray.writeObject (someSoundObject) and then
maybe calling a PHP with that byteArray sent to it via POST or something.
and let the PHP save it and maybe even convert it to MP3, either by writing
the MP3 encoder or using some existing cmd line conversion tool (like LAME
or SOX, and so maybe encode the file to an easy format and then convert) ???


im probably talking complete nonsense, anyone know if its possible ?

On 5/29/07, Keith Peters <[EMAIL PROTECTED] > wrote:
>
> You can't save anything into a file in Flash 9 anyway... Maybe I'm not
> understanding exactly what you are trying to do. Are you talking about
> the authoring environment or the Flash player?
>
> Dani Bacon wrote:
> > hi all,
> >
> > does anyone know ? using flash 9, given a sound sample loaded onto the
>
> > stage, can i and if so, how do i save the sound onto a file (and
> > specifically into a MP3 formatted file) ??
> >
> >
> > thanks
> >
> ------------------------------------------------------------------------
> >
> > _______________________________________________
> > osflash mailing list
> > [email protected]
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to