getURL problem with HTML frames

Hi,

I’m doing a controller with play and stop. I have an audio track (people speaking) and I have some keyframes during the timelime to change frames im my HTML to load another html in each 2 frames (the 3rd one is the flash controller).

Everything’s going well on Mozilla on PC and on all browsers on MAC, but on Internet Explorer on PC, at each getURL (linking at frame’s name), the timeline is going back to frame 1.

For example:
getURL(“left-frame-07.html”, “leftFrame”);
getURL(“main-frame-07.html”, “mainFrame”);

ok, I tried with my flash controller in a window, loading html and frames in another window. Everything looks good.

Do you have another solution than this false solution? The problem is that IE reloads all the html file and the content that should stay is reloading, that has the effect to rewind my timeline to frame 1 when it should continue. Mozilla and all browsers on Mac are ok. :stuck_out_tongue_winking_eye: