JenniferSal
April 19th, 2003, 10:01 PM
Hi! OK, a few weeks ago i asked about E-Cards and how did they get that 'email to a friend' function, and thanks to a kind soul here, i did actually figure it out! Sooo, I'd also like to add a similar input box with an 'IM to a friend' function, but can only seem to get the Instant Messanger to open and not also with an IM window specifically for the inputted subject. So this is what i have so far, an input box with the variable named 'im' And then my button is actionscripted with this:
on (release)
{
getURL("aim:GoIMScreename='im'&message=Check%20This%20Out!&body=I%20thought%20this%20would%20be%20something%2 0you%20would%20like%20to%20see:%20http://www.meatloaf-multimedia.com", "");
}
Now, ive tried adjusting the "GoImScreename= to all sorts of different ways to try and figure out how it would accept and load the inputted name, but have come up with the same result each time, that only the Messanger loads and not an IM window with the name. Does anyone see what im doing wrong?? Like i said, i managed to get the email to a friend inputted function and box to work just fine but not this!! Any help would be greatly appreciated, thanks and have a good Holiday weekend!!
Jen
on (release)
{
getURL("aim:GoIMScreename='im'&message=Check%20This%20Out!&body=I%20thought%20this%20would%20be%20something%2 0you%20would%20like%20to%20see:%20http://www.meatloaf-multimedia.com", "");
}
Now, ive tried adjusting the "GoImScreename= to all sorts of different ways to try and figure out how it would accept and load the inputted name, but have come up with the same result each time, that only the Messanger loads and not an IM window with the name. Does anyone see what im doing wrong?? Like i said, i managed to get the email to a friend inputted function and box to work just fine but not this!! Any help would be greatly appreciated, thanks and have a good Holiday weekend!!
Jen