Groups | Blog | Home
all groups > macromedia flash sitedesign > april 2005 >

macromedia flash sitedesign : Link doesn't work


vadkins
4/14/2005 2:28:32 AM
I've developed a flash interface for the intranet at my company. One of the
buttons links to a web page in our Agile document control system. The link
works from the Test Movie in flash. But after publishing the flash file to html
the link does not work in the browser on the intranet.

The action script for the link is:
on (release) {

//Goto Webpage Behavior

getURL("http://agileweb/agile_asp/open_file.asp?pn=QM000-ISO&FileName=QM000-ISO
..doc","_blank");
//End Behavior

}

Please advise.

vadkins
PhaetRush
4/16/2005 12:00:00 AM
it may be as simple as taking the quotes off "_blank" and simply using _blank

vadkins
4/16/2005 12:00:00 AM
vadkins
4/19/2005 4:42:10 PM
I took the quotes off "_blank" as suggested above, but this did not help.

AddThis Social Bookmark Button