Hi Hank,
I dont quite understand. I never use frames. So since all my code is
always in the first frame does that mean that for the life of my app I
could only make ten network calls no matter how long it was running?
That would be incredible. If so does this make it impractical to
"check" the network periodically?
Well, you are able to do ten simultaneously connections per frame as long the memory meets of the device. Keep in mind you are only able to do five network requests per frame. Also requests from the local file system of the phone counts as a request. The main reason was that these requests take up a lot of memory, a thing which is scares/rare on the mobile phone.The best thing is to use a altered version of the MovieClipLoader to queue requests.
Also, regarding MP3 I understand that if the handset doesnt play mp3
then it wouldnt work. But my main question is just about progressive
download. Is it something that is likely to work. And if so, do the
handsets have a web cache so that things downloaded once are
available?
Well, you could load a flash movie and store the sound in their. I think.
I guess really what I am trying to figure ot is how feasable it is to
thing about building media apps for flash lite 2.0
The download comes with a example of a player.
Regards
Hank



On 1/3/06, Weyert de Boer <[EMAIL PROTECTED]> wrote:
Hi Hank,

Flash Lite has a limit on the number of network requests, meaning you
can only do five per frame and a maximum of ten (was four in 1.1)
connections at the same time. You should be aware that this means all
requests including XML.load() or loadVariables etc. The support of mp3
totally depends on the the host. IF the host doesn't support it, it's a
no go ;-)

Yours,
Weyert de Boer
If I want to progressively download an mp3 and then play it, or I just
want to do an http access to grab some data does all of that work.

Thanks
Hank
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to