PDA

View Full Version : Flash no longer a Kiosk solution? Can't run 24/7?



dragonfly
March 4th, 2007, 12:58 PM
I'm a bit panicked here.

I have been using Flash to build applications for 24/7 accessable public kiosk applications. Until recently this seemed to be a good solution, especially with help from programs like Zinc.

A recent situation with a client and one of our programs has revealed a HUGE PROBLEM though. When REPEATIVELY loading and unloading exteral files (swfs, jpgs, etc), Flash Player 8 seems to keep the page file loaded with the data from these files even after they've been unloaded.

Some of our applications load huge files (300mb or so). Some of them may load 100s of jpegs per day, depending on user traffic.

Needless to say, once the page file gets large enough, the app fails.

Am i understanding things correctly? IS THERE A SOLUTION? We have a huge project launching next month! Should I revert everything back to Flash Player 7 because i need a 24/7 app that loads and unloads external files?

This isn't a huge issue for web apps, as they load into a browser for a bit, and then go away when the user leaves the site or closes the browser... But I need an app that runs 24/7... Is Flash no longer a solution for this?

Tempest811
March 4th, 2007, 02:28 PM
this should help you - there is a solution:
http://www.permadi.com/tutorial/flashcache/
http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm

dragonfly
March 4th, 2007, 02:47 PM
this should help you - there is a solution:
http://www.permadi.com/tutorial/flashcache/
http://blog.neo-archaic.net/2006/08/02/nocache-for-javascript-and-flash.htm


Thank you for the reply. However, I do not see the connection between the articles you've pointed to and the problem I'm experiencing.

I am not using a web browser or having issues with cached content being re-used. I have a problem with the windows page file on a dedicated windows pc kiosk increasing in size until my app fails.

Tempest811
March 4th, 2007, 02:49 PM
so I believe these articles show you how to import dynamic content without caching them...which would prohibit your windows page file from increasing...correct? I dunno