Actualy, I don't know if the Flash player is base64 decoding or if Lazlo is decoding. It must come over the wire as base64 encoded (I think). It is being loaded dynamically.
I just need access to the byte stream, I can base64 encode/decode it myself. Any idea how I can get hold of the byte stream of an mp3 media file from within Laszlo? Thanks in advance, Peter G. Henry Minsky wrote: > > I had no idea that the Flash player could play a base64 encoded file. Is > the > media file being compiled into the app, or loaded dynamically at runtime? > > On 6/28/07, petergien <[EMAIL PROTECTED]> wrote: >> >> >> I'd like to access the raw data of a media file that is loaded into a >> view. >> It is a base64 encoded mp3 file. It plays fine in the view. How do I pass >> the resource (mp3 file bytes, not the URL) as a parameter in an xml-rpc >> call? >> -- >> View this message in context: >> http://www.nabble.com/raw-data-mp3-media-to-be-sent-over-xml-rpc-tf3997768.html#a11353852 >> Sent from the OpenLaszlo - User mailing list archive at Nabble.com. >> >> > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/raw-data-mp3-media-to-be-sent-over-xml-rpc-tf3997768.html#a11369142 Sent from the OpenLaszlo - User mailing list archive at Nabble.com.
