Firewall Problem With Flash Email?
I designed an HTML email that had an SWF inside of it. I put the swf file on my web server and used an absolute reference to it in the HTML.
When I sent out the email, many clients complained that they couldn't read the email... apparently their companies' firewalls are set to not accept the ActiveX required to view SWF files inside of an email.
Does anybody know a way to work around this firewall problem? It seems that companies set their email firewall with higher security than their web browser firewall.
I was thinking of making an HTML email that onLoad, launches a browser window with the flash content, but I don't know if that will work.
Any ideas?
-kim
FlashKit > Flash Help > Flash MX
Posted on: 05-07-2003, 11:40 AM
View Complete Forum Thread with Replies
Sponsored Links:
Flash Blocked By Firewall
I am developing a generic homepage banner application in flash. However some of the client viewers have flash blocked by firewalls.
I would like to subsequently display an image instead of the flash file. Chances are they will have the flash player installed.
Is there an elegant / automatic way of accomplishing this, or is it a case of heres a link, if you cant see flash click here for the dull version.
Cheers
mark
View Replies !
View Related
Flash Php And WindowsXP Firewall Set-up?
Hey All,
I'm working in windowsXP as I'm setting it up for development and I'm running very very simple php scripts on a load vars and I receive an error stating it could not load url which is targeting localhost. The path is correct. I did a bit of searching and am thinking it's a firewall issue.
Anyone familiar with this sort of set-up configuration type thing? Like what needs to be set to what on a PC?
The php and flash files are all tutorial based and the completed files return the same error so I'm pretty certian it's not a scripting error. But I could provide.
Any help would be fanfriggintastic!
Cheers
-jub-
View Replies !
View Related
Flash Player Behind Firewall
I get an application coded in Flash MX. The application has been verified to be working proper with a Flash player on a machine, which can access the Internet directly. But, when the application is executed with a Flash player on a machine, which accesses the Internet through a firewall, the application does not work. The firewall has been configured with out-reaching port 80 enabled. What other ports should be enabled ?
View Replies !
View Related
Flash Not Communicating Through Coprporate Firewall
Hello,
This is a bit of a general question.
I have a client that can load a swf and view it - however i have a database communication that is not working for them. I can view it and it works fine - so i am confident that it is not the files - i am assuming that something blocking Flash from sending out requests.
The files are sitting on a public server - not behind a corporate firewall.
Flash loads and then sends some SQL to a PHP page that retrives the info from MySQL and returns in XML. - all this is working for me.
My questions is - does anyone have any ideas on where to start to diagnose what is stopping this from working behind a corporate firewall. Flash loads in -so what do i check next???
Any help would be appreciated.
Thanks
View Replies !
View Related
How To Bypass Norton Firewall So You Can See Flash?
Hi all,
Stumbled on a strange problem. Made a simple scrolling .swf put it in a table cell and it isn't showing up on my friends computer.
I notice he has Norton firewall and this source code is being add to my source code
Code:
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;
function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}
function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
</script>
also my flash source code <object> etc is being extract/not shown??
How can I bypass this problem???
View Replies !
View Related
Flash Not Opening With Firewall Turned On
Does anyone know why Flash is not displayed when I am running ZoneAlarm, but works once it is off?
When running in through an HTML file with the <object><embed> tags it's just searching for it, and if I try to load the SWF directly it changes the URL to http://127.0.0.1:1276/swf.cgi?.
View Replies !
View Related
Flash Cgi Hit Counter Vs Zone Alarm Firewall
Now heres the prob...
Ive used a modified version of Jerrys' live flash hit counter downloaded from here and it works just fine on every machine Ive tried it on...except my own!
If I turn off my firewall then it works just dandy however this is not really a viable long term solution.
How can I configure Zone alarm pro 3 to allow the cgi script to access and update the counter in the flash movie ...
Anyone...anyone...class ...anyone...the answer is ...
site it is used on is
http://www.apneaevent.com
see if it works for you
cheers
ptol
View Replies !
View Related
Remove Double Click In XP For Flash & Show Flash In Firewall Protected Environment
Remove Double click in XP for flash & show flash inside firewall protected environment
Here is some code that will disable the annoying double click feature for flash when using XP. This code also enables all viewers to see your flash. For example some firewalls block flash (SO STUPID) but with this code instead of using the embed tags and object tags allows those users behind firewall environments to see your hard worked flash masterpiece.
Okay here is how you do it.
Inside your main file that is calling the flash .swf.
Remove the code that you currently have there and replace it with the code that is inside the putInsideIndex.html (see attachment)
Make sure that you change the name of the movie in that code so that it opens your swf. You might need to change the width and the height too so that you don't have your flash looking like a monster.
Alright then you need to take the other file called RemoveDoubleClick.js
Open it in your editor and change the name to the name of your choosing on line 12. Then post that file (DO NOT RENAME IT) into the same directory as the main file that you edited above. Most cases that would be the index.html or whatever.
So enjoy and start letting EVERYONE see your sites & be more user friendly!
GOOD LUCK!
View Replies !
View Related
[F8] Flash 8 - Email Form: How To Get Users Specified Email In From Portion Of Email
Hey guys,
I want to add a newsletter to my new website that people can add their email addresses to. First off, I would like to have a field that the user can type his email address in, and have that field check if the email is valid (ie make sure that there is an @something.something).
Next, I would like it to send an email to my email address, with their email address in the from portion of the email (basically as if they have emailed me directly from their email). This way, it will be very easy for me to add them to my mailing list.
Thanks a ton for any help... Ive been searching for a while on how to do this, but couldn't find a way to put the users email in the from portion of the email.
View Replies !
View Related
FireWall
IS IT POSIBLE?
I have a flash movie inside a firewall which retrieves info from a filemaker using lasso, this works fine. But when I load this movie (movie.swf) into an empty movie clip inside a movie in another domain the data retrieving does not work any more..
ANY IDEAS?
felipe@mexmags.com
Thanks in advance
View Replies !
View Related
FireWall
IS IT POSIBLE?
I have a flash movie inside a firewall which retrieves info from a filemaker using lasso, this works fine. But when I load this movie (movie.swf) into an empty movie clip inside a movie in another domain the data retrieving does not work any more..
ANY IDEAS?
felipe@mexmags.com
Thanks in advance
View Replies !
View Related
Firewall Help
Ok heres the deal, I have my own server, I have a microsoft protection serverice running with it.
It got hacked today.
My server has nothing of any value. None of the other computers on my network have anything of any meaning either.
So my guess, he can't take anything worth taking, so he uninstalls my fav pc's HD's both of them.
Getting it fixed isn't a prob, nothing was formatted, just made hard to get to.
So, now I have a question for those of you who have servers or are admins.
What should I get to keep my network safe??
I'm a student, so my cash flow isn't the mississippi. I'm looking at about a top doller value of 350 - 400.
Can some one give me a hand. Really need some help with this.
View Replies !
View Related
LoadMovie Behind Firewall
I'm having trouble getting the loadMovie action to work on projector files behind corporate firewalls. When I embed the SWF file into an HTML page it plays correctly and loads the external movies into the correct layer. When I take the exact same SWF file and convert it to a projector application and try to run it from a computer behind the same firewall it will not load the external movies. If I connect the computer to a dialup connection then everything plays fine.
So what is different from the browser version to the projector version of Flash? Why can I use loadMovie when the SWF is embedded into an HTML page but not when it is saved as a projector from behind standard corporate firewalls?
View Replies !
View Related
Mp3 Problem With Firewall?
I have a site where I am calling a mp3 with
onClipEvent (load) {
bgMp3 = new Sound();
bgMp3.loadSound("bg6.mp3", true);
bgMp3.start(0,999)
}
and this works fine as an swf but when online if you have a firewall open (I have Zone alarm) then it will not load the mp3. I have seen some forums on other sites that had discussed this a little but no one had an answer. Why does it do this and/or how do you get around it? Thanks in advance for any help.
View Replies !
View Related
Shockwave Through Firewall - Please Help
My company has this site which uses shockwave files (.dcr) as demos. One of our client says he is not able to view it as he has firewall settings in his computer. Can someone please let me know if there is anyway that i can do to bypass the firewall settings?! - i thought of linking the .dcr file inside a 1 pixel swf file and publishing the swf file.
Please let me know if this will work or if there are any other way to overcome this.
View Replies !
View Related
Firewall Penetration
for sure many of this guyz here on this forum experienced hacking already.
i am a newbie in network hacking who wants to know the steps and concepts of hacking outside the network through the net..pls,pls,pls..i want to learn.pls help me...
thank you so so so much...
View Replies !
View Related
Firewall Blocks Loadvars
Is it possible for a companies firewall to block Loadvars? I've got the following little script to test it.
Code:
stop();
mySendVars = new LoadVars();
myLoadVars = new LoadVars();
mySendVars.naam = "Rene";
mySendVars.email = "test@gmail.com";
mySendVars.bericht = "bla bla";
mySendVars.sendAndLoad("http://www.testme.nl/testmail.php", myLoadVars);
trace (myLoadvars.naam);
testmail.php is just a simple "echo" to load a variable back.
But when testing the fla, nothing happens, not even an error message. And the trace traces "undefined".
My bigger script at home works perfectly, so I thought, perhaps the firewall at the office which blocks this?
I've also put the published files online, but then it doesn't work at the office either.
If a firewall bloks Loadvars, is it possible to check for this?
View Replies !
View Related
Norton Firewall Stopping Pop-up Window
Having a problem using a certain javascript pop-up window with no, URL, Scrollbars, etc. etc. on a machine that has a norton firewall. This firewall is stopping the pop-up window from running.
Site is Waldners.com
Any one have a pop-up window script that works like this one and gets through the Norton Firewall??
Rob
X
View Replies !
View Related
Holoscreen - Clock (UTC) + Firewall Settings
I'm using the UTC code and have had it working previously but since beefing up my security it no longer works (online) on my own machine.
Could someone take a look here ...
http://www.apneaevent.com
...and tell me if the second holo-screen is displaying the correct time...
... if it is can someone tell me what I need to do to adjust my firewall to allow such apps to get the local time from my machine...without opening me up to tons of nasty viri.
PS I'm only guessing theat it's the firewall thatt's the problem.
Cheers
Ptol
View Replies !
View Related
Finally A Solution To All Your Firewall Problems
I finally have answer to all of you who are seeking this question.
When the Flash Player encounters the connect() method, it attempts to connect to your FCS following a very specific pattern. It first attmpts to connect over port 1935, then port 433, then port 80 and then it automatically attempts to tunnel through by sending rtmp data over http also called RTMPT it turns out the automatic sequence of attempts is fine for many situations however you may find some users can't make a connection (well , the NetConnection can't) because their firewall blocks data from traveling through port 1935. If those users can connect to any website surely they can use port 80 .And even if their setup blocks rtmp surely they can use RTMPT over port 80 because its really just plain http ...you might think the final attempt by flash player RTMPT on port 80 to be failsafe however the problem is that if you are running your webserver on the same machine as FMS then they can't both use port 80 at the same time....a perfectly legitimate solution is to use to computers one for the webserver and one for FMS ......two computers probably means you need to specify the domain in your rtmp (rtmp://mydomain.com/video).
To force the flash player to try to connect through a specific port other than the defaults as specified above.....write rtmp as ....my_nc.connect("rtmp::8500/mydomain.com/video);
FlashMX2004 by Phillip Kerman
View Replies !
View Related
Streams Locally But Not Remotely, Firewall?
I have a dedicated FMS (domain1.com). I am trying to stream FLVs off of it from another server (domain2.com). domain1.com and domain2.com are both listed in the allow list of Vhost.xml.
I can stream locally and remotely fine off of domain1.com as that is the dedicated FMS. The problem is when I access a SWF on domain2.com that uses an rtmp address ( looks like: rtmp://domain1.com/video/Example1.flv) to FLVs on domain1.com, it only works locally. If I try to access it remotely through the Internet, the FLVs do not load. I get no errors and it's just blank and hangs up.
Now, this is at a new job I started a couple of weeks ago. It's a pretty large network with quite a few servers, and I don't have access to a lot of things right now. I am thinking that they setup their firewall/router to allow remote connections to 1935 for domain1.com, but they are not allowing connections to that for domain2.com, which is a separate server.
I was also thinking that maybe they added domain2.com to Vhost.xml but never restarted the FMS service. I'm thinking it's that or a firewall/router setting. Also domain1.com is actually a subdomain that is only visible locally and does not resolve over the Internet. Any ideas? What else could cause it to stream fine locally but not remotely?
Edited: 07/18/2007 at 08:41:10 AM by mtg169
View Replies !
View Related
Very Good Firewall Connection Solution
For all of you having trouble getting FMS through your router change your hostport adaptor xml setting from
<HostPort name="edge1" ctl_channel=":19350" >${ADAPTOR.HOSTPORT}</HostPort>
to
<HostPort name="edge1" ctl_channel="192.168.1.xxx:19350" >${ADAPTOR.HOSTPORT}</HostPort>
where xxx is your private NAT ip octets.....can be returned with ipconfig at the command line.
This sets your internal ip address and the default port to 1935....then your rtmp adress looks like
"rtmp://myWebServerNameOrIPaddress:1935/mySwfName/myInstancename");
myWebServerName is either the webserver URL or the public IP address assigned to you by your ISP.
View Replies !
View Related
Html Pop Up Problem - Caused By My Clients Firewall I Think...
This is the code I'm using to get a html popup from a flash page:
on (release) {
getURL("javascript:window.open('gallery.html', '','toolbar=no,location=no,directories=no,status=n o,menubar=no,scrollbars=no,resizable=no,width=480, height=480');void(0);");
}
It works fine from my end, but my client can't get it working - I think they have a super heavy firewall or something.
ANyone got any ideas how to fix this??
Thanks
View Replies !
View Related
Problem When Loading Pictures With MovieClipLoader And Firewall
I have a problem loading a picture from internet with moviecliploader.
I have a firewall, and when my swf try to load the picture I refuse to admit it. So the list.onLoadError should be called, but it is not! This is the code
Code:
_level0.createEmptyMovieClip("clip",2)
var mcl:MovieClipLoader=new MovieClipLoader()
var list:Object=new Object()
list.onLoadError=function(){traces.go("error")}
mcl.addListener(list)
mcl.loadClip("http://www.photo-illum.com/mont7.jpg",_level0.clip)
Do somebody know how to detect that the picture was not loaded, with onLoadError or other?
View Replies !
View Related
Preloading Images (I Found A Problem When Using A Firewall)
Ok, I have found a pretty big issue with preloading Images into Flash Player 8. I am using ZoneAlarm Pro as my firewall. When I try to preload Images with Firefox the bytesTotal==bytesLoaded.. In IE explorer 7,6,5.5 bytesTotal == 0 always. Now when I turn ZoneAlarm Pro off I get the correct values. I have thought of a workaround that would detect if there is a problem with bytes total and I can then display a loading message or a loop instead of the status. I also thought of some other ideas like accessing Images from Flash by accessing a PHP page and returning the actual bytes total from PHP. The only issue with this is it is an extra step and could slow things down alot. Has anyone else seen this issue? Does anyone have a workaround that is affective? Is there a better way to do this? Is this why people tend to not use progress indicators anymore for Jpegs? I thought it was cause the Internet is getting faster and faster and just an indication of loading is usually fine.
Note: I also tested this with PNG's and I get the same results.
Swf files work fine even with ZoneAlarm on.
Also, if anyone has a website where they load jpegs and display progress for those jpegs then please send me a link so I can see if I have the same results on your site.
Main TimeLine code:
import imgtestclasses.*
var loadIMG= new Preloading();
loadIMG.testloadprocess(this);
stop();
Here is the class I created for testing this.
I call testloadprocess(this); from the main timeline.
import imgtestclasses.*;
class imgtestclasses.Preloading {
var image_mcl:MovieClipLoader;
var display:TextField;
function Preloading() {
//constructor does nothing Not really needed.
}
public function testloadprocess(parent:MovieClip) {
//The next line accesses a class that returns a movieclip very simple
var imgHolder = Holder.createHolder("imgHolder", parent, 1);
createText(parent);
trace(imgHolder);
loadIMG("roadhome.jpg", imgHolder);
}
//creates the Text field for the progress display
private function createText(parent:MovieClip) {
display = parent.createTextField("display", _parent.getNextHighestDepth(), 200, 400, 700, 100);
}
//I think this is obvious what it does...
public function loadIMG(url, mc) {
image_mcl = new MovieClipLoader();
image_mcl.addListener(this);
image_mcl.loadClip(url, mc);
}
//Nothing at this point
public function onLoadInit(target):Void {
}
public function onLoadStart(target) {
}
//load progress code.
public function onLoadProgress(target:MovieClip, loadedBytes:Number, totalBytes:Number):Void {
var kbsL = Math.round(loadedBytes*0.0009765625);
var kbsT = Math.round(totalBytes*0.0009765625);
var perc = String(Math.round((kbsL/kbsT)*100));
displayprogress(perc, kbsL, kbsT);
}
//displays the progress of the Movie I even added updateAfterEvent HAHA Grasping at //straws you know...
private function displayprogress(percentage, kbsL, kbsT) {
display.text = "My bytes Loaded are: "+kbsL+" & My bytes Total are: "+kbsT+" & My percentage is: "+percentage;
updateAfterEvent();
}
}
View Replies !
View Related
SPI (Stateful Packet Inspection) Firewall And Load
Our website, http://www.engagethoughtware.com uses a 3D tree for navigation, so that when you click on a node of the tree it loads a .swf using the MovieClipLoader class. Once the clip is loaded, it tells the loaded clip to play (opening the panel).
Here’s the problem: If you’re using a router (or similar device?) that has SPI (Stateful Packet Inspection) turned on, the loaded clips randomly don’t open – very strange behavior.
1.I am not loading anything cross-domain.
2.If you use https://www.engagethoughtware.com, (with the “s” after http) everything works fine, even with SPI turned on
3.Firefox seems to have more problems than IE7.
4.What panels open and don’t open seems to be random.
5.Found this on the web that may help, as this problem is even more apparent in IE 7 on Windows Vista:
Microsoft's latest operating system, Vista, is unable to operate properly with some firewalls that use SPI (Stateful Packet Inspection) as found in routers like the D-Link DI-724U, the Netgear WGR614, the Linksys WRT54GS and possibly others.[1] This may be related to previous failures to work properly.
Anyone else seeing this problem with their websites, or on ours?
This is a feature that is defaulted to “on” on my Netgear WPN824 v2 Router, and I’m sure this problem will pop up other places, we’ve already seen it happen on a coffee shop’s wireless network.
What could be causing the SPI Firewall to block my .swfs?
Code below:
---------------------------------------------------------------------------------------
public function startPreLoad(node:Number,showPoint:MovieClip){
trace("Start Pre Load show point:"+showPoint);
/*Display LOADING GRAPHICS*/
var loadingGraphics:MovieClip = _root.attachMovie("loader","loader",69);
loadingGraphics._x = 530;
loadingGraphics._y = 300;
loadingGraphics.text_txt.text = "loading:";
contentContainer._visible = false;
var my_mcl:MovieClipLoader = new MovieClipLoader();
var mclListener:Object = new Object();
mclListener.showPoint = showPoint;
// Create listener object:
mclListener.onLoadError = function(target_mc:MovieClip, errorCode:String, status:Number) {
trace("Error loading image: " + errorCode + " [" + status + "]");
};
mclListener.onLoadStart = function(target_mc:MovieClip):Void {
trace("onLoadStart: " + target_mc);
target_mc._visible = false;
};
mclListener.onLoadProgress = function(target_mc:MovieClip, numBytesLoaded:Number, numBytesTotal:Number):Void {
var numPercentLoaded:Number = numBytesLoaded / numBytesTotal * 100;
trace("onLoadProgress: " + target_mc + " is " + numPercentLoaded + "% loaded");
loadingGraphics.text_txt.text = "loading: "+Math.round(numPercentLoaded)+"%";
};
mclListener.onLoadComplete = function(target_mc:MovieClip, status:Number):Void {
trace("onLoadCOMPLETE");
this.showPoint.useHandCursor = true;
loadingGraphics.text_txt.text = "Click To Enter";
_root.loader.gotoAndStop("loaded");
// Dan's code to get a single click from the outline to open up the panel
if(_root.fromOutline == true){
this.showPoint.useHandCursor = false;
trace("____ REMOVE LOADER ____");
_root.loader.removeMovieClip();
_root.attachMovie("","blank",69);
trace("____ REMOVE LOADER ____");
trace("target_mc: "+target_mc);
target_mc._visible = true;
target_mc.gotoAndPlay("show");
motion.freeze();
_root.Menu.resume.enabled = false;
// hide the side menu
var animate = false;
_global.hideMyMenu(animate);
}
};
my_mcl.addListener(mclListener);
my_mcl.loadClip("wtSlide"+node+".swf",contentContainer);
}
http://www.engagethoughtware.com https://www.engagethoughtware.com
View Replies !
View Related
A Good Email List Program In Php And Email Form In Flash MX
Hello guys and Girls. Does anyone know how to setup a and direct me to a good 'Email List' program maybe done in PHP where essentially people come to my flash website....click a button to 'subscribe' to my newsletter' and when they do that.....they just type in their email addy and it is sent to a data base or something . I want to be able to simply type up a new newsletter and have it sent to all my email members who are in that email list in that data base?
I dont want anything more complicated than that!
I'm just paln to have a simlpe button in Flash that they click...and a small popup appears with a small form in flash for their email address and their name.
Let me know if anyone can refer me somewhere or help me out!
Thanks...
View Replies !
View Related
HELP ME Very Silly MP3 Loading Problem. Browser, Player, PC Or Firewall?
Hi,
I have a website with a flash movie that loads an MP3 dynamically. There is one machine that does not play the MP3 - either in IE or in NetScape - despite apparently loading the movie correctly. I have tried:[list=1][*]Checking there are speakers!: There are and they work[*]Reinstalling Flash player for IE: No effect[*]Reinstalling Flash player for NetScape: No effect[*]Checking temporary internet files: The file is downloaded correctly[*]Opening the MP3 directly through the URL: It plays perfectly, the file is present[*]Checking the website on another machine/browser: It plays perfectly on every other machine/browser I have tested[/list=1]
The connection speed is huge and there doesn't appear to be any network problem. So there must be an issue with the PC itself (I hope? )
Has anybody ever come across this before, and more importantly, does anybody know where to start looking in order to fix it?
Gaius
PS: The machine is a PC running Win2000 Pro
View Replies !
View Related
SPI (Stateful Packet Inspection) Firewall And Loaded .swfs
Our website, http://www.engagethoughtware.com uses a 3D tree for navigation, so that when you click on a node of the tree it loads a .swf using the MovieClipLoader class. Once the clip is loaded, it tells the loaded clip to play (opening the panel).
Here’s the problem: If you’re using a router (or similar device?) that has SPI (Stateful Packet Inspection) turned on, the loaded clips randomly don’t open – very strange behavior.
1.I am not loading anything cross-domain.
2.If you use https://www.engagethoughtware.com, (with the “s” after http) everything works fine, even with SPI turned on
3.Firefox seems to have more problems than IE7.
4.What panels open and don’t open seems to be random.
5.Found this on the web that may help, as this problem is even more apparent in IE 7 on Windows Vista:
Microsoft's latest operating system, Vista, is unable to operate properly with some firewalls that use SPI (Stateful Packet Inspection) as found in routers like the D-Link DI-724U, the Netgear WGR614, the Linksys WRT54GS and possibly others.[1] This may be related to previous failures to work properly.
Anyone else seeing this problem with their websites, or on ours?
This is a feature that is defaulted to “on” on my Netgear WPN824 v2 Router, and I’m sure this problem will pop up other places, we’ve already seen it happen on a coffee shop’s wireless network.
What could be causing the SPI Firewall to block my .swfs?
Code below:
---------------------------------------------------------------------------------------
public function startPreLoad(node:Number,showPoint:MovieClip){
trace("Start Pre Load show point:"+showPoint);
/*Display LOADING GRAPHICS*/
var loadingGraphics:MovieClip = _root.attachMovie("loader","loader",69);
loadingGraphics._x = 530;
loadingGraphics._y = 300;
loadingGraphics.text_txt.text = "loading:";
contentContainer._visible = false;
var my_mcl:MovieClipLoader = new MovieClipLoader();
var mclListener:Object = new Object();
mclListener.showPoint = showPoint;
// Create listener object:
mclListener.onLoadError = function(target_mc:MovieClip, errorCode:String, status:Number) {
trace("Error loading image: " + errorCode + " [" + status + "]");
};
mclListener.onLoadStart = function(target_mc:MovieClip):Void {
trace("onLoadStart: " + target_mc);
target_mc._visible = false;
};
mclListener.onLoadProgress = function(target_mc:MovieClip, numBytesLoaded:Number, numBytesTotal:Number):Void {
var numPercentLoaded:Number = numBytesLoaded / numBytesTotal * 100;
trace("onLoadProgress: " + target_mc + " is " + numPercentLoaded + "% loaded");
loadingGraphics.text_txt.text = "loading: "+Math.round(numPercentLoaded)+"%";
};
mclListener.onLoadComplete = function(target_mc:MovieClip, status:Number):Void {
trace("onLoadCOMPLETE");
this.showPoint.useHandCursor = true;
loadingGraphics.text_txt.text = "Click To Enter";
_root.loader.gotoAndStop("loaded");
// Dan's code to get a single click from the outline to open up the panel
if(_root.fromOutline == true){
this.showPoint.useHandCursor = false;
trace("____ REMOVE LOADER ____");
_root.loader.removeMovieClip();
_root.attachMovie("","blank",69);
trace("____ REMOVE LOADER ____");
trace("target_mc: "+target_mc);
target_mc._visible = true;
target_mc.gotoAndPlay("show");
motion.freeze();
_root.Menu.resume.enabled = false;
// hide the side menu
var animate = false;
_global.hideMyMenu(animate);
}
};
my_mcl.addListener(mclListener);
my_mcl.loadClip("wtSlide"+node+".swf",contentConta iner);
}
View Replies !
View Related
HTML Formatted Email W/ Flash: Email Link Help
is there a way to put a mailto into a Flash that's embedded in an email without a browser window popping up when the user clicks on it.
The reply email works fine, but a browser window will open with the mailto in the URL and "Action Canceled" in the window. Not too pro looking.
Also, I found the Flash only plays in some email clients, when user views the email. I had to put a 'play' button on the first frame before the loader in case it doesn't play. I tried putting a "gotoAndPlay" but that didn't work either, took the loader out, even put the animation on the main timeline. Funky.
Told the client it's a bad idea, unpredictable, but they never listen to people that know what's up...
View Replies !
View Related
Flash PHP Email , Hide Formatting In End-user Email?
Hello and thanks for taking the time,
I built a Flash email sender, its very simple, it just sends all the variables in the fields, no cross checks or nothing.
Problem: here's what the end-user email looks like:
Subject: Message from <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Smiles</FONT></P></TEXTFORMAT>
Name : <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Smiles</FONT></P></TEXTFORMAT>
Email:
Comments: <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Massage</FONT></P></TEXTFORMAT>
Here's my PHP code:
<?
$destination="jjmorga@gmail.com";
$name=$_POST['name'];
$subject=$_POST['subject'];
$mes=$_POST['message'];
$subject="Message from $name" ;
$mes="Name : $name
Email: $email
Comments: $mes
";
mail($destination,$subject,$mes); ?>
To anyone that helps me tackle this pickle I bid you a million thanks
View Replies !
View Related
Flash Email Form -- No Content In Email
I realize that a similar question has been posted many times, but since I've been searching for an answer that works specifically for me for 2 long days, I feel I need to post.
I've created a guestbook-type form in Flash and a perl script to send the contents of that form to my own email address. Things seem to be working fine except that the email I get is blank. I don't know much about scripting outside of Flash, so I'd appreciate some help. I think my perl script is the problem, but I'm copying both scripts below.
Thanks a milion.
-------------------------------------------------------------------
My SendMail.pl script:
-------------------------------------------------------------------
#!/usr/bin/perl
print "Content-type: text/html
";
$title='New Birdie Guestbook Entry';
$to='jessica@jessicaberardi.com';
$from= 'jessica@jessicaberardi.com';
$subject='New Guestbook Entry';
$name = 'name_txt';
$address = 'address_txt';
$city = 'city_txt';
open(MAIL, "|/usr/sbin/sendmail -t");
## Mail Header
print MAIL "To: $to
";
print MAIL "From: $from
";
print MAIL "Subject: $subject
";
## Mail Body
print MAIL "New Guestbook Entry
";
close(MAIL);
print "<html><head><title>$title<
/title></head>
<body>
";
## START HTML content
print "<h1>$title</h1>
";
print "<p>A message has been sent from $from to $to";
## END HTML CONTENT
print "
</body></html>";
-------------------------------------------------------------------
My Flash code:
-------------------------------------------------------------------
stop();
function sendForm () {
my_lv = new LoadVars ();
my_lv.name = _parent.name_txt.text;
my_lv.address = _parent.address_txt.text;
my_lv.city = _parent.city_txt.text;
my_lv.state = _parent.state_txt.text;
my_lv.zip = _parent.zip_txt.text;
my_lv.phone = _parent.phone_txt.text;
my_lv.email = _parent.email_txt.text;
my_lv.message = _parent.message_txt.text;
my_lv.send ("http://www.jessicaberardi.com/test/SendMail.pl", "POST");
gotoAndStop("thankyou");
}
submit_btn.onRelease = function () {
if (name_txt.text == "" || email_txt.text == "") {
status_txt.text = "Please complete the required fields.";
} else {
status_txt.text = "";
sendForm ();
}
};
View Replies !
View Related
Email Forms That Send Email To Other Email Addresses
hello, well, I'm not sure who to ask about this problem. The thing is I really want to make an email form that can send email to other people. I have seen email feedback forms here that send email to my address but I would really appreciate it if someone could help me make one that sends email to other addresses. I have made an email feedback form already and its at http://www.jeviwebs.com/beatles/mail.swf if you want to view it. If any of you know of any tips, please email me or respond to my post here thanks! BTW, that feedback form was based on matthew summers tutorials here
it is in the send button where I have the problem
here is the action script for the action layer:
recipient = "";
targetpage = "http://www.jeviwebs.com/beatles/ecard.htm";
stop();
this works ok since you will specify the email address of the person to send email to (thus the blank recipient variable) but here is the main problem...the actionscript for the send button....since I want to send emails to other people, I can't use my cgi bin for that.
on (release) {
getURL("http://myaddress.com/cgi-sys/mailform.cgi", "lower", "POST");
}
on (release) {
gotoAndPlay(2);
}
I know that there is a way through this...I can change and do actionscript if someone can help me out...thanks you guys
View Replies !
View Related
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
View Replies !
View Related
How To Email Textbox Attributes To An Email? (Basically A Form)
Hi I have a survey where you need to fill out a few answers, then it will auto email all the answers to one certain email. I'm not sure of the code I would use to email it. Im having a lot of trouble here, basically I would have it send one big string which includes the text variables like
"Name: " + name + "
" + "Age: " + age + "
" + "What Did you Think of the game?: " + feedback
etc. etc.
How would I send that one string to an email? Thanks ahead of time
View Replies !
View Related
[MX04] Making An Email Button Go To Email Client
Good Day,
I have made a button on my website and would like it to do the following:
When pressed it would open the users email client and put my email address in the "TO" box so they can send an email to me.
Sounds simple but I can't work out how to make this happen.
Is there a better way to do this?
Can somebody help me with this?
View Replies !
View Related
Email Link On Swf Doesn't Work In Embeded Email, Why?
I am working on a swf file (sort of an ad) for email distribution purpose, the swf has an email link on it for potential clients to reply to us.
I upload the swf on our server, embed the swf into an email, and send the email off to do a test, the animation is playing fine, but there is a problem, when i click on the email link, I receive the following error message:
"Microsoft Outlook has encountered a problem and needs to close. We are sorry for the inconvenience."
And then the Outlook is closed down.
But this problem only happens on NT system, as while i click the same link from my XP, it instantly open up a new reply message fine, anyone has come across this problem and knows how to get around with it, could you help?
Many many thanks
View Replies !
View Related
Email Form Sends Out Email 3 Times?
I am using the Web Service Connector to take text input on a form and email it from the website to the intended party. However, it sends the email out three times and I can't find where the error is. When I test the movie I get the following error: "Binding between <unknown>.. and <unknown>.params.emailFrom: The endpoint of the binding does not exist." It shows this error twice. So I am guessing the problem lies with these errors, which would give me three emails total.
Any ideas? I can't find any other instances of the WSC on the site?
Thanks,
Jim
View Replies !
View Related
Email Autoresponder That Includes Recipient's Name In Email
Hi--
I am trying to set up an email autoresponder in Flash MX that includes the recipient's name in the salutation of the email.
For example, if Bob Barker is at my site, I want to give him two boxes to fill in: one for his name (Bob) and the second for his email address. When he clicks the "ok" button, an autoresponder will send him an email that begins with, "Hi, Bob--etc." THEN, once he receives the email, if he answers it, I'd like ANOTHER autoresponse addressed to "Hi, Bob," but this time with a different message.
This must be pretty easy to do, but I have NO idea how. Can anyone direct me to a source on this? Or someone with the know-how?
Many, many thanks!
View Replies !
View Related
Used Php Email Tutorial From Kirupa, Need Email Validate Help
Hi,
I followed Senocular's tuorial to be able to send a form thru email in flash, it worked (which is great, since i also followed about 100 far more complicated ones i found on the web wich did not work!) but i need some help including an email validation element...i think its targetting the correct textfield variables i'm having a problem with, but i took all my efforts out of the attached files and now just have the functioning regular version and am awaiting some help...i have been at this for almost a week!!!
Ive attached a zip of my .fla and the php script.
Many many many thanks in advance,
sleeepy
View Replies !
View Related
Email Form, Help To Make Email In Html
hi ive made a email form for my site. it works but i want the email that is sent to be in html so i change images and tables.
here is my php script
PHP Code:
<?php
$adminaddress = "gerard@organisedkaos.net";
$siteaddress ="http://www.atr-training.co.uk/";
$sitename = "ATR";
$date = date("m/d/Y H:i:s");
// List and load Flash vars - and convert into PHP vars.
$inputname=$_POST['inputname'];
$address1=$_POST['address1'];
$email=$_POST['email'];
$tele1=$_POST['tele1'];
$selection2=$_POST['selection2'];
$messagebox=$_POST['messagebox'];
if ($REMOTE_ADDR == ""){
$ip = "no ip";
} else {
$ip = getHostByAddr($REMOTE_ADDR);
}
mail($adminaddress,
"Message",
"Name: " . $inputname. "
".
"Address: " . $address1. "
".
"Telephone: " . $tele1. "
".
"email: " . $email. "
".
"how did you find us: " . $selection2. "
".
"------------------------------
".
"message: ". $messagebox. "
".
"
------------------------------
".
"Logged Info :
".
"Using:". $HTTP_USER_AGENT. "
".
"Hostname: ". $ip. "
".
"IP address: ". $REMOTE_ADDR. "
".
"Date/Time: ". $date. "
".
"FROM: ". $adminaddress, "From:". $email);
mail($email, "Auto-response from ATR", "Thankyou for contacting us. We will get back to you shortly. ",
"From: info@atr-training.co.uk".
"Reply-To: info@atr-training.co.uk".
"X-Mailer: PHP/" . phpversion());
?>
please help
gerard
View Replies !
View Related
#name# In Flash Actinscript (dynamic Loaded) Flash Email Campaign
I have an email marketing campaign that has a specific demand
within the swf there has to be 2 variables with the name
#nome# (#name#)
eg. Happy birthday #name#
and #logo# (logo will be an image dynamically loaded.
These are specifications from the company that will send the emailmarketing page with a click link to a url with a "happy birthday swf"
i have no problem doing this in html but i dont know how to incorporte this into a fwf movieclip.
any links solutions welcome...
Hendrik-Jan
View Replies !
View Related
Help Please Email From Page To Another Email With Url Link
This is getting really confusing for me so I need some help! The issue is that I am developming a video player that a client would like to have an ability of users to send (email) the page to a freind, with a link back to that specific page. I have experience sending mail via PHP scripts, and the mailto: commands. Does anyone have any idea how this could be accomplished? I need some direction. Thanks Devon
www.conjuringzoo.com
View Replies !
View Related
Email Form Not Sending Email... Please Help
Hi all,
I have a flash-based mailer form that was working at one point, but now it won't send email to the specified account for some reason. The host says that it needs to be sent FROM a valid email address on their server, but I can't figure out where in the code I need to make that work...
Here's the code on my submit button:
Code:
on(release){
formValidation();
if(validForm == true){
form.loadVariables("../email.php", "POST");
}
}
Here's the code in my PHP file:
Code:
<?php
$sendTo = "mail@kavehmedia.com";
$subject = $_POST["subjectTxt"];
$headers = "From: " . $_POST["nameTxt"];
$headers .= "<" . $_POST["emailAddressTxt"] . ">
";
$headers .= "Reply-To: " . $_POST["emailAddressTxt"];
$message = $_POST["messageTxt"];
mail($sendTo, $subject, $message, $headers);
?>
What am I doing wrong? Since it was working when I first made it, I assume the host changed something on their end, but they're being very unhelpful...
View Replies !
View Related
Email Form Need To Add Telephone # To Email
Hi,
I am using this email form and it works just fine, but I am trying to figure out how to add additional input feilds that show up in the email body. For example, when you receive the email the body of the email would look like this:
Name:
E-mail:
Telephone:
Feedback:
Below is the AS and the PHP code. Attached is the FLA. Any help would be appreciated
Code:
/*
AUTHOR : Z Syed
CREATING FEEDBACK FORM IN FLASH USING PHP
*/
/*
create the LoadVars objects. One for sending information to the php file and one for recieving information.
Although this can be done with one loadvars object, it makes for cleaner code to use two
*/
var sendData_lv:LoadVars = new LoadVars();
var receiveData_lv:LoadVars = new LoadVars();
var formValidated:Boolean;
var errorMessages:Array = new Array();
receiveData_lv.onLoad = function():Void{
trace(this.sent);
if(this.sent == "OK"){
message0_txt.text = "Thank you for your feedback";
}else{
message0_txt.text = this.sent;
}
}
submit_btn.onRelease = function() {
//this clears the error text field if they have been populate previously
clearTextFields();
errorMessages.length = 0; //empty the array so next time the submit button is clicked the array is not already populated
formValidated = checkForm();
if (formValidated) {
//the form is valid and so now we can send details to our PHP file
//populate LoadVars object with the field values
sendData_lv.name = name_txt.text;
sendData_lv.email = email_txt.text;
sendData_lv.feedback = feedback_txt.text;
//trace(sendData_lv.email);
//trace("valid");
sendData_lv.sendAndLoad("email.php?ck="+new Date().getTime(), receiveData_lv);
} else {
//populate textfields with the error messages
for (var i = 0; i<errorMessages.length; i++) {
_root["message"+i+"_txt"].text = errorMessages[i];
trace(errorMessages[i]);
}
}
};
function checkForm():Boolean {
//check whether the name field is empty
if (name_txt.text == "") {
errorMessages.push("Please enter your name.");
}
if (email_txt.text == "") {
errorMessages.push("Please enter your email address.");
} else if (email_txt.text.indexOf("@") == -1 || email_txt.text.indexOf(".") == -1) {
errorMessages.push("Please enter a valid email address.");
}
if (feedback_txt.text == "") {
errorMessages.push("Please enter some feedback");
}
//if at this point the array is empty i.e has length 0, then this in effect means the form has passed all checks
if (errorMessages.length == 0) {
return true;
} else {
return false;
}
}
function clearTextFields():Void {
for (var i = 0; i<errorMessages.length; i++) {
_root["message"+i+"_txt"].text = "";
;
}
}
}
PHP Code:
<?php$name = $_POST['name'];$email = $_POST['email'];$feedback = $_POST['feedback'];$subject = 'feedback from your website';$headers = "From: $name <$email>
";$headers .= "Reply-To: $name <$email>
";//ENTER YOUR EMAIL ADDRESS HERE$to = 'email@emailaddress.com';//---------------------------$success = mail($to, $subject, $feedback, $headers);if($success){echo '&sent=OK';}else{echo '&sent=Error';}?>
View Replies !
View Related
Flash Email
this sounds like a complete newbie question but I am drawing a blank as to how to have a button call up an email program. is it fS mail:to ?
undrdg
View Replies !
View Related
|