FLASH Email button HELP!!!

SpaceshipSpaceship
Watch

food_consult

Established Member
Impact
5
I made a button with rollovers and everything but i don't know hot to make it istead of

contact.htm make it into a mailto:function please help!!!!!!!!!


on (rollOver)
{
gotoAndPlay(2);
}
on (releaseOutside, rollOut)
{
gotoAndPlay(16);
}
on (release)
{
getURL("contact.htm");
}
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
food_consult said:
I made a button with rollovers and everything but i don't know hot to make it istead of

contact.htm make it into a mailto:function please help!!!!!!!!!

Hi,

Yeah to use the mailto function im almost certain you need to use it within the browser. Therefore insert the following:

on (rollOver)
{
gotoAndPlay(2);
}
on (releaseOutside, rollOut)
{
gotoAndPlay(16);
}
on (release)
{
getURL("mailto:[email protected]");
}

Then publish the file and insert it into your html code. Once it is inside the browser it should work!

Hope this is what you wanted, if not then please post again.
 
0
•••
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back