|
-
Hi gang,
I'm building a site that uses a frameset. Flash (menu.swf apx. 120 Kb) in one frame and HTML-content in the other frame.
Links both from flash and from html respond in both frames.
http://test.nozebra.dk/OI_partners/docs/main_FRAME.htm
(a halfdone version for testing - only DK and BE work in right frame)
By assigning a variable to menu.swf like below the movie can check for the variable 'active' and then jump to a frame accordingly.
// ...
<param name=movie value="menu.swf?active=about">
<param name=quality value=high>
<embed src="menu.swf?active=about" quality=high
... //
I had hoped that 'menu.swf' only had to load one time but.
it's seems that the cache loads a new movie for every variable...
menu.swf?active=about
menu.swf?active=europe
menu.swf?active=us
menu.swf?active=contact
... and so on!
If anybody has ANY bright ideas - I'll buy you a polar-beer
Podenph
[Edited by podenphant on 12-17-2001 at 12:06 PM]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|