I have a link from my flash movie to open an rtf file in a new window, when
it opens it displays:

--------------------------------------------
Action canceled
Internet Explorer was unable to link to the Web page you requested. The page
might be temporarily unavailable.
---------------------------------------------

I am using

_global.gDocuments_Path = "doc/"; // Path to folder containing letters
var vFilename_And_Path = _global.gDocuments_Path + vFilename;
getURL(vFilename_And_Path, "_blank");

However opening pdf files works fine using

_global.gPdf_Path = "pdf/"; // Path to folder containing pdfs
var vFilename_And_Path = _global.gPdf_Path + passed_File_Name;
getURL(vFilename_And_Path, "_blank");

Has anyone else had a similar problem? Can anyone help?

Thanks

Paul

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to