Yahoo Email Address Brings Up Internet Explorer On Simple Mailto:
I can't get the Email window to come up without an Internet explorer window comming up with it. I'm using a get url action. example... xxxxxx@yahoo.com
KirupaForum > Flash > Flash 8 (and earlier) > Flash 5
Posted on: 05-08-2007, 08:28 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Mailto - Email Address Is A Vairable
Hi There I'm using flash MX
how do i make tyhe mailto command mailto an email addres that is with in a vairable?
the vairable is email_tx
getURL("mailto:+email_tx+"); - doesn't work but does anyone have an idea?
cheers, stu.
HOW TO : Load Email Address From A .txt File For A Mailto Button
I have been trying to do this for a while and have fallen on my face.
I can't get my head around loadvars..... can't spot similar anywhere on the board, so here goes....
i wish to have a button which on release loads an email address from a text file, then sends using on(release); "mailto:email@email.com"
So that the recipient can be altered in a text file by changing the variable there, not in the flash file.
any ideas how i do that !?!
thanks very much for any hints in advance.... C
Why Does This Simple Movie Run So Slow In Internet Explorer But Fine In Firefox
This script is used to fade a movie clips opacity to 200 (an extra 100 to add to the pause between fading in and out) and then fade it back to 0. I used intervals to create the timing. I dont know of a better way to do it. Anyway if you check out the file under hosting at thetechtree.com you will see it loads slow in IE but fine in firefox. Anyone know why?
ActionScript Code:
var aList:Array = new Array();
aList[0] = "galaxy";
aList[1] = "KOP";
aList[2] = "ramsey";
aList[3] = "sentinel";
var xPos:Number = 336;
var yPos:Number = 265;
//
var speed:Number = 1;
var onOff:Boolean = false;
function fadeIn(targ)
{
if (_root[targ]._alpha < 200)
{
_root[targ]._alpha += 1;
} else
{
intFadeOut = setInterval(fadeOut, speed, targ);
clearInterval(intFadeIn);
}
}
//
function fadeOut(targ)
{
if (_root[targ]._alpha > 0)
{
_root[targ]._alpha -= 1;
} else
{
clearInterval(intFadeOut);
onOff = false;
}
}
//
function screen(myNumber)
{
var targ:String = aList[myNumber];
if (_root[targ]._alpha < 100 && onOff == false)
{
intFadeIn = setInterval(fadeIn, speed, targ);
onOff = true;
}
}
//
var intFadeOut = setInterval(fadeOut, speed);
clearInterval(intFadeOut);
var intFadeIn = setInterval(fadeIn, speed);
clearInterval(intFadeIn);
Simple Question About Email Address Link
I create a button so when user click on it, it suppose to send an email to the address.
This is the script that I use and I don't understand why it doesn't work.
on (release) {
getURL("mailto:creativecrossing@yahoo.com", "_blank");
}
Button Brings Up Email
I have a button "Email". I want to have the user click on it to send email to me. What are the actions I need to assign to the "Email" button?
PHP Now Brings Info To Email
I finally was able to solve some of the PHP. The form titles come in my email which is a beginning, HOWEVER, no typed information is shown? Now, how can I make the typed information to show?
Here is my current scripting for the Actionscript and PHP. See the scripting below.
MaryAlice
art.design@comcast.net
Attach Code
Flash 8 ActionScript 1.0/2.0 used for FORM:
onClipEvent(data){
_root.nextFrame();
}
--------------------
Flash 8 ActionScript 1.0/2.0 used for SUBMIT button:
on (release) {
this._parent.loadVariables("analysisformphp.php", "POST");
gotoAndPlay("http://www.ecowaterpb.com/thanks.html")
}
-----------------------------------------
PHP script in separate file:
<?php
$SendTo .= "art.design@comcast.net";
$subject .= "My AnalysisForm Reply";
$headers .= "From: " . $_POST["email"]. "
";
$headers .= "Reply-To: " . $_POST["email"] . "
";
$headers .= "Return-Path: " . $_POST["email"]. "
";
$message .= "household: " . $_POST["household"]. "
";
$message .= "water supply: " . $_POST["water"]. "
";
$message .= "softener: " . $_POST["soft"]. "
";
$message .= "bottled water: " . $_POST["bottle"]. "
";
$message .= "comments: " . $_POST["comments"]. "
";
$message .= "name/business: " . $_POST["namebus"]. "
";
$message .= "street: " . $_POST["address1"]. "
";
$message .= "city/state/zip: " . $_POST["address2"]. "
";
$message .= "phone: " . $_POST["phone"];
$message .= "email: " . $_POST["email"];
mail($SendTo, $subject, $headers, $message);
header('Location: http://ecowaterpb.com/thanks.html');
?>
Import Yahoo / Hotmail / Gmail Address Book
Hi there,
I have a send this site to a friend button and was wondering if anyone knew of a way to import email addresses, like it does on facebook where you can import your address book from yahoo / hotmail / gmail address books then you just select the appropriate email and the email is sent to them.
I can figure out how to do the send to multiple emails via php but how would I import the address book?
Cheers,
Bob
Internet Explorer And Flash - Freakin Explorer Bar
Okay, I'm pretty new at with Flash, and the whole actionscript/xml/xhtml stuff. When I upload my .swf to the web, I always get that explorer bar dropping bombs everytime I open the page. And I get it on just about every computer. Is there a special embed tag or some trick I'm missing to make that thing go away. Also, why do some sites automatically focus and others not. How do I do that?
Mailto: Any Address
I am working on a holiday flash card and the client wants to ad a sent to friend button. I know how to do this if it is going to be sent to just one specific person like to a webmaster but what is the actionscript to make it open a blank email so the user can fill in the email address and send the link to a friend.
Thanx
Simple Email Addres Like "mailto: " In Html?
Hi,
I'd like to put a link for my email address on my site, similar to an html file where I would put
<a href="mailto:henry@henrycraig.net">email me</a> and the user's mail package would come up so that the user could email me. Is this possible?
thanks for your time,
Henry
hcraig4@hotmail.com
Send An Email With The Users Email To An Email Address
ok..the subject may be a little confusing but this is what i have...
an input textbox where viewers type in their email address
a submit button
i want it so that when you hit submit after typing in your email address it sends an email to your@address.com providing you with whatever the person typed in the input textbox
is this possible without using php or asp or whatever?
peace
spen
No Explorer Task Bar, Address Bar Or Buttons
Can anyone please tell me how to create a movie that is played in explorer without showing the Explorer task bar, address bar and buttons (i.e. Back, Forward, Stop, Refresh, Home, etc.)? Also, How can I prevent the user from resizing the window? Finally, how can I make the movie autoplay if I put it on a CD?
Timeline Controlled By Explorer Address?
Hi!
I've got a question for all of you FLASH-masters out there.
I'm currently working on a website, based on ASP and a database. It loads the content on the page from a database.
Now to the problem. I've got a flash menu/image viewer at the top of the page. ( ex. When I klick on "About" the menu/movie clip shows an "About" image). The problem is that the website is based on only ONE page (default.asp) So, whenever I klick on a link, let's say "About" the page reloads and the About page is shown, BUT! the flash menu/movie is reloaded and moves back to the start of the timeline ( In this case the "welcome" image).
My question is: Is there a way to tell what part of the movie clip to be shown based on the explorer address, or is there another way around this problem?
I don't want to use frames on my website because then the scroller is "miss placed".
I hope I have explaind my problem fairly well, so you all can understan what the h*ll I'm talking about.
Thank you!
Anyone With Yahoo Form Email Please Help
hi,
i would like to know how to make an email form in flash using yahoo as my email account. now i know there is alot of tutorials on how to do it, but i dont know how to figure out the path to the server or what to use: cgi or php. so i ask anyone that has made an email form in flash and with their yahoo email, to help me make one.
Thanks!
Anyone With Yahoo Form Email Please Help
hi,
i would like to know how to make an email form in flash using yahoo as my email account. now i know there is alot of tutorials on how to do it, but i dont know how to figure out the path to the server or what to use: cgi or php. so i ask anyone that has made an email form in flash and with their yahoo email, to help me make one.
Thanks!
Email Form/PHP With Yahoo
Has anyone been able to get your email forms to work with yahoo web hosting. I have set up thier PHP/Perl Mail setup and for the life of I cannot get this to work.
Are thier any special things that need to be done, I have used this exact same script at godaddy and it worked fine, however I cannot get it to work at yahoo.
Any help or suggestions will be great.
Strange Code Appears In I Explorer Address Bar.
I have the following code which I shamelessly cut and pasted into a swf file (I want it to open an html window of desired size, etc.):
here is the code:
on (release) {
getURL ("javascript:window.open('http://www.yourdomain.com/yourpage.html','windowName','width=400,height=160, top=0,left=0,toolbar=no,scrollbars=no,resizable=no ,menubar=no,status=no,directories=no,location=no') ; void(0);");
}
When I click the button I get:
javascript:window.open('http://www.yourdomain.com/yourpage.html'
in the address bar.
Why?
Chris :-)
Strange Code Appears In I Explorer Address Bar.
I have the following code which I shamelessly cut and pasted into a swf file (I want it to open an html window of desired size, etc.):
here is the code:
on (release) {
getURL ("javascript:window.open('http://www.yourdomain.com/yourpage.html','windowName','width=400,height=160, top=0,left=0,toolbar=no,scrollbars=no,resizable=no ,menubar=no,status=no,directories=no,location=no') ; void(0);");
}
When I click the button I get:
javascript:window.open('http://www.yourdomain.com/yourpage.html'
in the address bar.
Why?
Chris :-)
Load Movie Based On Explorer Address?
Hi!
I've got a question for all of you FLASH-masters out there.
I'm currently working on a website, based on ASP and a database. It loads the content on the page from a database.
Now to the problem. I've got a flash menu/image viewer at the top of the page. ( ex. When I klick on "About" the menu/movie clip shows an "About" image). The problem is that the website is based on only ONE page (default.asp) So, whenever I klick on a link, let's say "About" the page reloads and the About page is shown, BUT! the flash menu/movie is reloaded and moves back to the start of the timeline ( In this case the "welcome" image).
My question is: Is there a way to tell what part of the movie clip to be shown based on the explorer address, or is there another way around this problem?
I don't want to use frames on my website because then the scroller is "miss placed".
I hope I have explaind my problem fairly well, so you all can understan what the h*ll I'm talking about.
Thank you!
POP UP (with Out Internet Explorer On Top) ?
Hi I wonder how can u create pop UP with out Internet Explorer Text on top
What I want is POP with 1 flash button CLOSE
This is Example
http://www.nightmaresonwax.com/enter.htm
See how they did POP UP !!!
Internet Explorer
Hi everybody,
If nothing is stupid here question then please telll me what should be the size of movie so that it shows fully on internet on a 800-600 resolution and what should be the publish settings
Internet Explorer 6.01
Hi,
I have experienced a strange thing lately. My website worked well with Internet explorer 5.5 and still works well with Internet explorer 6.01. However, since I made a windows update on my pc I get scroll bars at the bottom and on the right hand-side of the content window. The website has been built in php and redirect several pages to flash MX. It is working well from there. But as soon as I am using the link from flash that tells me to come back to the content window in php, I get the scroll bars on the content window when it never used to be the case with my other version of Internet Explorer. Maybe I need to add some lines in my source in flash to make it work.
Thank you,
Seb
Internet Explorer 6
I am using win98 yesterday I install Internet Explorer 6 from the net. I made a websie when I view the website using Explorer 6 I saw unallighed tables but before using Explorer 5 table were aligned and images were right on their place. why is that has Internet Explorer 6 some bugs?
Internet Explorer 5.00
i posted my site on the internet,but unfortunately i am unable to open the site while using explorer v.5.00. the site do work with newer version of explorer.any solution?.Appreciating ur help.
Internet Explorer Bg
can i make ie have a bg of my choosing and then load my movie ontop of that so when the client resizes or opens favourite tab etc the movie resizes but the bg stays static
What Is Going On With Internet Explorer
I developed a pretty nice website for one of my clients : https://www.chirocurrent.com/indexSSL.php
This site works fine in FireFox, returning data from a database with no problem. When I try to view the page with Internet Explorer everything comes back as "undefined". Any idea why?? Thank you.
Internet Explorer
Internet Explorer is trying to make me download a flash file insted of just playing it.
does anyone know why this would be?
The file that I published opens in safari but it wont open in ie.
Swf's And Internet Explorer 7
I have a question. When I view web pages that have just an swf, no html it comes up blank. Is this a problem on my end or the person that posted the swf file?If it's mine how do I fix it?
thanks
Internet Explorer 6 And SWF
Hello,
I have installed Adobe Flash Player 9 in my PC and when attempt to open to a file swf with Internet Explorer 6, the content is seen in target. When seeing the source code of the generated page appears the following code:
<html><head> <script src= " head of cattle: //xpsp3res.dll/objectembed.js " ></script> <script language= " Javascript " to >var objectSource= " file:///C:/WINDOWS/Help/Tours/mmTour/segment3.swf "; </script> </head><body leftmargin=0 topmargin=0 scroll=no> </body></html>
How I can fix it?
Thanks very much.
Internet Explorer
I don't understand why it won't show up on internet explorer. It kind of annoying because internet explorer won't show my transparent images either. Plus it always makes the text bigger than it is supposed to be set at, but that I can't fix. Anyway, can someone help me out so my flash will show up? Also if you could, could someone tell me what file format shows up transparent on IE?
Edited: 07/15/2007 at 04:20:07 PM by Amanda Adams
Internet Explorer
This is a little out of topic, my problem is every time I use my internet explorer there is a program that is being installed in my computer, like a clock control, weather device etc.., do you know how can i get rid of this coz it's kinda annoying to uninstall this programs everytime. tnx
MS Internet Explorer Changes
I just found out about these changes and wonder what everyone here thinks about this:
http://msdn.microsoft.com/ieupdate/
After reviewing what Macromedia says about this, and in light of the fact that I have over 1000 pages on my sites that use Flash, I am inclined to wait for the updating tools that MS and macromedia are working to create.
What do you think?
HELP Does Anyone Have Internet Explorer 5?
For some reason I cannot install this onto my computer and I need to see what this site im working on looks like in IE 5...the site is all html so i really need to see what it looks like on other peoples computers
If anyone has the time could you do me a biiiig favor and take a screen shot of the site and send to me at mzello@iupui.edu also tell me what version you are using
here is the site
http://portfolio.iu.edu/mzello/restaurant.html
thanks in advance!!!
Email Form Being Blocked By Gmail, Yahoo And Hotmail. Can Anyone Help?
Hello, the contact form on our flash site used to work just fine. Now all of our emails are not making it to the inbox if you have a Gmail, Yahoo and Hotmail account, but work fine if sending it to a url, like: joe@myurl.com.
I am making a site where the email form allows you to decide who you email - and if the user emails a major free acount it will get blocked. This is a problem.
Does anyone know why this would be or how I can go about fixing it. Thanks!
Pop Window Internet Explorer 5.5
ok we have a site (flash) hosted on some ip address (given in html code). its working fine. but we don't want user to see the ip address so we are using a frameset file hosted on some other server so that when opens the site he should see that frameset page's url. but when we put that index2.htm (given below in html code) one of the links (reservations) in the flash site that opens up a pop up window doesn't work particularly in internet explorer 5.5.
PLEASE SAVE IT AS HTM AND OPEN IN IE 5.5 CLICK ON RESERVATIONS ON THE LEFT LINKS. IT SHOULD OPEN A POP UP WINDOW BUT IT DOES NOT. ALTHOUGH ITS WORKING IN IE 5.0 AND NETSCAPE.
++++++++++++++++++++++++++++++++++++++++++++++++
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="633,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="main_frame" scrolling="YES" noresize src="http://216.167.45.92/windjammer_template/index2.htm" >
<frame name="mainFrame" src="">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
++++++++++++++++++++++++++++++++++++++++++++++++++ +
Internet Explorer Problems
OK. I use the XP version of IE. Now when I started using IE the bar at the bottom. u know the bar which says that this much is loaded and all that, well i cant find that bar anymore. when i right click it shows that all the bars are enabled. what is wrong and how do i put that bar back at the bottom of my web browser?
Internet Explorer Problems
I have a movie that is fairly large and holds alot of narration. When I test the movie in FLASH MX software package everything is in sync. I test it in the stand-alone-player and everything is in sync. I embed the movie in an HTML page, test in Netscape and still in sync. I I place the movie in an HTML page test in Internet Explorer and the movie is not in sync. Can someone please help. I am using the FLASH 6.0.47.0 player on Windows 2000 and Internet Explorer 5.50.4807.2300
Internet Explorer -6 FREAK OUT
Can anyone help me out here
FIRST
I use mydomain.com to redirect this
http://www.victorsilkin.com
to THIS on my server
http://www.kontoramedia.com/victorsilkin/index.html
The problem
ITS NOT WORKING WHEN U GO TO
http://www.victorsilkin.com
My GET url freaks out in portfolio section of the site and guestbook button when pop up windows suppose to apear
I use this code when u click on guestbook and rest of buttons
on (release) {
getURL("javascript:window.open('http://www.kontoramedia.com/victorsilkin/guestbook/guestbook.php?opt=view','Guest','scrollbars=yes,re sizable=no,width=550,height=580'); void(0)");
_level0.gotoAndPlay("guestbook");
}
It works on my desktop its also working if u go to
http://www.kontoramedia.com/victorsilkin/index.html
This problem is for IE 6 users only (I am IE6 users too)
Can anyone help me out in fixing this problem ???
Befuddled By Internet Explorer
I'm using a SharedObject to track what the user's last page visited on my site is in order to restore the site to that page if the user leaves the site and then hits <Back>, or if they visit for a second time then they will skip the intro. My dilemma is that the code works as I expect in both Opera 7.0 and Netscape 7.02, but fails in Internet Explorer 6. I've chased this all day, and am positive that IE is properly reading my SharedObject, just not advancing the movie properly with the gotoAndPlay.
The code on my first keyframe is as follows:
loadVariablesNum("variables.txt", 0);
_global.myAnchor = "start";
_level0.goNow = "start";
visitorSO = SharedObject.getLocal("vizantTrove");
if (visitorSO.data.myLocation == undefined) {
visitorSO.data.myLocation = _global.myAnchor;
visitorSO.flush();
}else{
_level0.goNow = visitorSO.data.myLocation;
gotoAndPlay(_level0.goNow);
}
Why doesn't this work with IE? Is there a better way to perform the gotoAndPlay?
Every page on my site has the _global.myAnchor variable set equal to the page's label.
I really appreciate help with this. I'm running out of hair to pull out.
vizantSmR
The code in question can be seen in action at http://www.vizantgroup.com
Internet Explorer Caching
Hi,
This seems almost like a newbie question, however something has been driving me mad for years.
How do you ensure that Internet Explorer loads a new version of the swf rather than the cached one?
I've tried everything but it only seems to work intermittently.
Thanks in advance!
A red faced,
PADDYWALL
Internet Explorer Problems Also
I am having a problem viewing my movie in I.E. 5.2.2. For some reason my whole movie works fine in netscape. Most of the movie works fine in I.E. except for my movies loading into level_6 being controlled from level _4.
Internet Explorer 6 Problem With Pop Ups?
does anyone know if there is an issue with using flash mx and dreamweaver 4 and internet explorer 6??
I'm working on a mac and i'm having problems with my pop up windows in internet explorer 6. Now they work fine in internet explorer 5 and the latest netscape and aol etc... I guess i'm just wondering if anyone knows of any issues with the flash mx and internet explorer 6.
I have created pop up in flash 5 and they work fine in internet explorer 6. What i have noticed is that the code i have used in the html document doesn't so up in the source when viewing in ie6 but it does show up in ep5 etc... it's definately present.
any clues??
i'd appreciate any theories.
Internet Explorer Problem
I have to turn my status Bar on every time I open a new window.
Anyone knows how to let it be shown by default?
Flash In Internet Explorer
I am having trouble getting flash mx to quit breaking up when I put it in the internet explorer and use the scroll slider. The internet explorer is a 10.2.8 mac version. Any advice?
Internet Explorer Problems
I recently deleted the old win and reinstalled Windows. Now Iexplorer doesn't display any of the flashMX programs. Not even help? What should I do?
|