I have a concrete question, but understanding the mechanics of the process would be better, hence the title.
There is a block of text, which can be hidden or displayed to a user, based on his "Local Stored object" cookies. Therefore, I need to load .swf, which would act a as bridge between JavaScript and Flash. Then Javascript would get cookies from Flash and decide, whether it is necessary to hide the text. Is it possible not to wait till the page loading finishes, thus showing/not showing the text block when the page still loads Images, other scripts and so on? This must depend on when object will be loaded, I guess, but, perhaps, if inline JavaScript is executed as soon as it is received, there is a way to force .swf loading before the whole page has loaded.
BTW, I need cookies to be preserved across browsers, that's why I can't use server-side or document.cookie methods
Thanks