ActionScript 3.0 :: AIR Saving Files In A Package?

Jun 4, 2010

I would like to create an application whereby users can load in a number of files (images), manipulate them (move them about, basically) and then save the results. Easypeasy.Now, my users typically aren't the most IT-literate people in the world (teachers, basically) and will struggle to understand that in order to use the results elsewhere, they will be required to move all the images and the data file (xml, probably) to whatever computer they need to use it on, re-install the app and then put the files in the appropriate directory to be loaded in.

So, to minimise how complicated this will be, I'd like to create a package (a .zip, perhaps - although I'd prefer a bespoke filetype) that contains the xml and the images, meaning that only one file needs to be moved, which can then be loaded in either via a load dialog, double-clicking it or even drag-drop onto the open app.

View 3 Replies


Similar Posts:


ActionScript 3.0 :: Applying Two Class Files From A Package

Oct 28, 2008

I have a photo gallery, with a thumbnail panel (a photo viewer page) that I made, coding the AS3 from the key frame. It just so happens that I saw some class files online that have some good stuff in the tutorial.I've never really worked with .as files and I am intimidated by them.Would it be easier to modify my photo gallery, with a thumbnail panel, from key frame to .as AS3 code or to go from .as to key frame code? I personally feel more comfortable with key frame AS3, but I am not scared to dabble.How can I practice adding a couple of class files to my key frame AS3 code- I'm using regular variables, but the interesting idea I saw uses private variables and public functions, and it imports some stuff?

View 1 Replies

ActionScript 3.0 :: Package Files Deployment - Webserver?

Jan 30, 2009

I've have an asp.net app that uses flash for its navigation bar...the flash app uses two class files wrapped in packages that create the functionality of the whole navigation bar.When I run the swf file alone, the flash app works fine...but when I try it in the webserver it fails. Whats more, the flash app in the web server will work fine if I type the full URL to the swf file....it will not work however as an embeded object...and what I mean by that is that the flash app will show up embedded into the .net app but the additional functionality created by the other two class files fails!!!

View 1 Replies

IDE :: Package Files To Open In Internet Browser

Sep 22, 2010

I'm getting close to finishing the application I'm working on, and the person I'm working for is going to be distributing it via DVD. to package my flash file in some format so that when the user opens the file, it will open the swf in an internet browser?

The reason I need to do this is because I have some xml data in it that is keeping it from being fully functional unless opened in an internet browser. I'm not entirely sure why this occurs, because the file works fine in Flash Player on my computer, but not when moved to anyone elses. So, the workaround is to open it in an internet browser.

Anyway, I figure that in order to have the file open in an internet browser, it'd have to be packaged as an exe or some other similar file type, but we want it to be cross-platform.

Maybe there's an easier way, but I need to find out how to package my swf file so that it automatically opens in a browser.

View 1 Replies

Professional :: Unable To Package Additional Files For Use On Android

Aug 27, 2011

Using flash professional CS5.5 - creating an Air for Android app. It appears you can't deploy any additional files, other than the swf file,  In Air debug launcher (mobile) the additional files deploy.But as soon as you deploy it for real on an android machine it fails to install the extra files. (it's a small sqllite file).I have looked in the final APK file using zip and they are there in the assets folder.

View 2 Replies

Actionscript 3 :: Package External Files Into Flash Deliverable?

Jan 22, 2010

Is it possible to package all external files, such as images and videos, into the final .swf or equivalent file? I want to keep the external files separate because it is easier to change them out while developing, but I don't want them to be external when delivering the project.

View 2 Replies

Flash 10 :: Saving CS4 Files With CS5

Jun 21, 2010

isn't there a way, with Flash CS5, to automatically save files in CS4 format without having to do Save As...

View 5 Replies

Flash 10 :: Saving CS5 Files To CS4?

Dec 27, 2011

I need to edit some CS5 files but don't have CS5. If anyone could open these and save them down to CS4 I'd be hugely grateful. There are 4 files. If there's a way I can return the favour I will. eg some beer money via PayPal.

The four files are here:

[URL]

View 1 Replies

How To Automate Saving Single Swf Files

Sep 30, 2009

I'm a newbie...it will be obvious I'm sure. This is what I'm doing.... 01. I take a PowerPoint slide show and convert it to an. emf (MetaData) PowerPoint show in power point. ( an aside...I have used enhance MetaData and regular MetaData and haven't noticed any difference. No biggie I guess)

02. I then load the Flash CS4 stage with the .emf PowerPoint slide show.

03. Do some clean-up.

04 I then must save individual .swf files of the timeline. ( I notice there doesn't seem to be a key board stroke for Export Image... that seems weird)

05. I do all the mouse clicks and save the .swf's in a folder. For 80 or more slide per show this is very tedious I must say. Clicking, numbering, saving, advanceing, clicking, numbering saving...etc. I typically end up with a folder with ...Slide_01, Slide_02, Slide_03 etc. which is what I want.

What is the best way to automate this process? I'm not a programmer, but is a Macro program what I need. Or is there a way in Flash to simplify this process ..of course I'm not a programmer.

View 2 Replies

Flash :: Professional - Saving Files In Pro CS5

Jun 21, 2010

I have a couple of Flash CS5 users who are having problems saving files. They can open the file, edit/make changes to the file and save it and from all appearances the save has been successful - the save progress bar has popped up and completed and everything "looks" ok.

However the file changes were not saved. This problem is intermittent, however if it is occuring in the current flash "session" then it will affect all save actions performed - including attempting to save the existing file under a new filename. I've checked for obvious problems on the PC including disk errors and readonly files and so on but I'm otherwise at a loss to explain why this is happening?

View 5 Replies

AIR Included Files List Not Saving

Aug 20, 2010

I am publishing and AIR 1.5 application from Flash CS4 on Mac OS X. I add a list of files to include in the Installer Settings>Included Files box. Sometimes when I publish or click "OK", the included files listing is not saved except for app swf and xml listings. This means I have to select all the files again. This does work sometimes, the files list is saved, but other times, not. It doesn't require opening and closing the Flash app, just opening and closing the dialog for it to fail to retain the list.

View 2 Replies

Ios :: Flash - Downloading And Saving Files With AIR?

Aug 12, 2011

For a project we need to download and save pdf files on an IPAD device for offline use through an AIR for iOs application. After a lot of searching I haven't found much information on this subject. My question is, can it be done, and if so, can you provide us with some pointers to lead us in the right direction.

View 1 Replies

ActionScript 3.0 :: Creating And Saving XML Files

Dec 1, 2009

I am trying create a tool for office use which builds a XML file on the users computer. I am able to output XML to the trace screen but I want to take it a step further and have that XML code saved to a document on the users computer. Each time the user enters text and hits submit, a new block of XML needs to be saved to that file. From what I understand, I need a "middle man" application such as Adobe AIR. Can someone point me in the right direction? I have been trying to research this for a few days now. And if AIR is the solution, why is it so non-user friendly to get the extension to work? I also heard something about being able to do this with CS4.

View 4 Replies

ActionScript 3.0 :: Saving Files To Disk?

Oct 20, 2010

If a user in the web browser creates some sort of file using my swf and I then want them to be able to store that file on theyre local disk do I -HAVE TO- make a round trip to the server first or is there another way without having to send the file to the server and back to the client again?

View 5 Replies

ActionScript 2.0 :: Saving Files In A Specified Folder?

Jul 9, 2005

Is it possible, either with AS1.0 or as2.0 to save a text file and create folders from flash in a specified directory?I know how to use sharedObject, but I was wondering if there was any way to save files to other locations or even create a folder to save them into.

View 2 Replies

ActionScript 2.0 :: Saving Files Only Localy?

Mar 23, 2002

Is there really no way to save an txt file on line. I know how to do it with a generator, i really would like to know it, so i could save the highscores on any computer.

View 6 Replies

Data Integration :: Saving Variables In Files?

Jun 18, 2008

Is it possible to make such a thing: When Button_btn is clicked (onRelease), var( var Name:String = new String("Flash MX|) ) is send to file (File.txt) and saved there.

View 1 Replies

Professional :: Saving Bug With Importing Files From Illustrator?

Jul 22, 2011

At work we've been having a particularly irritating issue with svaing flash files in CS5.After making some changes to a flash file, and trying to save it, the flash file simply doesn't commit the changesand keeps the earlier version.We believe we've isolated the issue to importing from illustrator (CS5).It seems if you copy any rasterized images, or vectors with effects on them (such as drop shadows, glows etc)saving starts to have some issues, the saving itself seems to work fine, but reopening the files with often result withflash being reverted to a pervious saved version.I'm not sure what is the exact cause of the issue, but I do think it's certainly linked to illustrator importing.Has anyone else had issues with saving, and it rolling back to previous saves, and is there any way to avoid/fix this issue?

View 5 Replies

ActionScript 3.0 :: Saving Multiple Text Files

Mar 1, 2011

I am currently developing a form that saves all text fields, and creates a text file for each field. Some fields require a lot of information, so I figured (I think its called) URL Encoding wouldn't be useful. I can save one text field, to one text file good.how to save multiple text fields on the same frame, to multiple text files.[code]My text fields are named t2, t3... t9.Also, I run into no compiler errors.

View 1 Replies

ActionScript 2.0 :: Saving / Loading Files From / To Flash

Dec 16, 2002

I know this can be done, but not sure how. I have seen a program that basically has its own fscommands and must compile them itself. Does anyone know how you would do this. The program i refer to is [URL] flash studio pro. There are other programs out there like this but these all cost money for commercial use.

View 1 Replies

ActionScript 2.0 :: Disable Saving In Temp Files?

Jan 29, 2006

Is there any way of disabling flash files to get saved in the temp folder of the user's machine? In other words, saving the swf files from being copied?

View 1 Replies

Actionscript 3.0 :: Saving Files Directly From Flash Player 10

Jul 21, 2009

Read about saving files directly from flash player 10 recently. If I can pull this off then it will be a life saver with a project I am working on. I read a tutorial on [URL] But i am not able to understand fully what's going on there. For my project I allow users to drag and drop object around the stage and save the the whole thing as an image once they are done.

View 5 Replies

ActionScript 2.0 :: Saving / Loading External Text Files

May 27, 2004

i know you can load them in as variables... but is there anyway SAVE a variable as a text file (overwriting old one as well)

View 1 Replies

ActionScript 3.0 :: Flash - Saving Multiple Text Files?

Mar 1, 2011

I am currently developing a form that saves all text fields, and creates a text file for each field. Some fields require a lot of information, so I figured (I think its called) URL Encoding wouldn't be useful. I can save one text field, to one text file good. The issue I'm running into, is how to save multiple text fields on the same frame, to multiple text files.Currently this is the code I have now:

Code:
sInfoSave.addEventListener(MouseEvent.CLICK, sInfoSaveF);
MovieClip(this.root).i=2;/*load counter*/

[code].....

View 1 Replies

ActionScript 2.0 :: Saving/loading External Text Files?

May 27, 2004

i know you can load them in as variables... but is there anyway SAVE a variable as a text file (overwriting old one as well)

View 1 Replies

Php :: Multiupload Of Files Using Flash Uploader And Php And Saving Into Mysql Database?

Mar 24, 2012

I want to develop a backend admin solution to save images for a post using some multiupload flash uploader. I mean that kind o f uploader, where when you click on browse and than in the open dialogue box you can choodse mulitple files using CTRL plus LEFT MOUSE CLICK).I would like to save every new image to the database. With saving I mean, creating a new row for every item(image) in my table called images:1.id (automaticallyncreasing)2.file_name3.user_who_uploaded_that_bookI would like also to limit the number of files that can a user uplaod (e.g. max 20 files) somewhere in the config file.

View 2 Replies

Professional :: After Saving, Closeing, And Reopening .fla Files, Assets Are Missing From Timelines?

Jun 19, 2011

Well ok so, I've been looking, and I see similar things, but not really going anywhere. And I also can't make it happen at will, it just happens.But often enough to make it really frustratrating and scary to close a file.It's easy to explain what happens when it happens.I open a file, work on it for a while, during which time I've imported some images or wav files and placed them on the main timeline or movie clip timelines.I can test and save the file often while I'm working and everything seems fine.  Eventually I close the file.When I reopen the file, the imported images are all missing from the timelines. It's very odd.All of the edits are still complete.The keyframes where the assets were placed are still where they belong, and the assets are all in the library.So I have to go through to each location and put the image or wav file back in its keyframe where it belongs.So far, it seems like after I go through this exercise once, it doesn't happen again.Here are the only details I can really offer.
 
Don't know about new files.The files I'm working on originated on a Mac, and they may have gone back and forth between CS4 anc CS5 versions, and finally are going to CS5.5 on a pc.I have seen this problem now in both CS4 and CS5 on both the Mac and the pc.It only seems to affect newly imported assets.Doesn't seem to matter how they're imported.Sometimes I use the menus, sometimes I drag and drop them into the library, sometimes I copy them from other Flash files and paste them into the current one.So far, I'm not sure that his problem has been seen on my own equipment.Just at my contractor location.Because of the things I'm seeing around, I'm beginning to suspect that this could have something to do with these RAID systems these guys usually set up, which I know virtually nothing about. RAID5 on these new machines.But I'm wondering if some caching of something is going on somewhere, and somehow not being saved somewhere else

I'll probably start trying some things like importing assets, saving,closing and re-opening before I do anything, or some such exercises, in an attempt to make it stop happening.Like I said though, it's virtually impossible for me to reproduce.It really seems to be one of those things that just likes to happen out of the blue.Maybe 15 to 20 percent of the time.Probably whenever it'll do the most damage.

View 8 Replies

Actionscript :: Download Multiple Large Files And Saving Locally - URLStream Or URLLoader?

Feb 17, 2011

This is absolutely driving me crazy. While I'm a fan of the availability of asynchronous calls in AIR, I'm finding that being forced to use them for something that should be SUPER simple is a severe limitation. So severe that I may end up abandoning AIR and writing native Android and iOS apps instead of using the shared AIR platform.

OK, now that I have that off my chest, here's what I'm trying to accomplish. I have an app that, when deployed, is relatively small. But once deployed to a user's device that user will log in using a login name/password. Once they log in, content specific to that user needs to be downloaded and saved to the local device. Since the content varies by user I can't include it in the package for deployment.

But I cannot figure out how to accomplish this: say I want to download 10 files and each file is 2-3mb and I want to show a "Downloading, please wait..." view during the download. The application cannot proceed until all 10 files are downloaded. But since from what I've seen URLStream and URLLoader are both async I cannot figure out how to block the app from opening the "View available content" and say on the "Downloading, please wait..." view.

View 1 Replies

ActionScript 3.0 :: Passing X And Y Values Into A Package From Main Package

Dec 18, 2009

I am having troubles passing an x and y argument into a package function that creates a projectile on stage at the tank.gun's x and y.I have attached a zip of the code I am working on.[code]

View 6 Replies

ActionScript 3.0 :: ASDoc Only Documents 1 Package Function Per Package?

Jan 27, 2010

I'm running into this weird thing with ASDoc. It will only document one package function per package.For example.I have these two functions:

gs.util.printf
gs.util.ftrace

In these files:

gs/util/printf.as
gs/util/ftrace.as

The only function that get's documented in ASDocs is "printf". But I know it can do more than one. As an example, in the livedocs [URL] There are more than one functions documented.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved