sure...lets say you want to launch a pop up, you have this js in your html

function Launch(page) {
    OpenWin = this.open(page, "CtrlWindow",
"toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=550,height=550");

}

Then you have a movie clip in flash that would call it as follows from a
movie clip:

button_mc. {
getURL("_javascript_:Launch('http://www.cnn.com')")
}

Thats all there is to it :)

Thanks,
Michael



Duane Boudreau wrote:

> All,
>
>
> My flash guy here is struggling with a flash/_javascript_ problem.
>
>
> Can he use _javascript_ to call a function in the flash movie?
>
>
> Duane
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to