ActionScript 2.0 :: Possible To Remove A Post?
Apr 20, 2004How do i go about removing a post?
View 1 RepliesHow do i go about removing a post?
View 1 RepliesIm building a reservation form, using actionscript and php. I use sendAndLoad to send variables to php via POST, which returns a different HTTP POST response in case of sucess or not.
Is there anyway to "read" HTTP POST responses with actionscript?
I am making dynamic post values to post to a URL.
[Code]...
Maybe I am doing this the hard way with eval, is there an easier way, such as passing an array of post variables?
is being returned once the onrelease event happens. the loadmovie works fine but I want to remove
[Code]...
I'm making a game for children where they have to pay money by dragging it on a square. It al works wel only when i pick the first coin of one euro without going over the coin of 2 euro and then pick up a 2 euro coin the one euro disappears. after then it all works fine.i cant remove my duplicate euro's from the stage when i clic on pay here is my code for the euro's the euro's are in a emty movieclip
[code]...
In flash AS3 Do I need remove childs, if I remove the parent itseft? If I remove childs first, then remove the parent object afterall OR If I just remove parent object Will flash take same memory?
View 1 Repliesdo to the lack of good on Kongregate, I have come here =D
if(_root.row2.block1._x == _root.row1.block1._x)
{
_root.row2.block1.removeMovieClip();
[code]....
Just wondered if I remove a parent movieclip and then set it to null, will it remove all the child movieclips within it from the Display list and also from memory, or do I need to iterate through the parent movieclip removing all its children before removing the parent?
View 8 RepliesIn my experiment memory usage keeps growing a little (more, and more RAM usage after GC) when I use repeatedly:
Code:
removeChild(picContainer);
addChild(picContainer);
[code].....
I'm writing a Flex application that uses HTTPService to communicate with a php script, in order to do a query on a database.Everything works fine if i use a GET request, but it doesn't work with POST. For some odd reason, the php script is actually receiving a GET request instead of POST. Also, it seems not to carry the parameters that i sent from the flex app.Here is a part of the Flex code:
<mx:HTTPService id="userRequest" url="url"
useProxy="false" method="POST" result="checkTransmissionCode()">
<s:request xmlns="">[code]....
I've already found some other threads of people with a similar problem, but none of them helped me with this...
PHP Code:
var req:URLRequest = new URLRequest ("http://localhost/SE/processimage.php");
var vars:URLVariables = new URLVariables ();
vars.awd = "awd";
[code]...
When I load that url the variable is sent using the GET method instead. It appears in the url in the browser and the browser shows an error first then "awd", meaning it worked for $_GET. I tried both req.methods and tried adding "_self" and "_blank" and also on different browsers. It still uses GET.
I need to post a couple of screen shots to illustrate a tweener issue.How do I put inline images in a post?do you attach them, then use the IMG tag?if attached do you just use the filename in the tags?
View 2 RepliesI have a flash site which draws from an XML file for loading images. The jpgs work fine but nothing shows up when I try to load the PNG files. Does flash not support it?
View 1 RepliesHow can I post a URL, for example[url]...
Without opening another window or refreshing the page? (within the flash movie)
I'm writing in a programming language, that is then passing variables to PHP, and I then need Flash to pick those variables up and do something with their data. Is there a way to get PHP to post into flash? rather than having flash load variables from a static page? If not what would the best option be? a text file?
View 5 Replieshow can I get external variables via POST?
I mean, i have an ASP page that has 5 variables. I need to know how to make AS3 get'em.
So I googled this problem and found like 3 threads with the exact same problem and what fixed their problem didn't fix mine, plus those threads are pretty dated. So I thought I'd get a more up to date answer.
[Code]...
When I load that url the variable is sent using the GET method instead. It appears in the url in the browser and the browser shows an error first then "awd", meaning it worked for $_GET. I tried both req.methods and tried adding "_self" and "_blank" and also on different browsers. It still uses GET.
how do i go about removing a post?
View 1 RepliesI have a form in flash downloaded from this tutorial: [URL] with action script assigned to my button: on (release) [URL] However, when I submit the form, the form data is sent via GET not POST method and the url looks like: [URL]
View 1 RepliesExample of code which would be used to send a bunch of variables to a PHP script via flashThis would require the PHP script to load when the data is sent.I want to use this for a Flash event calender which triggers more information about the event to appear in a HTML area of the page when an event is clicked on. The PHP file would be the same file that the SWF is embeded in so the FLASH file would reload the page with the variable sent to the PHP. The PHP would use this variable to select the right content from a MySQL database.
View 13 RepliesI'm trying to do a real simple POST HTTP request using URLLoader. I'm following the next steps:
[Code]...
But, actually It does a GET request instead of a POST request. Is it possible to do a POST request without anything in the body of the request??
How can I post and receive value from jsp using ActionScript 3.0?
View 4 RepliesI've created a flash banner that on rollover changes to a form and onrelease posts the variables - this works fine.My confusion is when I need to include the clickTAG script for adwords tracking.The code I've used is simple and is the following:[code]If I have both on codes one after the other will google track correctly? Is there another way that I can pass the variables to the URL that is defined in adwords via the clickTAG?
View 2 Repliesi have a div which has a flash object embedded in it when the user hits the page the swf plays great.the thing is, is that once the swf is done playing.i want the div to be filled with other html info(ie div.innerHTML = "stuff").
View 1 RepliesI am loading a SWF with a button embedded in a php/html page. I want to send a value to a php document (preferably using post) when the user clicks the button.
my AS script is this
actionscript Code:
valuebtn.addEventListener(MouseEvent.CLICK, btnvalueClickHandler);
function btnvalueClickHandler(event:MouseEvent):void{
navigateToURL(new URLRequest("url.php"));
}
[Code].....
I am sure I am missing a simple thing. I have done some research but it seems that I am missing the link between requesting a URL and POSTing a value. I have been trying to figure this out for some time.
may i know is it possible to post fla file pro grammatically to youtube? can elaborate how?
View 1 RepliesIs there a way to post to a users Facebook wall via fbConnect? (php/as3) I can authenticate and pull info but not post anything. I have searched extensively and not found a working example or docs on how to post directly via AS3. My current work around is to external link to an Ajax page.
View 1 RepliesI'm trying to post data to a page that handles it for me. I always get following error, however:
[Code]...
I'm trying to parse an image file, but i get the 504 error. Normal data, like text or numbers its ok...
View 1 RepliesFlash - How do I post a swf via graph api using PHP SDK
View 1 Replies