Action/form
OK. i am relativly new to flash. But here goes.. I am trying to get an email form.php set up on my site.
ok. my action looks like this:
on (release) { if (name eq "" or subject eq "" or message eq "" or email eq "") { stop(); } else { loadVariablesNum("form.php", 0, "POST"); gotoAndStop(2); } }
and my from looks like this:
<? $to = "me@mysite.com"; $msg = "$name"; $msg .= "$message";
mail($to, $msg, "From: The Site Reply-To: $email");
?>
I do get an email but it looks like this:
From: The Site Reply To:
I have tried other code but it wont send mail at all... so any help would be great.. ty
FlashKit > Flash Help > Flash ActionScript
Posted on: 12-20-2007, 08:25 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Form Action - Mail To
Hey all,
Is there a way to run a form action mailto script through flash?
Do i have to have the .pl or .cgi file still? what variables do i set up in flash and how do I work them?
Any help would be greatly appreciated.
thanks all.
Form Action - Mail To
Hey all,
Is there a way to run a form action mailto script through flash?
Do i have to have the .pl or .cgi file still? what variables do i set up in flash and how do I work them?
Any help would be greatly appreciated.
thanks all.
How To Put A Form Action In Flash?
Hi,
I wanna make a form combining with PHP in Flash.
Since I have following HTML code:
http://linkling.netfirms.com/this.html
<html>
<body >
<form method="post" action="abc.php">
<input type="hidden" name="list_no" value="" >
<input type="checkbox" name="vote[]" value="43" checked><br><font size="2">morning</font><br>
<input type="submit" name="Submit" value="vote">
</body>
</html>
How can I exchange it to Flash action scripts?
Is it possible?
Thank you for reading my post!!!
Happy Chinese New Year~
[Edited by ddlam on 02-12-2002 at 05:43 AM]
Form Submit Action
OK..OK..I've given up on the check boxes, but I'm having problems with my submit button now, I'm using the action shown below:
loadVariablesNum ("http://cgi.xxxx.com/cgi-bin/sub/form.cgi", 0, "POST");
It works fine when I test it off my hard drive but will not work when its uploaded and tried on the net.
The form does work both off hard drive and on the net IF I use the GetURL action instead, but I wish to use the loadVariables action as it doesn't require a "confirmation" window opening up.
Anyone tell me why the the loadVariables doesn't work on-line? and if not, is there a way I can use the GetURL action but prevent the movie opening a confirmation window?
Is There Such A Thing As FORM Action?
Hi!
I'm having a problem with my guestbook. this is the code I'm using:
on (release) {
if (Comment eq "" or Comment eq "Please Input Data") {
Comment = "Please Input Data";
} else {
loadVariablesNum ("http://www.response-o-matic.com/cgi-bin/rom.pl", 0, "POST");
s = "Message Has Been Sent";
}
}
It works in HTML with <FORM action="http://www.response-o-matic.com/cgi-bin/rom.pl" method="POST">.
is there a way to get it to work in action script? I've looked around a bit and can't seem to find anything on it. Maybe it's just me. I would really appreciate some help.
thanks a lot,
Form Action Button - HELP
Hello Flashkitters,
Below is a button on .php page (and probably be done on a html page)
My question is how can I make this form button into a flash button ?
How does the action script look like for a form button?
Really stuck on this one.
please help!! :-)
Thanks Peeps
-----------------------------------------------------------------
<FORM action=http://00.000.000.00/mbl/InitialScreening.asp method=post encType=x-www-form-urlencoded>
<INPUT type=hidden value=#FFFFFF name=BGC>
<INPUT type=hidden value=#FFFFFF name=TableColor>
<INPUT type=hidden value=#FFFFFF name=BrightColor>
<INPUT type=hidden value=../../accounts/CorpID/BrokerWeb.css name=StyleSheet>
<INPUT type=hidden value=Mblweb name=refID>
<INPUT type=hidden value=Notes|2,7,21,6;Payments|2,16,5,10;Others|2,1 5,16,18,20 name=Categories>
<INPUT type=hidden value=5065 name=gFormat>
<P>
<input type=image src="Body_files/Continue.png" name=Submit2>
</FORM>
------------------------------------------------------------------
Tab Action Problem In Swf Form
I've created a working form mail module and everything is working fine (thanks to help from actionscript.org ). The only problem I'm having is tabbing from field-to-field. After I make an entry and hit the tab, the cursor moves as expected to the next field but when I begin typing nothing happens; I have to re-select the field with the mouse to get keyboard input.
Simple Form Action Not Working?
I have a simple form action placed into a flash form. I created a flash movie with a single text box and a submit button and have it working just fine except if you place a single qoute in the text box and submit the search, it then throws an error when it returns the asp page. Besides that the search function works fine in both IE and NN. I have tried to replace the single qoute with the following inside my flash code:
searchstr = searchstr.replace("'", " ");
searchstr is the variable I am using in the flash text box.
No go. The following is the flash code:
(on the submit button)
on (release) {
getURL ("/browse/browse.asp", "_self", "POST");
searchstr = searchstr.replace("'", " ");
}
I have also tried using a javascript fscommand and the replace() function in my asp page for the single quote issue and it worked great on IE 5.5 but not netscape. When you try to submit the search in Netscape nothing happens,Not sure why? This is the code I used in the asp page inside my fs command code: args = args.replace("'","")
Does netscape not support replace()? Any help or tips would be great. Thanks in advance
Creating A PHP Form Action In Flash
Hi All,
I have a form action on a php page that is a simple <form action="mypage.php" method="post"> etc etc...
This takes the field names etc like php does and does the nessessary actions and so on...
What I need to know is how do I do this in Flash?
Is it EZ?
Thx in advance
XFM
Form To Mail In Action Script
i created a Flash 8 Form Mail in action script, look:
http://www.fzvastgoed.nl/pcxpert/formToMail.html
but it failed, because of not filled in parameters in the action script panel frame 2 layer 1:
-
please go to the tutorial i for this Flash 8 Form Mail at:
http://www.flash-db.com/remoting/?se...tegory=Utility
click on the button:
'Sample Flash ActionScript Connection Code'
And please tell me what to fill in for these parameters:
- var conn = NetServices.createGatewayConnection("http:// path to your gateway.php");
- Also these codes don't exist, what is the meaning of this?:
#include "NetServices.as"
#include "NetDebug.as"
For this tutorial there is only downloadable these files:
- formToMail.fla
- formToMail.php
And not:
- NetServices.as
- NetDebug.as
- gateway.php
Help.
[F8] Flash Form - Action Script
Hi Guys,
I have a flash template which I have been making chnages to in flash 8. All works weel except the contact form.
The form has the fields "your name", "you email", "company", "Phone" and "Message". The form also has 2 buttons, "clear" and "Submit"
The clear button works and clears and text entered into any feild, but I cant seem to get the Submit button to work.
How do I get the form emailed to an email address?
The submit button has the below action script code. (sorry I am not good with action scritp )
Any Help will be appreciated.
a.onSetFocus = function() {
if (a.text=="Your name") {
a.text="";
}
}
a.onKillFocus = function() {
if (a.text=="") {
a.text="Your name";
}
}
b.onSetFocus = function() {
if (b.text=="Your email") {
b.text="";
}
}
b.onKillFocus = function() {
if (b.text=="") {
b.text="Your email";
}
}
c.onSetFocus = function() {
if (c.text=="Company") {
c.text="";
}
}
c.onKillFocus = function() {
if (c.text=="") {
c.text="Company";
}
}
d.onSetFocus = function() {
if (d.text=="Phone") {
d.text="";
}
}
d.onKillFocus = function() {
if (d.text=="") {
d.text="Phone";
}
}
q.onSetFocus = function() {
if (q.text=="Message") {
q.text="";
}
}
q.onKillFocus = function() {
if (q.text=="") {
q.text="Message";
}
}
Thanks
Action Scripts Submit Form
I have one fla file. & His under
First Name
Last Name
E- Mail
Other Rooms Name Bathroom,Bedroom, Drwing room, Other tiprs of room
Problem is Room -1 fill that Second Page 1 Room
room fillethat 2 jast Second page 1room & its under fill detaile Submit & Jast 2 room is come
That's mins fill the number of room . its room is one by one coming.
Please help me now give the action Scripts in flash.
Nagendra
Webdesigner, Flash Animator
Multiple Buttons, Same Action, Bad Form?
Is this bad form?
thisObj.objective.onRollOver =
thisObj.expertise.onRollOver =
thisObj.experience.onRollOver =
thisObj.education.onRollOver = function() {
this.btn_text.textColor = thisObj.hlColor;
};
//
thisObj.objective.onRollOut =
thisObj.expertise.onRollOut=
thisObj.experience.onRollOut=
thisObj.education.onRollOut=function () {
if (thisObj.currentBtn != this) {
this.btn_text.textColor = thisObj.topicColor;
}
};
//
thisObj.objective.onRelease =
thisObj.expertise.onRelease =
thisObj.experience.onRelease =
thisObj.education.onRelease = function() {
if (thisObj.currentBtn != this) {
this.btn_text.textColor = thisObj.hlColor;
thisObj.loadPane(this._name, this);
}
};
//
This seems to work nicely, just wondering what is a more concise way to script multiple "buttons" with the same action(s)?
Best regards...
Lance
Action Script For Contact Form
Im making flash web site. And only Contact Form is not woking.(useing PHP and ASP) I think the problem is Action Script.
Can't figure out what I need to change. Anyone have any suggestions? Is anywhere should I chenge to my info?
Thank you.
------------------------------------------------------------------------------------------
on (release) {
var your_name_descr = _parent.your_name_descr;
var your_email_descr = _parent.your_email_descr;
var field_1_descr = _parent.field_1_descr;
var field_2_descr = _parent.field_2_descr;
var field_3_descr = _parent.field_3_descr;
var field_4_descr = _parent.field_4_descr;
var field_5_descr = _parent.field_5_descr;
var field_6_descr = _parent.field_6_descr;
var field_7_descr = _parent.field_7_descr;
var message_descr = _parent.message_descr;
var message = _parent.message;
var field_1 = _parent.field_1;
var field_2 = _parent.field_2;
var field_3 = _parent.field_3;
var field_4 = _parent.field_4;
var field_5 = _parent.field_5;
var field_6 = _parent.field_6;
var field_7 = _parent.field_7;
var your_email = _parent.your_email;
var your_name = _parent.your_name;
getURL("contact."+serv.text, "_blank", "POST");
i = 1;
while (this["field_"+i]) {
_parent["field_"+i] = "";
i++;
}
reset_txt("t1", "your_name", "");
reset_txt("t2", "your_email", "");
reset_txt("t3", "phone", "");
reset_txt("t4", "message", "");
}
-------------------------------------------------------------------------------
Form Movie Action...had It...lost It.
Hello,
I had a tutorial that I accidentally deleted which demonstrated how to have an effect applied to a form field when you click on it. For example, you click in a form field and then that field fades to a different color or something. Can anyone point me in the direction of a tutorial like that?
How To Config A Cgi Script & The Action So That I Can Use Form In Flash
how to config a cgi script & the action so that i can use form in flash i have download a lot of cgi script but dont no how to configer please help, if dont mind can show me a example on what to change in the script & wat to put in for the actionscript in flash, have to hand in my work tomorrow and i know nothing about cgi
Any Body Good With Action Scripting With A Form?
Im currently doing a holiday Tour web site for a client and want to have a flash file showing all the tours, I want to be able to search for right tour click on a flash button to add info to a form in HTML.... Is this possible?
Attached is a test zip file if anyone wants to test it quick and can attach a response! or let me know if its possible or not!?
Cheers for reading and any help!!
Converting Hmtl Form Into Action Script
Hello can anyone help me with this html form I am trying to convert into a flash form, I have tried various combinations for several days now and have had no luck. The html code is:
<form method="POST" action="http://www.future-kings.co.uk/PHP-Email-Manager/index.php?add">
<input onFocus="this.value=''; return true;" name="FirstName" style="width:140; height:22" value="enter your first name" size="20"><br>
<input onFocus="this.value=''; return true;" name="Custom2" value="enter your mobile no" style="width:140; height:22" size="20"><br>
<input onFocus="this.value=''; return true;" name="email" size="19" value="enter your email"><br>
<input type="image" src="images/download.jpg" value="Submit" alt="Submit" name="I1"><br>
<input type=hidden name=List value=1><input type="hidden" name="Type" value="add"><br>
<input type="hidden" name="SuccessURL" value="http://www.future-kings.co.uk/thefreealbum.php"><input type="hidden" name="FailURL" value="http://www.future-kings.co.uk/error.php">
</form>
[F8] Simple Search Form... Action Script Help
I am not really a newbie, but I am not so hot with actionscripting.
I want to make a flash search menu for my wordpress theme, but I can't get the functionality that it needs with my knowledge.
I want an input box with the default text: "Type here and press enter to search..."
When the user enters the input box, the text should clear. If the user leaves the box and the input is blank, then "Type here and press enter to search..." should reappear. There is no search button, so the form will need to hear a keypress <enter>
Wordpress uses the GET variable "s" for returning searches.
Now, how would I do this without getting too complicated?
Thanks!
Flash Form Action = Perl Script
I want a flash form to run to a perl script, how do i do this, I have no prior knowlage to flash, besides some animation, i know nothing of flash actionscripts, and if what i have asked is even possable, though I believe it should be.
3D Moving At-sign For Y'all. + Mail <form Action> Question
As you see at:
http://www.fzvastgoed.nl/pcxpert/page_mailform.fla
the 3D at sign i created in 3dswift, very easy, made in 10 minutes from the flahskit.com/tutorials/3dswift tutorials
1th question:
in that .fla file, which cgi file to use?, d'ya have one i can edit? please please please
What Is The Action Script To Send A Form To An Email Address?
Hi.
I have created a form using input text fields. I want my users to fill in the fields and then email it to me. How do I do this? What is the action script I need?
Thanks!
Attach Code
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>contact</title>
</head>
<body bgcolor="#ff1900">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="565" height="310" id="contact" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="contact.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ff1900" /><embed src="contact.swf" quality="high" bgcolor="#ff1900" width="565" height="310" name="contact" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
Action Script For Multi Frame Contact Form?
Hello I'm a newbee,
I have made a contact form to get working on http://www.pedicuresalonhannie.nl This contact form is made in an one frame setup using sendbutton script:
Code:
on (release) {
getURL("javascript:openNewWindow('bedankt.php','_blank','GET','height=175,width=300,toolbar=no,scrollbars=no,resizable=yes')");
_parent.name="";
_parent.email="";
_parent.message="";
} and a php script Code:
<?php
$name = $_GET['name'];
$email = $_GET['email'];
$message = $_GET['message'];
$recipient_email = "info@pedicuresalonhannie.nl";
$subject = "Email van website Pedicure Hannie " . $email;
$headers = "From: " . $name . " <" . $email . ">
";
$headers .= 'Content-type: text/html; charset=iso-8859-1';
$content = "<html><head><title>Contact formulier</title></head><body><br>";
$content .= "Naam: <b>" . $name . "</b><br>";
$content .= "Email: <b>" . $email . "</b><br><br>";
$content .= "Vraag: <b>" . $message;
$content .= "<br></body></html>";
mail($recipient_email,$subject,$content,$headers);
?>
<html>
<head>
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
<title>Bedankt voor uw email.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="site_flash/style.css" rel="stylesheet" type="text/css">
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style=" height:100%;">
<tr>
<td width="50%" class="bg_left"><img src="site_flash/images/spacer.gif" width="1" height="1" alt=""></td>
<td width="766" class="bg_top"><table border="0">
<tr>
<td width="170" align="center"><img src="picture_library/Logohanniewit.png" width="250" height="131"></td>
</tr>
<tr>
<td align="center"><span style="margin-top:60px;color:#ffffff;font-size:11px;font-family:Tahoma;font-weight:Bold">Uw email is verzonden. Bedankt.</span></td>
</tr>
</table></td>
<td width="50%" class="bg_right"><img src="site_flash/images/spacer.gif" width="1" height="1" alt=""></td>
</tr>
</table>
</body>
</html>
<script>resizeTo(300, 250)</script>
WORKS GREAT!
But now I'm working on this website contact form http://www.cow-design.nl and this contact form is placed in multyframes. The input boxes are made of movies. The movies are given a name like c1, c2, c3 etc. I can't give the inputboxes a VAR, because if I do so, al the boxes are given the same VAR value. The reset button is working fine with this code
Code:
on (rollOver) {
gotoAndPlay(2);
}
on (releaseOutside, rollOut) {
gotoAndPlay(11);
}
on (press) {
_parent.c1.gotoAndPlay(8);
_parent.c2.gotoAndPlay(8);
_parent.c3.gotoAndPlay(8);
_parent.c4.gotoAndPlay(8);
_parent.c5.gotoAndPlay(8);
}
The send button is missing the on (release) script and I've tried this one:
Code:
on (rollOver) {
gotoAndPlay(2);
}
on (releaseOutside, rollOut) {
gotoAndPlay(11);
}
on (press) {
getURL("javascript:openNewWindow('http://www.cow-design.nl/bedankt.php','_blank','GET','height=175,width=300,toolbar=no,scrollbars=no,resizable=yes')");
_parent.c1.gotoAndPlay(8);
_parent.c2.gotoAndPlay(8);
_parent.c3.gotoAndPlay(8);
_parent.c4.gotoAndPlay(8);
_parent.c5.gotoAndPlay(8);
}
The email is comming to my inbox, so the php script is working, but there is not data? How do I send the data from the input boxes to my email?
I hope I have explained my problem here properly. I get used to make flash sites in one frame setup, but I don't know how to get things working in this setup.
Kind regards,
Marcel Severein
Hide Action Script In Text Field Of Flash Form
Hey guys. I really need some help. I just completed a flash form that allows a user to enter their name email and comments and submit... then sending it to my email address. It works, however, in the text fields, I can see scripts... like _level0.FirstName kinda thing. If I delete the instance name or variable name, the form stops working. Any suggestions? If you want to see what I am talking about, go to http://www.dangerousmedia.com/projec...d/dmflash.html and click on the telephone to see the form. Thanks.
Need Action Scripting For SEND Button In Simple Flash Form
I am trying to activate my SEND button in a Flash form, and need the correct action scripting and instructions.
So far, this is this is the action I have on the SEND button:
on (release) {
getURL("mailto:sales@rollok.com?subject=Rollok%20W EB%20Response");
}
On the form page, I have the following code:
Set Variable: "hiddenVariableName" = "hiddenVariableValue"
I know I am doing something wrong/ missing a few steps. Can anyone help?!
Thanks so much!
blue_graphics
Action Script, Image Handle/import/export And Send In A Mail Form?
Hello!
I need to create a movie in flash that loads 8 images from the root or from a Database;
When i select one of those imagens, it enlarges the image in the movie and allows me to place TEXT in the image (using the text fields);
Also need a print button, that allows me to print only the image with the text;
Now the dificult part:
I need a "Send" Button that can:
Convert that image, allong with the text, in a (*.PNG) file, (without changing the original image in Database) and send me that converted PNG file by mail form...
How can i do this?
Apreciate all the help and examples...
Another question, could that image be converted to a PDF file automaticaly?
Best regards
How To Change This Flash Form Code To "mailto" Action?
jan 3 2004
how to change this Flash form code to "mailto" action?
That´s a very simple flash form which I intend to change a bit to fit my needs.
The line : loadVariablesNum("ezformml.cgi", 0, "POST"); , I think it should be changed to something like getURL ("mailto:".......?); to call the email program with new message fields already filled.
(.fla is attached to this post)
Any Help ?
Cheers
.................................................. ........................................
on (release, keyPress "<Enter>") {
// Make sure the user filled in all the required fields.
if (name ne "" and email ne "" and comments ne "") {
// Check to make sure the email address includes and @.
i = "0";
validmail = 0;
while (Number(i)<=Number(length(email))) {
if (substring(email, i, 1) eq "@") {
validmail = 1;
}
i = Number(i)+1;
}
// If there's no @ in the email go to the error page.
if (Number(validmail) == 0) {
gotoAndStop("Scene: Error", 1);
} else {
// ********how to change the line below to a mailto action ?????************
loadVariablesNum("ezformml.cgi", 0, "POST");
// Go to the confirmation frame.
gotoAndStop("Scene: Confirmation", 1);
}
} else {
// if the user left required fields blank, show them an error message.
gotoAndStop("Scene: Error", 1);
}
}
How To Change This Flash Form Code To "mailto" Action?
jan 3 2004
how to change this Flash form code to "mailto" action?
That´s a very simple flash form which I intend to change a bit to fit my needs.
The line : loadVariablesNum("ezformml.cgi", 0, "POST"); , I think it should be changed to something like getURL ("mailto:".......?); to call the email program with new message fields already filled.
(.fla is attached to this post)
Any Help ?
Cheers
.................................................. ........................................
on (release, keyPress "<Enter>") {
// Make sure the user filled in all the required fields.
if (name ne "" and email ne "" and comments ne "") {
// Check to make sure the email address includes and @.
i = "0";
validmail = 0;
while (Number(i)<=Number(length(email))) {
if (substring(email, i, 1) eq "@") {
validmail = 1;
}
i = Number(i)+1;
}
// If there's no @ in the email go to the error page.
if (Number(validmail) == 0) {
gotoAndStop("Scene: Error", 1);
} else {
// ********how to change the line below to a mailto action ?????************
loadVariablesNum("ezformml.cgi", 0, "POST");
// Go to the confirmation frame.
gotoAndStop("Scene: Confirmation", 1);
}
} else {
// if the user left required fields blank, show them an error message.
gotoAndStop("Scene: Error", 1);
}
}
Action Script Question: Where Is The OnRelease Action In The Action Folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Question: Where Is The OnRelease Action In The Action Folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Question: Where Is The OnRelease Action In The Action Folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Question: Where Is The OnRelease Action In The Action Folders
Action Script Question: where is the OnRelease action in the action folders
I’m working on a project and I trying to make it when you click down on a button that click will send you to a point in the movie and then a symbol will play from there. I know that you need to pick the key with the button on it in the time line and then I know you need to pick the button that you would like to assign the GoToAndPlay statement on.
But what’s really messing with me is where in the heck the on release or the on mouse down statement is in the little action a book when are looking in the action window.
Any help would be much appreciated.
Action Script Replaycer, Action Script Viewer V.3,08 And URL Action Editor V.3
My friends! I urgently need the programs: Action script replaycer and URL action editor v.3 (or upgrade v.2 up to v.3).
In an exchange I can give you the programs: Action script viewer v.3,08, URL action editor v.2, SWF decompiler MX, SWF scanner v.2,63, SWF extractor, Action script obfuscator , Fla****! (deprotector), Vid2flash7t ( converter to format SWF), Fireworks (MX), Dreamweaver (MX), FreeHand (MX), Director (MX).
I shall be glad to send you any (or several) program in exchange for one or both programs which I need. And if you don't need its, send me please simply so.
My E-Mail: Flash_567@mail.ru
Flash_567@mail.ru
<form Method="get" Action="1"> In AS?
The eintire week, I'm looking at the same problem:
Im making a dynamic web server on a micrcontroller (so a microcontroller that watches several sensors and put their values on a website).
Its all very interesting, and most of it works.
The problem is that the micrcontroller doesnt have a normal "file system", so its hard to make the compiled c-code 'communicate' with the swf application.
I use the manufacurers TCPIP stack that handles most of the communication, but its all in HTML. Now, I know how to read values from the sensors, and let a swf-file draw charts from them, but the communication in the other way doesnt work yet (so returning values from the swf to the microcontroller).
the manufacturer says this works for HTML:
<html>
<body>
<form method="get" action="1">
Write to LCD:
<input type="text" name="3" size="16"></input>
<input type="submit" value="Write"></input>
</form><br>
</body>
</html>
And it does, because i tested it. Now my question is:
How can this be done in Action Script??
Please help and thank you in advance!
Flash Form+php(kirupa Tutorial)/messages Sent By Form Show Strange Characters
Flash form+php(kirupa tutorial)/messages sent by form show strange characters - uncorrect stressing for latin languages
I tested flash + php form (http://www.kirupa.com/developer/act...h_php_email.htm) , and noticed message field does not send messages correctly when words stressing is needed (á à , é , í , ó , ão ) ;
I received strange characters when typed stressed words :
á é i ó u ão à pão cão árvore ;
what has to be changed on the code to allow stressing ??
cheers
Frame Action To Call Tell Target (rather Than Button Action)?
I really need a frame to Tell Target a movie clip. For some reason, I can't get a Frame Action to work with Tell Target.
I have no problem applying the same Tell Target to a button, however. Am I missing something? Is Tell Target not meant for Frame Actions?
On(rollOver)action + On(release)action + Photo Transition
Okay, I'll try to describe what I want to do and probably just need help putting it together.
I have :
5 black & white photos -- all converted to MC's (bwimage1, bwimage2 etc)
5 color photos (same as b&w) -- all converted to MC's (image1,image2 etc)
5 buttons -- all converted to symbol-buttons (image1_btn, image2_btn etc)
I have the 5 buttons lined up vertically on the left side of the page. I have a spot on the right side of the page where I want the picture to be visible, the black&white version on (rollOver) and the color version on(release).
I know how to make just one of the photos appear on rollover or on release but I don't know how to change the photos from B&W to Color on the actions. I would like a transition between the photos from rollover to release (b&w to color) like a fade.
Any help is appreciated.
Assign Cursor Action To MovieClip Using OnRollOver Action?
Hi all
I have a cool component from FlashLoaded which lets me create brilliant 3d layouts with out much hassle. The componet uses the cursors to zoom in zoom out and pan left and right.
I dont want to have to put an explanation on the site, I would like to put some invisible mc's or buttons on the stage that when the user rolls over them with the mouse it triggers that action.
Is there a simple piece of code i can place on the buttons to make this happen?
Many thanks in advance
Greg
On(rollOver)action + On(release)action + Photo Transition
Okay, I'll try to describe what I want to do and probably just need help putting it together.
I have :
5 black & white photos -- all converted to MC's (bwimage1, bwimage2 etc)
5 color photos (same as b&w) -- all converted to MC's (image1,image2 etc)
5 buttons -- all converted to symbol-buttons (image1_btn, image2_btn etc)
I have the 5 buttons lined up vertically on the left side of the page. I have a spot on the right side of the page where I want the picture to be visible, the black&white version on (rollOver) and the color version on(release).
I know how to make just one of the photos appear on rollover or on release but I don't know how to change the photos from B&W to Color on the actions. I would like a transition between the photos from rollover to release (b&w to color) like a fade.
Any help is appreciated.
Flash Form Question : Sending HTML Form Values...
I'm trying to create a flash form version of an HTML form. It's basically just a voting drop down menu - user chooses "Yes", "no","maybe" from teh drop down and hits a submit buttons which would send the results to a CGI script though POST. I understand the submission aspect, but am not sure how to assign values to the drop down in the same way HTML does:
<option value="yes">
<option value="no>
...
Do I just set the combo box Data array to [yes,no,maybe]? If so, how is it to be sent?
thanks
Form Application, How To Make Not Clickable Thing In Parent Form
I am making a form application and in one form i have some child forms.
When i open (make visible) one of the child objects all the clickable items in the parent form are still working.
how can i "deactivate" them?
i have seen that it happens the same not only with parent-child forms but also with the "brothers" forms, even if the clickable items are not shown.
Pass Variable Form HTML Form To Flash
Hi,
I'm trying to figure out how to send what the user selects from a HTML drop-down menu to the Flash movie.
In this scenario, the user picks an email address from a drop-down list and this is sent to flash as a variable called 'eaddress' which is eventually used in the flash movie to send a message to this address.
Any help is much appreciated!
Glenn
Help: Form Mail (CGI-style Email Form) In Flash
Anyone have a nice .FLA file to share so I can get in and play with the AS?
I need to setup a CGI-style email submission (request info, etc) completely within the MX2004 pro environment--for a client.
I'm not completely fluent in AS2.0, but I can run with changing the fields and calls so long as the sample is not too complex.
Much appreciated.
Adding Action To Button Stops Other Action.
Flash MX.....
I have two frames, there resides on the stage a button with the instance name "blabla".
First frame actionscript is.....
blabla._y = blabla._y + 1;
Second frame actionscript is........
gotoAndPlay(1);
The button slides down the screen when published, that is the desired effect.
Problem..... as soon as I add any actionscript to the button, even just two comment slashes "//", the movement stops.
I have a feeling that there is some really basic concept that is flying over my head at the moment.
Action Script Doubt For Changing The Action
i had used two this code to stop the movie and to play the movie
on (press) {
kk.onPress = function() {
this.count++;
if (this.count%2) {
stop();
} else {
play();
}
};
}
kk = button instance name.
it is working but the only thing is that on the very first click there is no action taking place
and on the next click onwards it is working properly
help me out to over come this.
from
aristotle
|