PDA

View Full Version : Calling specific load frame from html page?


blackbookdesign
06-14-2007, 06:03 PM
Hi I have a question about caling a specific frame in a swf from another html page.

Ok, my problem is that i have an html page with 6 menus.

If you click one, it redirects to an html page with 2 frames.
Top frame is a the menu with sliding pictures.
here is the example: http://www.blackbookdesign.ca/dev/scrollingwindow.swf

And what i need is to have the right frame load from the top frame menu. That last one is clicked from the html intro page.

I think it's maybe a cookie that i need... anybody with some opinions?

PibbTibbs
06-16-2007, 02:38 PM
I dont fully understand your issue, but check out sharedObject in flash, it can be used to store data on the users local drive and retrieved once another html page is loaded.

blackbookdesign
06-19-2007, 01:36 PM
yeah that could probably do the trick if i incorporate flash in my 1st html. thx