
Hi,
I'm having a problem in writing cookies.
The page structure:
A html page with iframe->calling another html page->this page has (in addition to images and text content) another iframe which calls my flash html -> which calls up a js file and has my embedded flash content in it.
The process:
The user selects n number of options from the swf, and clicks a button. The button uses getURL to call the javascript function and writes the options selected into a persistent cookie. This cookie is read by the swf whenever it loads, and if no cookie found resets to default options.
The whole thing works fine when tested locally. i.e., local server with all of the above, accessed from network, sets cookie and reads cookie. No probs.
However the online version doesn't work in IE 6.0

but works fine in Firefox.
Any idea what could be the problem here?
Kind of desperate for some idea on whats going wrong. Do help
Jai