Feb 4, 2006 #1 GregLake Technical User Joined Feb 2, 2006 Messages 18 Location PT I'm getting this strage error in the "getURL" instruction. I write on(release){ getURL("something.htm"); } and I get the message: can't open omething.htm The first letter disappears. Does anybody knoes what this is?
I'm getting this strage error in the "getURL" instruction. I write on(release){ getURL("something.htm"); } and I get the message: can't open omething.htm The first letter disappears. Does anybody knoes what this is?
Feb 4, 2006 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Are you trying to open a local .html file? Regards. Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHKIT Upvote 0 Downvote
Are you trying to open a local .html file? Regards. Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHKIT
Feb 4, 2006 Thread starter #3 GregLake Technical User Joined Feb 2, 2006 Messages 18 Location PT yes I am Upvote 0 Downvote
Feb 4, 2006 #4 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Then it should be something like... getURL("file://c://Windows/desktop/folder/something.htm", "_blank"); Regards. Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHKIT Upvote 0 Downvote
Then it should be something like... getURL("file://c://Windows/desktop/folder/something.htm", "_blank"); Regards. Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHKIT
Feb 7, 2006 Thread starter #5 GregLake Technical User Joined Feb 2, 2006 Messages 18 Location PT Eventually I rebooted and it didn't happen again. Thank you for your help. Upvote 0 Downvote