If you want getURL to work for firefox : 

 

/*

This doesn't work

getURL("file:///D|/projects/tests/blank.html");

But this does

getURL("file:///D:/projects/tests/blank.html");

*/

Will open the intended file in firefox.

var url_arr:Array = _root._url.split("/");

url_arr.pop();

var url_str:String = url_arr.join("/");

url_str = url_str.split("|").join(":");

url_str += "/blank.html";

getURL(url_str);

 

lieven cardoen

indiegroup
interactive digital experience
engelse wandeling 2 k18 
b8500 kortrijk 
T +32 (0)56/361 197
// communicatie bij voorkeur op [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 

 

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to