ActionScript 2.0 :: Exporting Variables To Server's FormMail

Jul 11, 2005

I created a form for my website for customers to post information and I want this information to be sent to my email. The server does not support PHP, nor my own .pl or cgi scripts to send email. The server is Windows IIS based, so SendMail is a bust. The server says I have to use their FormMail script which is located on a separate link.

[Code]...

This is my first encounter with FormMail and my question is this. Can I export the variables from my Flash form to post into my server's FormMail script? If so, how? EX: My flash has a name field with the var "name_txt", subject field, email field, and message field... and the html fields my server says I can use with their FormMail are as follows

[Code]...

View 1 Replies


Similar Posts:


Professional :: Exporting Which SWF's From CS5 For Upload To Server?

Sep 30, 2010

I am working on a mac but my question is what files do I need to export out of CS5 to include in my upload besides the index SWF and index html? Do I have to export each individual page? Each individual photo? each individual button, ect? Or is there a main folder I can export and up load to my server. Also for all the photos I have put into the project, do I need to upload them as a seperate folder, if so, is there a specific name I should label it so it registers?

View 1 Replies

ActionScript 3.0 :: Scaling Everything Proportionally & Exporting To Server As Jpeg / Png / Gif

Jul 9, 2009

I am programming an application I cannot get into specifics but I am working on a way to scale everything up on a stage from 640 x 480 to 1024 x 768 this would include loaded images, textfields, and a movieclip being used as a background. The document size has to start as 640 x 480 as the application needs to be that small.I am using action script 3.0 and a seperate .as document and no code in the time line although if necessary I am familiar with simple action script 2.0 conversions. I have looked around for tutorials/adobe live docs.Are there any tutorials or has anyone done this before and would be willing to explain how I could accomplish such a feat. If possible the final resize and upload to server could be done without being seen it would be amazing. But if impossible I could just upload the small image to the server than use cross php / flash to resize with php and send the link to the image location back to flash.

If I have to use php to send the information how can I communicate between php and flash, much of the documentation and tutorials are too weak explaining how the php end works and how to communicate properly in as 3.0.After doing this I would like to take a snapshot or copy of everything on the stage at 1024 x 768 and send a jpeg,png, or gif to be stored on a server.

View 0 Replies

ActionScript 2.0 :: Sending Forms In Flash With FormMail?

Jan 18, 2005

I'm trying to make a feature for my website where a visitor can sign up for a mailing list. i have a form on my site else where (done in HTML) and it uses the server-side script FormMail to process and deliver the form. I was wondering if there was any 'easy' way for me to use this same script from flash for this feature.

if you'd like to take a look at the feature itsself, the URL is [URL](if it comes up the size of the screen, just know it's not actually that large on the page).

View 1 Replies

ActionScript 2.0 :: Sending Forms In Flash With FormMail

Jan 18, 2005

i'm trying to make a feature for my website where a visitor can sign up for a mailing list. i have a form on my site else where (done in HTML) and it uses the server-side script FormMail to process and deliver the form. I was wondering if there was any 'easy' way for me to use this same script from flash for this feature. if you'd like to take a look at the feature itsself, the URL is [URL] (if it comes up the size of the screen, just know it's not actually that large on the page).

View 1 Replies

Professional :: Formmail Redirect - Pass The Data Through To Email

Apr 22, 2010

I have a AS3 fla and I have 3 simple contact fields. I am using formmail.pl to pass the data through to email. I published the swf and uploaded to my server and the data passes fine. My problem however is instead of having the default open up from the formmail.pl file is there a way with AS3 to tell flash once the data has been submitted to gotoAndStop on a specified frame and show the user my own page in the same swf file? Here is the code I have for my form. Everything resides in the first frame.

[Code]...

View 2 Replies

ActionScript 2.0 :: Formmail Forms & Website Does Not Contain Any Dynamic Text

Sep 28, 2004

I'm creating a website for a friend which it's being made using Dynamic Texts (he wants different switchable languages). Problems come when submitting the Form... I've used the same Form model (formmail) for other websites which did not use any Dynamic Text and they worked without problems. The exact problem is that the submitted Form is not received (don't think it's even sent) to the specified email address. However, if the same website does not contain any dynamic text, then the form works properly and the query is received at my mailbox. Has anybody experienced a similar situation?? I'm completely lost because I can't understand the reason for this behaviour, the only thing I know for sure is that the problem is variable related.

View 3 Replies

ActionScript 2.0 :: Loading Dynamic Text Breaks Formmail Forms [renamed]

Sep 30, 2004

This matter is something I haven't been able to solve for long and now I'm really desperate to find out an answer. Here's a link to a very simple zip file (as example) containing the conflictive fla and other files, for those of you who may want to have a look at it. TO SIMPLIFY THINGS: It seems that whenever I use a couple of AS instructions to load some Dynamic text from a text file, Forms which are based in formmail, stop working (no matter if these forms are made of dynamic or static text). Why??

INTO MORE DETAILS: In the attached fla example file here, I've simplified things very much by just leaving 2 Forms (one made with Dynamic text and another one without any dynamic text on it). Very peculiar, if in frame 1 I call the variables from the text file:
[AS]webcontent= "File.txt" loadVariablesNum (webcontent, 0);[/AS] the 2 Forms stop working properly: The static one doesn't even seem to submit data and the dynamic one, it seems data has been sent but data is never received. As soon as I delete these 2 lines of AS, they work properly again (although of course, no words can be seen in the Form made with dynamic text).

[Code]....

View 3 Replies

ActionScript 2.0 :: Loading Dynamic Text Breaks Formmail Forms [renamed]?

Sep 30, 2004

This matter is something I haven't been able to solve for long and now I'm really desperate to find out an answer.Here's a link to a very simple zip file (as example) containing the conflictive fla and other files, for those of you who may want to have a look at it.TO SIMPLIFY THINGS:It seems that whenever I use a couple of AS instructions to load some Dynamic text from a text file, Forms which are based in formmail, stop working (no matter if these forms are made of dynamic or static text). Why??INTO MORE DETAILS:In the attached fla example file here, I've simplified things very much by just leaving 2 Forms (one made with Dynamic text and another one without any dynamic text on it).

Very peculiar, if in frame 1 I call the variables from the text file:[AS]webcontent= "File.txt"loadVariablesNum (webcontent, 0);[/AS]the 2 Forms stop working properly: The static one doesn't even seem to submit data and the dynamic one, it seems data has been sent but data is never received.As soon as I delete these 2 lines of AS, they work properly again (although of course, no words can be seen in the Form made with dynamic text).

Both submit buttons contain the following AS:
[AS]on (release) {
subject = "Customer Form from your Web";

[code].....

View 3 Replies

Media Server :: Access Server Variables In C++ Plug-in

Mar 3, 2010

Is there any way to access a Flash Media Server server-side script through a C++ plugin? I know you can call server-side functions, but I want to use the plugin to do image processing, so I need to get bitmap data from the client to the plugin. I've been poring over the documentation and the forums and there doesn't seem to be any way for the plugin to communcate with the server other than to read Event properties. If this is the only way for the plugin to recieve data from the server, is there any way to override an event property to send custom data?

View 5 Replies

ActionScript 2.0 :: Capturing Log In Variables From Server?

Nov 11, 2010

I'm building an application on our corporate server .. behind the firewall. how to get the �current logged on user� details from the environment variables that are in the request object (that comes from the user�s browser to the webserver).

View 0 Replies

ActionScript 2.0 :: Sending Variables To Server Using POST?

Nov 16, 2005

I am trying to convert this form into flash.

Code:
<form action="http://www.myserver.com/add.tag" method="post" name="tagform" target="tag">
<input name="name" value="myname" type="hidden">
Name<br>
<input name="tagname" maxlength="20"><br>

[code]....

View 1 Replies

ActionScript 2.0 :: Load External Variables From A Different Server?

Jan 26, 2004

I had a question about loading external variables. Is it possible to load external variables from a different server other than the one that the flash site is hosted on?

And if so, what would that command look like?

For instance, if you load a variable from the site's own server it might look like this;

loadText.load("TEXT1.txt");

Would loading it from a different server look something like this;

loadText.load("http://www.kirupaforum.com/TEXT1.txt");

View 1 Replies

ActionScript 2.0 :: Flash 8 - Sending Variables Via Post To Another Server

Feb 17, 2009

At the moment, I am posting information from my flash to a PHP page within the same server. This causes no problems, as I am posting to a PHP file within the same directory.
form.loadVariables("email.php", "POST");
However, I am wanting to place my 'WIDGET' on other sites but still post the information back to my server to the PHP file (email.php).

View 2 Replies

ActionScript 3.0 :: Read Variables From A Php File On A Remote Server?

Apr 5, 2010

i want to do is read variables from a php file on a remote server. i have the php file on the server and im echoing back a result. all i need in plain english is the AS3 to intercept read and display this variable in a text box.

View 21 Replies

Media Server :: Passing Variables In URL For Start Points

Aug 30, 2011

I have installed FMS 4 and have set up a player (longtail) on my website and I am currently streaming videos for my school district using RTMP. Things are working OK, but I do have an issue I have been unable to resolve. I want to allow the user to jump to certain segments of the long video using a hyperlink that specifies the timecode of the start point. In the hyperlink, I pass a variable called 'VidStart' which is the timestamp in seconds. This system works flawlessly within my school district's firewall, but outside the firewall the video loads (slower than within the firewall), but the start point links do not work. Instead of going to the specified timestamp, the video just always from the beggining.

[Code]...

View 1 Replies

Flash :: Server Side - Load Vars With Php Variables (mx)

Jan 27, 2003

I am trying to load the value of a php variable into a dynamic text field in flash mx. I am using the loadvars method, with "nameofPHPfile,"0","GET" etc. It doesn't seem to work, but then I am not sure if the php code is correct. A process of elimination is needed. Am I using the right method in flash???

View 14 Replies

ActionScript 2.0 :: GetURL() And POST - Passing Variables To Server

Feb 15, 2005

I am having trouble passing variables to my server. The following code is on a button:

[Code].....

View 2 Replies

Media Server :: List Of Variables For Included Video Player?

Sep 11, 2009

I wanted to use the included video player from Flash media server but can't find a list of variables and values to pass to the player. Is there a list and could anyone point me in the right direction? I'm specifically looking to pass a stream name for a live stream to the video player.

View 6 Replies

ActionScript 2.0 :: LoadVars To Read Variables From .txt Files On A Different Server With Flash?

Mar 13, 2006

use loadVars to read variables from .txt files on a different server with flash, do any of you know because I'm getting really annoyed?

View 14 Replies

ActionScript 2.0 :: Obtain The Variables/contents Of A Php Or A Text File From Server Using LoadVars()?

Mar 5, 2010

I am trying to obtain the variables/contents of a php or a text file from my server using loadVars(), and the problem is that flash can get data from almost every server but from mine. (some shared hosting service) I just tried the code provided in the help files:

Code:

var my_lv:LoadVars = new LoadVars();
my_lv.onLoad = function(success:Boolean) {
if (success) {

[code]....

I'm sure that I did no mistake in typing the URL, for it works fine in the browser (also no spaces, no freaky chars), and when i change the URL to another domain (and put the txt file on that server) everything works fine. I tried both possibilities "network access" and "local access" as well as running from an exe projector. But no chance.

View 4 Replies

ActionScript 2.0 :: Loading Variables Not Working On Server But Works FINE Locally?

May 17, 2010

I have one .swf that loads a second one on level 2.level 2 then in turn loads variables from a text file .The problem is that it works locally, but refuses to work on the server. The urls are all local. This is such a simple procedure, I can't figure out what is wrong..... are there limitations doing this via server vs. locally? I never get any "file open" errors locally. I've spent 2 hours on this.... I'm just using a simple LoadVars similar to this example:

Code:
loadText = new LoadVars();
loadText.load("text3.txt");

[code].....

View 5 Replies

Fla Not Exporting As SWF

Mar 30, 2011

I've just finished a sizeable project in Flash CS4. I've come to export it as SWF but it just won't work, it seems to export but no icon appears, it doesn't work when I test the movie within Flash either.

Older versions of the project work, it's just the final version that has decided to be awkward, this is the latest in a long line of errors I've encountered.

View 1 Replies

Exporting FLA/SWF To FLV?

Aug 16, 2007

How can I turn my Flash 8 animation into an FLV file?The only solution I've found is exporting it as a .MOV file.But to do this I have to use Flash 5, which destroys my animation since there's no movieclip filters.

There has to be a way to do this, or Adobe is just retarded for not seeing the massive need for animators uploading to the web via FLV. My searches online for a solution have been fruitless.

View 4 Replies

Movie Not Exporting Into Avi?

Aug 17, 2009

I downloaded the CS4 trial, and im having major problems exporting my flash file into an avi.I have imported an FLV file, and want to export it as an AVI. However when I do this, the screen is blank.

View 1 Replies

Exporting MOV From Flash?

Sep 30, 2009

I have a movie that uses a couple audio files.  When I run this as a swf, everything plays fine...Except at the end.I have a frame that says thankyou.play(). That is tied to a mediaDisplay component. When I put a trade for thankyou.onSoundComplete....Nothing happens.So with the Flash still working fine for the most part, I export the movie as a Quicktime movie.  It plays the intro audio but never moves forward from there.The background noise is gone.

View 1 Replies

Professional :: Exporting As .mov On Mac

Sep 15, 2010

I'm trying out the trial version of Flash Professional CS5 and have a very short animation that I am trying to export.It exports just fine as .swf and .html, but the quality is awful when I try to export it as .mov.I will, in the end, want to upload my finished animation to YouTube,If I could just get the animation to run smoothly as a .mov I'd be set.

View 3 Replies

Crash When Exporting Air For Ios

Feb 23, 2012

Flash crashed when i export an AIR Application for IOs.

Flash shows the following error code:

invalid memory access of location 0xc eip=0x58492db4

The problem is only exist for IOs. Export for Android and general air is successful.

View 1 Replies

Flash CS5 Not Exporting SWC?

Apr 5, 2011

So for some weird reason i've run into a bug today. I'm trying to export a FLA in CS5 to SWC but click the "export to SWC" setting in the publish settings. my problem is for whatever reason it's not exporting the swc file.

View 4 Replies

Flash :: IDE - Exporting Swc From Cs3 In Mac

Oct 22, 2009

I'm having a really weird problem exporting a library asset (movieclip) to a swc file. This should be really simple to do... The strange thing is, if I do not include the outside code in my project, when I try to export the asset as a swc, it will give me errors, but it will also create the file with no problem. If I include the outside code and export the library asset as a swc, it compiles with no errors but it NEVER WRITES THE FILE! This makes absolutely no sense whatsoever. Has anyone else run into this problem and if so, how did you fix it? If I repeat the same process in windows I do not see the same issue, it creates the swc without any hesitation. Is there a weird setting in Mac OSX that I need to change maybe?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved