I have a mailto command in the geturl button in flash.
After importing the shockwave into director, I attach this code to the behavour.
on getURL me, urlString
gotoNetPage urlString
end
It works, but it opens up explorer, saying "page not found", and opens up a window to write my email. Like I said, it works, but is there anyway to do it so that microsoft explorer doesn't open? It doesn't do that when the shockwave is standalone.
After importing the shockwave into director, I attach this code to the behavour.
on getURL me, urlString
gotoNetPage urlString
end
It works, but it opens up explorer, saying "page not found", and opens up a window to write my email. Like I said, it works, but is there anyway to do it so that microsoft explorer doesn't open? It doesn't do that when the shockwave is standalone.