Feb 4, 2006 #1 GregLake Technical User Feb 2, 2006 18 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 Dec 6, 2000 9,142 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 #4 oldnewbie Technical User Dec 6, 2000 9,142 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 Feb 2, 2006 18 PT Eventually I rebooted and it didn't happen again. Thank you for your help. Upvote 0 Downvote