Re: [Flashcoders] Caching Sounds in AIR

2010-09-13 Thread Karl DeSaulniers
I would look into what "caching headers" you have set for your downloads. This link may help or point you in a good direction. http://www.askapache.com/htaccess/apache-speed-cache-control.html Best, Karl On Sep 13, 2010, at 7:59 AM, Jesse Warden wrote: I want to cache sounds for an AIR mp3 p

[Flashcoders] Caching Sounds in AIR

2010-09-13 Thread Jesse Warden
I want to cache sounds for an AIR mp3 player on a phone. Not sure of all my options. 1. Sound.load + Sound.extract 2. URLStream.load + Sound.extract + Sound.sampleData 3. Sound.load + URLStream.load 1. I load the Sound via Sound.load. When it's done via Event.COMPLETE, I do a sound.extract and

Re: [Flashcoders] Caching loaded bitmaps

2009-12-31 Thread Juan Pablo Califano
I don't know about Macs, but I have noticed this same caching behavior in the past using Windows XP and Flash CS3. If my memory serves me well, flushing IE's cache made Flash reload the images from disk (I discovered this by chance); this seemed a bit odd but I remember I could reproduce it every

[Flashcoders] Caching loaded bitmaps

2009-12-30 Thread Omar Fouad
Hi all, I have some sort of game that requires to load some bitmaps before it starts. I do this by using the Loader class, and shifting from an array of image Links on each time the Event.COMPLETE fires so that the images load one by one. The project is a FLA file (CS4) using document class and so

RE: [Flashcoders] caching loaded swfs and jpegs

2007-09-07 Thread Paul Venton
ing. Substitute getTimer with whatever random generator you choose. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Sinning Sent: 07 September 2007 17:46 To: Flash Coders Subject: [Flashcoders] caching loaded swfs and jpegs I have 2 questions abo

RE: [Flashcoders] caching loaded swfs and jpegs

2007-09-07 Thread Hal Leonard
EMAIL PROTECTED] On Behalf Of Andrew Sinning Sent: Friday, September 07, 2007 9:46 AM To: Flash Coders Subject: [Flashcoders] caching loaded swfs and jpegs I have 2 questions about the caching of loaded files: I'm building a wrapper movie around the Loader and ProgressBar classes. During te

[Flashcoders] caching loaded swfs and jpegs

2007-09-07 Thread Andrew Sinning
I have 2 questions about the caching of loaded files: I'm building a wrapper movie around the Loader and ProgressBar classes. During testing from within Flash, once I've loaded a file it remains cached by the Flash Player. This makes it hard to test the loader. I've had to add a random numb

[Flashcoders] Caching in Test Movie

2007-04-10 Thread leolea
In Test Movie mode, it seems like Flash doesn't have any cache like the browser does. Anyone know if there is a way to enable caching ? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.

[Flashcoders] Caching

2007-03-13 Thread Paul Andrews
I've been building a graphical front end controlled via a text log file that is frequently updated by a running process. The log file and web server are on the same unix box. I read the text log file using LoadVars. All well and good. The flash code reads the log file, extracts pertinent data and

[Flashcoders] Caching question

2007-03-13 Thread Paul Andrews
I've been building a graphical front end controlled via a text log file that is frequently updated by a running process. The log file and web server are on the same unix box. I read the text log file using LoadVars. All well and good. The flash code reads the log file, extracts pertinent data