ActionScript 3.0 :: Cannot Get SEND PHP To Work
Feb 1, 2010
I am trying to do a contact form, except i cannot get the SEND PHP to work..Its really getting on my nerves. i have been on it for 4 hours now and i still cant get it to work.. can anyone point me in the right direction.[code]
View 1 Replies
Similar Posts:
Mar 18, 2010
I have a problem with shareobject. the Send method does not work. I work with AS3 My code
[Code]....
View 4 Replies
Jun 1, 2010
There�s a great tutorial for sending and loading XML (in AS2) here:[URL] However, I�d like to have an equivalent in AS3. I�ve attached my attempt, but it doesn�t work � even though it doesn�t throw any errors. (PS: there are similar examples 'out there' for Flex but after buying the book 'Learning AS3', by Shupe/Rosser the example in Chpt 14 doesnt seem to work whilst I cant find anything of use in O'Reilly's AS3 essential book).
View 5 Replies
Jul 22, 2010
I'm trying to fix a piece of flash code that sends variables to a vb script that updates the database. but whatever I do, the database is not updated and there is no variable sent back to the flash. Here is my code:
Clearly I'm sending two vars (pos and user) to the script and should get re_pos and re_date values back. But I get nothing. The code used to work when sendandload uses GET instead of POST. But now neither works. POST option returns no error in the Flash testing panel and GET give me a "script URL not found error".
[Code]...
View 0 Replies
Sep 5, 2008
I have a Flash website with a web form that I cannot get the submit button to work. I was able to create a button for reset to work, which I will post that action after the one for my form. I have an instance of web form (which I placed onto my contacts page) created with onsetfocus code and this is the parent form t1_2 and this is the code I have assigned to this form.
[Code]....
View 1 Replies
May 26, 2009
I have downloaded a flash from template monsters and its great but I have one issue that nobody seems to know how to resolve. If you go check contacts there is a message box where you can type your message , subject, and name. Under the message box are 2 buttons < CLEAR > < SEND >. How to fix up these buttons to work? Clear should delete the message. And I'd like some other way to send the message besides mailto actionscript.
Attachments: 23251.swf (2.2 MB)
View 4 Replies
Nov 23, 2010
I have application that uses the send functionally in the NetStream on the server-side. When a connect to the app using rtmp I am able to see the send come thru but if the app uses rtmfp it does notI gone thru all the examples in setting up a mutlicast app and I know the app works because when I publish a video out everyone in the group sees the video. The only thing not working is send. I've also set dataReliable to true.
View 3 Replies
Aug 27, 2003
I need these things fixed because I can't figure it out:
1-how to do a send score
2-my reset doesn't work
3-it won't give you a game over
4-how to make it randomally decide on having a reg apple(10 pts.) or rainbow apple(20 pts.)
View 4 Replies
Apr 21, 2009
I'm using Flash CS3 and ActionScript 2. I've created a simple contact page, inside a movie clip (because I got it fading in and out), I've put the script on the main timeline, so not inside the movie, but the send and reset buttons won't respond all. I've checked the instance names and spellings are correct, here's the script I'm using:
[Code]...
ps. contact_tween is the name of movie I created to fade the whole contact page in and out.
View 11 Replies
Nov 16, 2010
I'm looking to send a list of variables (say 6 in total) from php to flash and for flash to pick a random one and send it back to php when clicking a button.
I would like it to appear in a dynamic text box. That randomly selected variable needs to be sent back to php on pressing a button.
View 2 Replies
Nov 16, 2010
I'm looking to send a list of variables (say 6 in total) from php to flash and for flash to pick a random one and send it back to php when clicking a button. I would like it to appear in a dynamic text box. That randomly selected variable needs to be sent back to php on pressing a button.
View 6 Replies
Mar 11, 2004
I searched around and found some helpful things, but I am still missing something I think...
LoadVariables() won't work across domains, right, so, is it porrible to send data to a CGI script via getURL and not have a popup window on send?
View 3 Replies
Nov 24, 2005
I am actually discovering Classes.I try to make a class that reads out an XML file and than converts it into arrays.the array is well created in the class file, but I can't send it back to the swf correctly: it only duplicates the first item of the array in an infinite loop, but when I trace it into the class the output displays it right..
with this code I call the class:
Code:
var myProduct:Product = new Product("gallery.xml");
this.onEnterFrame = function() {
trace(myProduct.getArray());
[code]....
View 1 Replies
Mar 12, 2009
a week ago I bought the following monster template template:[URL]..my last changes to it were to the popup boxes that appear on the SERVICII page when you click those titles there. Right after those changes it compiled and published, everything ok, i did several other tasks in Photoshop then back to my flash and at the next recompile, Error - Send don't send Flash has to close. I reopened it and it keeps closing forced. I tried undoing my steps but nothing worked. I am desperate, the project is due completion on saturday and my source is messed up.
Can anyone tell me why I get that? Has anyone been in a similar situation.I am a flash newbie, I saw no errors in "Compiler Errors" or in "Output", just force closing the Flash CS3.
View 8 Replies
Mar 19, 2012
I am trying to defeat my psychological block with dynamically loaded fonts in AS3, and I have an annoying problem. I am creating a clock with a textfield and I am loading fonts from a SWF library: the available classes/linkages are "Arial", "ArialBold", "MyriadPro", "MyriadProBold" and "Verdana".This is the line where I get the class from the SWF, and it extracts the class correctly
Code:
clock = new Clock( { fontClass: assetsLoader.getFontClass("skin", "Arial") } );
The constructor...
[code]......
View 7 Replies
Feb 22, 2010
I have run across a strange problem. When I load products2.swf by itself, I can call the two "copy" files and everything works. When I open 0342.swf (the index page), I can switch between the home and products2 pages, but I can't view the "copy" pages.I'm guessing there may be some sort of conflict with variable names, but I have been messing with it for most of today.I have uploaded all of the FLA files to here:[url]....
If you make an swf file out of each of the attached items, and open the 0342 file, you will see what is supposed to be happening.
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = "home";[code].....
View 3 Replies
Apr 21, 2010
I have a button object that I need to scale to align with the variable width of an array of images.However, when I set the width in code, the button does not actually become that width. Tracing out the width gives me the correct value, but on screen.. it's off.
I've proved it to myself by scaling the same button object manually in the properties pane and visually comparing. Both of the buttons below have a width of 410.
Code:
navigatorDown_btn.width = 410;
navigatorDown_btn.x = (stage.stageWidth/2)-(navigatorDown_btn.width/2);
trace(navigatorDown_btn.width); // output: 410
View 4 Replies
Jun 1, 2011
I am using Flash CS4 with actionscript 2 to create an interacitve portfolio.I have 2 text buttons that work when I test them with "enable simple buttons." When I publish to IE these buttons won't work. I have created over 50 buttons using the same methods, they all work.
View 8 Replies
Oct 15, 2010
I have a completed project (AS2) that contains a lot of FLVs. I burned it onto DVD and it works great on Mac (guide.app) and PC (guide.exe).Here's the web version of the project.http:[url]....Now, months later, I have to provide the project with source files (FLA's) and some other stuff - so I got an external HD, copied the files from the working DVD onto it. Running the guide.exe off of the external (connected to WinXP SP3) works just like running it off the DVD - EXCEPT for the FLVs which simply to not appear.
http:[url]...Everything up to that step works: When I click on "guide.exe", the "splash screen" opens showing the title and 4 buttons. These buttons are to choose a language and they work.When I select a language and click its button the GUI for the language with menus appear and they work. When I click on a topic from the menu, the topic's skin appears but the video inside the skin doesn't play. Everything works but the FLVs.
Even weirder - If I use VLC Player to open an FLV directly - the FLV will play. That tells me there is some path issue but how can a path change when it's compiled into the SWF? Besides - the paths from swf to flv has not changed when I copied all the files to the external.why the FLVs will not play on the external the same way they play when on the DVD?
View 9 Replies
Sep 4, 2011
I want to send a value to an ASP file on the same webserver like this : [URL]. Value1 is supposed to be sent from my flash file.
View 1 Replies
Sep 23, 2011
Who knows how to send a ByteArray to FMS?
View 1 Replies
Dec 7, 2011
i have create an application which have diffrent modules this application is created in 10 diffrent fla's each fla is one section of questionionare, student can choose any topic then then desire swf will load in index.swf and it shows storyboard and euiz at the end. i wanna to send student score to quiz swf file to index.swf and from there student can choose any another catagoery and play quiz again.... so i stuck to send value quiz swf to index swf... is it any way that i can make some connection to all these swf's that i can send value to any swf file while open it can show parent swf's value and when it close then it send value to parent swf....
View 4 Replies
Feb 19, 2009
ActionScript Code:[URL]..Ok heres the problem i am uploading somthing to /upload/upload.php and all that workes fine but i need to send fileRef.size to upload2.php and send the user and the var to that page.
View 2 Replies
Dec 19, 2009
I have a problem I am having this icon pictures as buttons and when I click on them the background image of my website is loading ..I have three different background image and I would like that instead of on this background image , which is loading when I click on the icon picture , to go to an external url
now here in this coding I have add instead of the picture a link to an website but is not working
this is xml actionscript
<?xml version="1.0" encoding="ISO-8859-1"?>
<bgImages>
<image>
[Code]....
View 1 Replies
May 4, 2004
Ive got an xmlDom object with xmlStructure in my actionscript,and now it needs to be written to an xml file,and I dont wanna do it with PHP because all my other server-side scripting happens with asp
View 1 Replies
Apr 7, 2009
I have a simple 15 second flash animation that works fine, but I want to make an invisible button over it that when clicked opens a new URL. In other words, the cursor turns into a hand, then when the 300 x 250 pixel image is clicked, a new website comes up in a new browser tab. I assume that I will need to use a transparent layer as a button on top of the other layers.
View 5 Replies
May 14, 2009
Is there some way so send data from air application to php file on the server?
View 1 Replies
May 26, 2009
I would like to send information to a php script that queries a database.
eg
send two strings clientName and userName to php
PHP queries the mysql database and returns the result.
How would I us URLVariables or URLLoader? or is it something entirely different.
View 10 Replies
Oct 8, 2009
How can i send mail in flash using action script 3.0 ?
View 1 Replies
Oct 19, 2009
Does anyone know how to send variables from actionscript to php?
View 11 Replies