Skip to main content
Participant
April 4, 2007
Question

GetURL and ASP

  • April 4, 2007
  • 2 replies
  • 539 views
Hi

Newbie to flash and I have been lumbered to finish a project.

I jabe the following

on (release) {

//Goto Webpage Behavior
getURL("c:/inetpub/wwwroot/XXX_BACKUP/website/collection.asp","_blank");
//End Behavior

}

(I have used different path structure)
When this is run a dialog box pops up asking whether to save or open. If open it opens the file in Dreamweaver

Can Flash not open an asp file. If it can what am I doing wrong

Thanks in advance

This topic has been closed for replies.

2 replies

Participating Frequently
April 4, 2007
asp pages can be displayed only by accessing it through a windows web server
if your computer installed with IIS, try use

getURL(" http://localhost/XXX_BACKUP/website/collection.asp","_blank");
Darshan_Rane
Inspiring
April 4, 2007
asp is used for server side.
it will not open as normal html page

which os u are on
for 2000 u should configure iis and then create a virtual directory to open asp pages