PDA

View Full Version : get url simple question


dommega
11-09-2001, 06:37 AM
Any help appreciated.
I am checking to see if my movie clip reaches a certain x position, then it will load a html frame. Everytime it reaches the point it loads the page over and over again. Does anybody know how to bypass this so it loads once and then the page shows up?

Thanks,
Dommega

RanTen
11-09-2001, 08:32 AM
Hi Dommega,

Place a stop(); action on the last keyframe, so your movie dosent loop back and reload the html page again.

Cheerio