getURL whyyyyyyyyyyyyyyyyyyyyyy?

Hello

i have a big request please can anybody tell me how the getURL command work it is just one line of command and it is getting me crazy.

I tried the lines that load an HTML page it doen’t work or even give an error message if i placed a nonexistent path in its URL argument.

The mailto is not working either

IT is if the command doesn’t exist can anybody help pleasssssssssssssssssssssssssssse

Thank you

How are you testing it? Are you testing it locally and it wont get the address you want?
Are you testing it online??

no i sm trying to load an HTML file that is found in the same directory as the swf file. that is all and the command is:

getURL(“filename.html”,"_blank");

right or for mailing:

getURL("mailto:email@mail.com","_self");


on (release) {
	getURL("your url", "_blank");
}

my code is ofcourse in a button action

[AS]

on (release) {
getURL("mailto:email@mail.com", “_self”);
}

[/AS]

but still no reaction i am telling you not even an error

You could try restarting your PC. That works for me [9 times outa 10].

no i guess not with me tomorrow it didn’t work and it is still not working today

is there any common problems with getURL have anyone had such problems with it

Check your url link to see if all the upper and lowercase letters matches your actual file name.

i copied the file name and pasted it in the flash code

and in any case won’t it give me an error if i placed a file name that don’t exist ???

*Originally posted by adham_a *
**i copied the file name and pasted it in the flash code

and in any case won’t it give me an error if i placed a file name that don’t exist ??? **

probably not, if the file exists already it should work, if the file does not already exsit then you won’t get an error nor will it work. Are you sure it is placed inside a button?

Hello its me again,

i tried the projector file of the previous line of code for the getURL command on another computer and it worked fine.

Then as i conclude (obviously) their is a problem with my PC in dealing with this action, can anyone suggest what is that problem.

Thanks

Ok, your pc sounds f*cked up :stuck_out_tongue: Try reinstalling browser, run a defragmentation, scan for adware, sacn for viruses, … The common pc health stuff.

Maybe removing _self :-\ ?