is there any way to do this??? i need to save a swf as an image(any format) without using php, this is because i`m workink in a flash application to be used in a local computer, i mean without internet or server connection, so i can't use PHP, i need that just flash do this...
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.
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.
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?
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
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.
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?
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.
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.
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?!?
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.
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!
I just started working with the company I am with, and they have set me up with a workstation with CS5.5 - unfortunately, everyone else in the office uses CS5!
I've been saving my files down each time so they can open them, however, CMD+S after they've been saved down puts them back in the CS5.5 format. Is there any way to automatically save in CS5 format all the time, or for CS5 users to be able to open CS5.5 files?
Long story short, I hit save and I got an error that gave me no other option but to close the program. That's great, it happens all the time - good thing I save frequently. But unfortunately its not that simple, I tried to re-open the .fla and I got an "Unexpected file format" error.
I searched adobe support forums for that error only to get the obvious replies(make sure you are opening the write file format...yadda ya). I know its the right file, I have been working on it for the past 3 months. I noticed adobe offers $40 over the phone support, which I would gladly pay if I knew they could fix it
Is it possible to save XML? or append an existing XML file? Like, I have a few input boxes, and when the user clicks 'save' the info from the text boxes is inserted into an XML file?
I was wondering if there were any libraries which could be used to save a .xls spreadsheet file through php onto the server. The client seems to think that this is absolutely necessary but I have no idea how I'm going to do it.
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=" +
I have what I'm sure is a very basic flash question. I have a flash movie (swf) and the accompanying fla file. I can open the fla file, and see all the images used in the file (symbols in the library), but how can I export or save one of these images separately from flash?
I have tried to follow what info i could from the net, but i can't get it to work.Basically, what would appear to be a pretty cool tutorial which also lets you download the class files (i think that's what they're called), which you then import in the actionscript.The prob is that i have no idea where to save this file so that i can import it. I thought i had figured it out and tried to save it in FlashCS4>Common>FirstRun>Classes>mxI then created a sub directory called com which contained more subdirectories and then the .as file.WHen i try to import it using:import com.sub1.sub2.sub3.myNewClass;i get errors saying that the definition could not be found....