Hello there,
Right now on my website, I have a few .swf movies loading into a holder on my flash website, the script I use for buttons to trigger the load is:
on (release) {
_parent.holder_mc.loadMovie(“movie.swf”);
}
Is it possible to load an outside website into this holder too? basically treat the holder like a frame on a webpage?
Thanks very much in advance
James