Skip to main content
Participant
November 9, 2009
Question

Link to website with class

  • November 9, 2009
  • 1 reply
  • 360 views

Hi

trying to create a link in my flash file to a lightbox/pop-up window. So far it looks like this:

gotopart5.addEventListener(MouseEvent.CLICK, DocClick5);
function DocClick5(event:MouseEvent):void{
navigateToURL(new URLRequest ("http://www........./propel/test.html?height=450&width=620"), ("_blank"));
};


the issue I have is making it somehow call the external class="xx" – which I need in order to make the window actually appear right.

Where/how do I put this class in the flash document? Or do need to do something entirely different.

Thanks in advance!

-Michael

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
November 9, 2009

Here's a link that might help you:  http://kb2.adobe.com/cps/141/tn_14192.html