ActionScript 3.0 :: How To Make A Save.php
Dec 10, 2010
The swf posts the content to save.php but i dont have a save.php I need to create one but i donno what do put in the save.php as code to get it posted there. Here is the code that requires the save.php to post:
Code:
loc3 = new flash.net.URLRequestHeader("Content-type", "application/x-www-form-urlencoded");
(loc4 = new flash.net.URLRequest(p.rooturl + "/save.php?name=" + arg2 + "&type=" +
[code].....
View 21 Replies
Similar Posts:
Sep 2, 2003
how to make a swf to take snapshot and save it as jpg?
View 3 Replies
Oct 10, 2010
I want to create a clip dynamically (for example with createEmptyMovieClip) and after assign object and motion to it, save or export it as a .swf file.
View 1 Replies
Sep 26, 2011
I've managed to make a snapshot and have it display on my stage.
View 3 Replies
Oct 9, 2009
I'm using my dynamic library to load all the photos & descriptions from an XML file. The photo upload is being done by a PHP page that edits the XML every time I upload/change/delete any data. The problem is, the *.swf seems to get saved, and doesn't check the XML after the edit is being done. (it works fine if i load the page again from another PC). How do I make my swf not getting saved with the loaded content? I just want the applet to load + check the xml + load everything written in there every time any PC loads it.
Here is the *.fla.
album.zip
The XML looks like this...
Code:
<photos><image><addr>
*photo name textnode*
</addr><desc>
*photo description textnode*
</desc></image></photos>
View 7 Replies
May 13, 2005
I want to make a save the position of a movieclip. I have a dragable movie clip, and I want to drag it and when I play the movie again, the movie clip is where I drag it for last.
View 3 Replies
Sep 24, 2004
how do i make flash save to my .txt files, i'd like this in asp, php annoys me. Okay just use the example: my variable i want send is a impute box (instance box1, var box2). So... if you could just attach it (fla, txt and asp files)
View 3 Replies
May 22, 2010
What actionscript would you use to make an save/load button?
View 1 Replies
May 22, 2010
What actionscript would you write to make a save/load button?
View 1 Replies
Nov 27, 2010
How to make s:VideoDisplay not to save all data it played?
View 1 Replies
Jan 15, 2012
I want to download a file in flex. Here is my desired flow User clicks "view" Code goes to backend and get the file as an array of bytes bytes sent from java to flex via a callback flex then opens dialog and user decides where to save the file Unfortunately the last part is not on a user event but on the callback from the server. When I call new FileReference().save(...) it tells me this. An alternative could be
User clicks "view" Flex shows user the dialog and user chooses where to save file Flex goes to backend requesting bytes of file bytes sent to flex and data is saved. For this approach I am unsure how I can make the save asynchronous from the dialog. I want the user to save a file but the data but come from an array of bytes from the backend
View 2 Replies
Jun 22, 2011
how can i make a shared object save a user name for a scoreboard it works like this i made a mc that is the scoreboard and the scoreboard has text boxes in it and the game gets a popup when it starts with a editeble text i want that text to save on to a text box in the scoreboard mc how can i do that?
View 3 Replies
Dec 13, 2009
I'm trying to make a flash game have save files using shared objects and I'd like to keep all the data in one file with several children.
The three things I'd like to do are:Check whether the file exists (create a new file if it doesn't), then check whether to child named with text in an imput box exists, and if it doesn't create a new file (using the text in an imput box), and then set the value of that node to 0.
Then later I'd like to change that node to another number (the easy part).I'd also like there to be a way to disable the shared objects (incase the user doesn't allow shared objects).I've tried to do this myself using a few tutorials, but I could get it to work.I couldn't use the text in the input box to name the child,and I couldn't check the size of the child node to see whether it existed or not.
View 2 Replies
Aug 25, 2009
i want to make a line with mouse movement and with bnlur effect i also want to save those point to reproduce that, i know how to make simple line with mouse and also able to reproduce it with the save point but not able to do blur effect with it
View 1 Replies
Sep 9, 2008
Does anyone know how to make a save/load menu like in Line Rider to work?
View 7 Replies
Nov 21, 2009
I've designed a painter program where the user can select different colours and 'paint' a custom design on screen. What I would like to do is incorporate a 'Save' button which takes a snapshot of their drawing which they can then save to their computer.
View 0 Replies
Jan 31, 2010
How do we save file locally in Flash (ActionScript 3) without displaying dialog. I know we can use the following code to save file locally but it prompts Save dialog. I don't want this dialog while saving file locally.
[Code]...
View 3 Replies
Jul 6, 2011
Can we Bypass the save dialog box of FileRefernce.save()? If not, then Is there any workaround to save a file from web application in Flex without asking user where to save file?
View 1 Replies
Nov 21, 2006
I need to create a notepad in flash.here how could i save the file by prompting the save window?
View 11 Replies
Dec 20, 2010
i have movie clip with Images and button Save and class MyProject.as how save images with my MyProject.as, with help FileReference.save? what to write in code? how code should look like? tell me good people I want to write everything in a separate class
View 3 Replies
Mar 20, 2009
How can I make a action script controlled print screen that will save a part of a screen And can I filter a color out of it (so that only that one color will NOT be visible on the saved img) with AS
View 3 Replies
Sep 22, 2010
Is there a way to get rid of the save dialog box in filereference.save()?I want to specify the filename and location rather then letting the user do it.
View 6 Replies
May 7, 2011
At my college, they have CS4 (master suite) and at home I've got CS5 (design premium). I can save files in CS5 as CS4 so they can be read at college (by Flash) but I have to do it via the "save as" every time I save. After a couple of times, it get rather irritating. Is it possible for me to save in the usual way (as if it was a CS5 document) without the save as dialog every time I save my work?
View 5 Replies
Sep 23, 2008
Im new at actionscript, and I am making a very project. Basicly, I have some thing were there is a page you can get to by beating other parts of the 'game'. I want to add some sort of a password or save feature to people can type in the password of something at the opening screen and jump to that page.
View 1 Replies
Jan 19, 2006
I need to open a popup(html) form a Flash projector.
And I need save Files with "Save as window" from a CD to user choice...
View 1 Replies
Jul 5, 2011
I´m doing a program in flash with as3.0 that loads a XML file in the begining and put it in to a var, edit some data in it and in the end i need that the program overwrite the original file.
View 1 Replies
Oct 18, 2009
i got problem after i save fla in Adobe Flash CS4 as CS4 file, the actionscript 3 starts to be ignored. I test the movie nothing happens, i run debug and it says no actionsript is included?!?
View 4 Replies
May 23, 2010
I have a flash CS4 file but my laptop only has CS3, You'd just need to go to file | save as and save it as CS3.
View 1 Replies
Jun 9, 2009
new to premiere elements and I was wondering if you can save a project as an iso file instead of .prel? I'm sure this has been asked and covered somewhere but I can't find anything doing a search.
View 3 Replies
Oct 20, 2009
Config: Windows XP SP3, Adobe Flash CS41. oped new file as actionscript 3 file2. add trace("yes"); to the first frame in first layer3. test the movie, the 'yes' text appears in output. so anything went ok4. save the file as CS4 file5. test movie -> nothing happens!
View 1 Replies