Hello,
Very good site by the way.
My problem is with getURL in Flash 5. I'm trying to link my executable with an html page located in a sub-folder in the same directory but flash instead of trying to locate the local route it tries to open an
http://www site. How can I enable this relative route? In Flash 4 this was done automatically. Is there something I have to do in Flash 5 to activate it? Here is my action, assigned to a button:
on (release) {
getURL ("javascript:NewWindow=window.open('links/mov.html','newWin','width=400,height=300,left=50,top=50,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); ", "NewWindow.focus(); void(0);");
}
Thanks a lot.
