Flash 2 version:

> on(release){
> getURL("http://www.macromedia.com";, target="main");
> }

Flash 6 version:
_level0.movieClips[i].onRelease = function() {
        // in function
        _level0.getURL(_level0.buttonURL[i], "_parent", "GET");
}

However, how do you pass variables into that function?  Just putting a
variable as an argument doesn't appear to work.

Paul



-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to