Rick Winscot
Sat, 26 Jul 2008 17:49:44 -0700
I've used deep linking with a custom pre-loader in many apps without problems. Can you verify your configuration?
*. What html template are you using *. What are your compiler options *. Are you using any additional JavaScript goodies like FAB? Rick Winscot From: flexcoders@yahoogroups.com [EMAIL PROTECTED] On Behalf Of Adnan Doric Sent: Saturday, July 26, 2008 6:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex 3 Preloader broken when using deep linking ? You are absolutely right, but the preloading part is completely missing :) Well, maybe it is Flash Player bug, I don't know, but it is very annoying for deep linking as you can imagine. I tried to create custom preloader but same thing is happening, there is no progress events. Maybe have some kind of workaround to show the progress ? --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I saw the "initializing" progress bar. > > > > ________________________________ > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of Adnan Doric > Sent: Friday, July 25, 2008 12:50 PM > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Re: Flex 3 Preloader broken when using deep > linking ? > > > > Sorry to bump this, but... am I the only one with this issue ? :) > > Even the Flex 3 style explorer have same issue : > > 1. clear the cache > 2. load > http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplo > rer.html > <http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExpl > orer.html> > > You see the preloader > > 3. clear the cache > 4. load (note the "#" at the end of the URL) > http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplo > rer.html# > <http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExpl > orer.html> > > There is no preloader... > > Am I crazy or we have some deep linking incompatibilities ? > > --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > , "Adnan Doric" <astronaute@> wrote: > > > > Hello, > > > > I don't know if this was already discussed so sorry in advance. > > > > After few days of hard debugging, I sadly noted that Flex 3 preloader > > is completely broken while using "#" in the URL. > > > > It doesn't show at all. > > > > Does anyone have any workarounds as preloading 2Mb without preloader > > is actually real pain ? > > > > Thank you. > > >