ActionScript 2.0 :: Popup - Submit A GET Request Without Having To Do A GetURL
Jan 2, 2007
it's possible to submit a GET request without having to do a getURL. Basically, I want to pass a few parameters to another page, without a browser popup I know it can be done with a POST, but the page I'm accessing isn't mine, so I'll unfortunately have to use a GET
View 2 Replies
Similar Posts:
Apr 30, 2003
They have been made following a tut from Flash_db.I have not been able to test the PHP script yet so no probs with that , but the problem lies in my Flash movie.
The submit button uses a getURL action, but Flash cannot seem to find the PHP file, even though they are in the same folder.
View 11 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
Mar 4, 2011
If you create a popup via:[code]It will create a popup and bring it on top of any other visual piece. I have one problem though. This 'popup' needs to stay up even when the user interacts with the background.I would use modal, but I need the ability to interact with the back. Any way to tell the popup manager not to remove the popup when the user clicks off of it?
View 1 Replies
Jun 1, 2010
When Flex application make an asynchronus HTTP request, does it add a special header to the request, like some JavaScript framework does? Something that indicates whether this request is an AJAX call/not.I just want my server side code to return different response format, depending on whether the request is made from browser/flex.
View 1 Replies
Jan 13, 2012
I have a flash form that need to submit values to a PHP file.I am using in flash: varsToSend.send("subsrcibe.php","process","POST"); The "subsrcibe.php" contains a form that is connected directly to a database.What i want to do is, to load the variables from Flash to this PHP file, and then submit them automatically to the database (The PHP page should not open to the users).
View 2 Replies
Apr 13, 2011
I'm trying to reproduce a POST request that was captured from WireShark using PHP. This POST request was sent by a Flash (.swf) object, so it's a little bit complicated in configuring the header.It does not print out anything in the end, so there must be something wrong with PHP code that I could not see.Here is what WireShark captured:
POST /engine/ HTTP/1.1
Host: abcdef.com
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8[code]....
The result is a blank page instead of response from server.
View 1 Replies
Jul 6, 2004
i'm using the centered pop up window script from: [URL]. i have multiple buttons in my flash movie which open screenshot html pages in external browser windows. the script works fine except when a popup window stays open. the rest of the buttons don't open/replace past that one popup. i tried changing the window name in the onRelease script to screen1, screen2, etc for each button, but that didn't work.
View 1 Replies
Dec 12, 2011
I need to close the popup(adobe flex), non modal window if I click on the parent page of the popup. I have to do the out of focus check and then do some validation before close the popup. So what I was thinking that is there any inbuilt focus check event or do we need to create custom event for that?
View 1 Replies
Dec 7, 2010
I have a web application which contains a data grid. Double clicking on any row of that grid will open a popup (lets call it popup1). Now this popup1 again opens a new popup(lets call it popup2). When I close the popup2, I need pass an Object to popup1. Which is the easiest way to do that?
(PS: While opening popup2 from popup1, I am adding an event listener on Close event of popup2)
View 3 Replies
Jul 7, 2011
I have a parsley popup that can create another popup.The issue comes when I close the root popup, when I open the popup again and click on the child popup, it's actually opening 2 child popups.Any idea why this thing happen?
<parsley:PopUp open="{presenter.scenarioCreatePopup}" modal="true" center="true" reuse="false" id="hem" >
<views:ScenarioView width="100%" height="100%" id="scenarioView"/>
[code].....
View 1 Replies
May 8, 2010
I have an HTML form that I want to upload to MySQL with PHP. That part's easy, but the thing is I want the submit button to be a Flash object. Somehow I need the Flash button to submit the form, but I think I can figure that out. The tricky part is that I need it to set another PHP variable before submitting the form. The variable will be determined by a bunch of stuff, but I can code that in actionscript later. I just need to figure out how to pass the variable back to the webpage. A $_POST variable would probably be fine.
edit: What if the flash object returned some javascript and set a variable that way? making it submit the form as well while still catching a variable?
View 3 Replies
Feb 20, 2010
i have this action on a button:
loadVariables ("http://www.gogisdesign.com/bytavi/sendmail.php", "", "POST");
and it works when i preview it in the flash console but when i go to the actual site it does not work becaue i do not get the email that the PHP creates. any thoughts?
the PHP works (if you put [URL] this in it works...) but on the site below when you ht the votenow it does not (although again, it does in teh flash preview when i run that)
site: [URL]
View 1 Replies
May 13, 2009
i am working on a project and i need some so called landing pages. it works like this: <embed src="index.swf?wmode=transparent&index=client" ... i can submit a var to an embeded swf per parameter. does it also work per text in the url-field? example: [URL] client is the var i want to submit to the swf as a parameter.
View 3 Replies
Sep 16, 2009
I've just inherited a flash file on a project since I was the only one who has even seen actionscript code before. So, I'm pretty new to this, but have been programming a pretty long time. What we want is for the animation to begin upon the user clicking it and then when it finishes proceed to the html post submit. From what I see, the code seems mostly to be there, there is a 'stop' event, move next event, and even a 'on press' event. How do I get this to work? I can see the cod in the actions frame, but can't seem to edit it. Attempting to debug it, gives me errors on publishing. (How do I change my publishing?)
This is currently actionscript 2.0. (but we seemingly have no external restrictions on keeping it so) As I mentioned, I'm pretty new to this, so if I am asking the wrong questions,
View 5 Replies
Jun 29, 2011
I've been looking to submit some bug reports regarding CS5.5 Pro and there just isn't an option in the "Report a Bug/Feature Request" form. WHY not?? I paid for CS5.5 and autoformat breaks my code, but there's no way to report it.
View 2 Replies
Jul 2, 2004
I'm Trying to make a very simple E mail form using textinput boxes and sending variables to php.Thing is that my erase button stops functioning once I hit the Submit button.[code]
View 1 Replies
Sep 23, 2009
correct flash code and php script for the send button on our church website. I've tried everything, but still can't get it to work. Here is the ActionScript code that is listed:
on (rollOver){this.gotoAndPlay("s1");}
on (releaseOutside, rollOut){this.gotoAndPlay("s2");}
on (release) {
[code]...
View 2 Replies
Jul 2, 2004
I'm Trying to make a very simple E mail form using textinput boxes and sending variables to php.Thing is that my erase button stops functioning once I hit the Submit button.here are the scripts for Submit and Erase:
Submit script:
on (release) {
name = _parent.mailer.name.text;[code].....
View 1 Replies
Jun 16, 2009
I created radio buttons from an XML node[code....When I click the submit button, I want to code in the listener to remove the radio buttons.I have tried using this in my submit listener
for (rd=0; rd<myQStems.length; rd++)[code]....but that doesnt delete them.
View 1 Replies
Jun 19, 2010
I'm trying to create a submit form in flash that will post the form data to my php script. How do I make a button post
View 1 Replies
Oct 4, 2011
Has anyone been successful at submitting an app to the Apple store? I created a Lion virtual machine to use the Application Loader. All I ever get is that it doesn't recognize any of my files as application files, so I can't upload the app.
View 1 Replies
Oct 7, 2009
I am working on a game it is almost complete. The problem that i am having is in the codes for the submit button and the checkboxes the pseudo code is:
1. player chooses two choices for each element listed
2. when the submit button is hit the checkboxes are given a number value
3. those values are added together and compared to the value pulled from the database
4. if correct they go to next substance - it should just reload frame 8 (i think)
5. if incorrect it goes to frame 11
the submit button is not working so i can not tell if the checkboxes are working The full files can be seen at [URL]
Code:
substance.text = myVars.substance;
sum.text= myVars.sum;
score.text = Score;
[Code]....
View 9 Replies
Mar 13, 2010
I know this seems like a stupid question but I am really not able to get this to work.I need an input box with a submit button.I gave the box a var of levelCodeInput and the frame has a code of [code]When I type skiptut into the input box it doesn't go to frame 8.It just stays the same and nothing happens.I tried tracing accepted in the code on the button as well and that didn't make any output.
View 2 Replies
May 23, 2010
I'm trying to submit a form using a AS3.I have a button on my .swf which calls a javascript function in the header of the .html document.I've tested this with javascript alert, and it is working.But I can't seem to make it submit the form.The javascript call I wrote is: [code]
View 2 Replies
Aug 28, 2010
I don't like cookies. For saving data, submitting scores, etc. I'd like everything to be submitted into user's accounts in a mySQL database. I can do all that very easily with PHP, but how would I make it worth with flash/actionscript (I mainly/am used to working with AS2, but I have Flash CS5 now, so I can work with AS3 if necessary or more efficient). I have no idea how to mix actionscript with other languages (other than using a link with get variables, but, aside from the obvious reasons why that won't work, I'd prefer, if possible, to transmit data without any page reloading).
Are there any security holes or downsides I should consider before making a flash login system? I'd like to allow users to login if they wish to submit their score or save their data (mainly for users playing on a third-party site).
View 1 Replies
Jul 18, 2005
anyone know any good tutorials where the drawing drawn with the drawing API can be submitted to a database.Also a reset button to clear the drawing?
View 1 Replies
Aug 7, 2006
I have a text field for product code and a submit button. When a certain code would be submitted, data from an external .txt file will be loaded into a number of other fields.
View 4 Replies
Feb 8, 2009
I'm building a flash-game-site for a while. The big trouble is Secure Score Submitting System .I search on the net and find some ineffective techniques:
-Secret word method: there is an secret word (crypto pass) on the server and flash gets it from server and uses for crypting score data then sends it to server. But the algoritm that does the crypto job, can be accesible with a swf decompiler. Also getting the secret word from server outside of flash is simple. Not safe!
-HTTP_REFERER method: php (or what else) check HTTP_REFERER data to determine where the post coming from. But with a simply firefox extensions, the referer header can be changed. Not safe!
That is my own idea but can only make cracking harder, not more:
-We can get flash vars with js (:swliveconnect) and send to server. Flash just make a fake submit that makes no effect. Just a trick. But not safe
View 2 Replies
Jul 27, 2009
I've got a FLA with the facility of changing colors, adding text, etc...
Does anyone know a method or referance link on how to SUBMIT the online edited graphic data? I'm wondering whether it's possible to get a screenshot on click to be mailed.
View 1 Replies