From: Nuno F. <nun...@wi...> - 2001-02-20 11:23:26
|
>I loath the limited realm that FLASH delivers along with its >pathetic CPU chewing rendering engine. I like the fact that the DynAPI >leaves options 100% open for me to pick and choose front-to-back delivery >platforms. I agree, though as it stands, DynAPI chews more CPU time than the average flash movie, let alone IE memory leaks. >Currently loadpanel is probably the weakest link supporting the DynAPI >platform. But it is the "only" link we currently have to bridge between two >very different worlds. Fix and optimize it...., Hmmm, I think that setHTML is the way to go, not loadpanel. Using PHP, for instance, you can load a PHP file in a hidden frame, that accesses a database and builds a script on that hidden page that alters the layer content on the main page via setHTML. In practice, if you organize things thouroughly, you won't have to reload the main page ever. best, NunoF |