I'm working on this Flash project and I've constructed a swf where all the assets are exported into frame 5 and the first frame contains the pre-loader. When the pre-loader is finished it jumps to frame 10 where the actual site begins. This works great.
However, in every browser I've tested so far (FF, IE, Chrome and Safari) when I place a # on the url the behaviour seems to be that the browser is downloading the entire swf first and then starts playing it with the end result that it takes a while for the swf to load (blank screen), the pre-loader kicks at a 100% and then the swf continues to the site.
I would appreciate it if anyone could confirm this behaviour and any input to shed some light on this problem.
UPDATE:
Thanks to rhtx for pointing out this annoying Flash Player behaviour. In a way I can understand why this is but it only works if you make linear movies, which I don't. Currently it means that I need to create a label for every deep link location on the first frame which is of course impossible if your path is content driven.
Is there a way to overcome this second problem?