Hi there,
I recently posted in the Flash CS3 forum, I have to admit that not only am I lacking in flash skills, but I’m also being a bit vague, and seen as I’m using actionscript 2 I thought I’d rephrase my question a bit and ask you guys, sorry for posting twice :crying:
On my website, I have a floating movie file as the web ‘interface’, basically buttons which trigger movies in a ‘holder’ on the main window. My url is www.jamesbarberdesign.com if you would like to know what I’m going on about. The ‘interface’ is actually an .swf on the top layer, the holder is on the bottom layer. This is basically my way of avoiding compatibility/design issues with iframes.
Basically, I’d like to trigger a webpage to load in the holder instead of external .swf movies, is this possible? right now, the code I use for the button triggers on the interface are:
on (release) {
_parent.holder_mc.loadMovie(“movie.swf”);
}
thanks for you time
James