Save And Compact
How does "Save and Compact" differ from "Save"? What does "Save and Compact" mean? Theses are both under the File menu. Sometimes I accidently click "Save and Compact" when I mean to click "Save," and nothing bad happens that I notice. But what is it doing?
DS
FlashKit > Flash Help > Flash General Help
Posted on: 10-11-2005, 07:38 PM
View Complete Forum Thread with Replies
Sponsored Links:
Save & Compact
Hey,
Can any one let me know the use of "Save and Compact" in Flash MX 2004's File menu?
I'd just like to know how it works and if it really does compact anything.
Thanks.
View Replies !
View Related
Save And Compact WOAH NELLY
I had a 532kb Flash file, I just used the save and compact option on it. Now its 132 kb! That's 1/4 of the original! I'm really impressed with this option. I was curious as to what exactly is going on in flash when this command is used. Does anyone know how, and what it is doing to the file when this occurs?
Thanks,
Sam
View Replies !
View Related
Question About "Save & Compact"
Hello,
This is just a simple question. I don't know if anyone of you does this, but I always do a SAVE & COMPACT option for my movies. What is the real benefit in doing the option "SAVE AND COMPACT" ?
Is it going to reduce the filesize of your SWF or just the FLA?
Thank You
View Replies !
View Related
Question About "Save & Compact"
Hello,
This is just a simple question. I don't know if anyone of you does this, but I always do a SAVE & COMPACT option for my movies. What is the real benefit in doing the option "SAVE AND COMPACT" ?
Is it going to reduce the filesize of your SWF or just the FLA?
Thank You
View Replies !
View Related
A Question For Compact Coders
Hello,
I have values for two x and y, stored in a text file:
x=0,1,2,3,4,5,6,7,8,9,10&y=7.39,7.54,7.50,7.312,7. 00,6.61,6.16,5.69,5.21,4.75&xyLoaded=true
I have writen actionscript to split each of these arrays:
//xArray = x.split(",");
//yArray = y.split(",");
However, I now need use a .txt file with many more variables, a,b,c...y,z. Rather than copy the above code again and again, I want a more elegant solution. This is what I have tried so far, but its not working and I cant figure out why:
_global.splitArray = function (array){
variableName = array+"Array";
variableName = array.split(",");
}
arrayList = new Array("x", "y");
for (jj=0; jj<=1; jj++){
splitArray(arrayList[jj]);
}
I thought it might come to me over the weekend but it hasn't, can anyone help me out with a compact solution or spot my mistake??
Thank You,
Tim.
View Replies !
View Related
Extremely Compact File Size Q's
Ive seen flash interfaces on here to download that are an extremely small exported file..How can I achieve this? Because I can only upload something under a meg, and I create flash files that are insane and they'll export as like 2 megs, and ive seen things that are extremely cool and are only 30k. Explain
View Replies !
View Related
Parse Mp3 Or Any Popular Compact Audio
1. Load an mp3 file into a flash app and start it playing
2.Press the space key while file is playing and get the position the mp3 is at and add it to a list / dynamic array
3.Replay the mp3 and have it pause whenever it reaches a position in the list / dynamic array
View Replies !
View Related
[F8] Make Code Compact Using Multiple Eventhandlers
Hi,
I'm working on this code where I have to use multiple eventhandlers on movie clips, for example:
Code:
woman_mc.onPress = function(){
copy_symbol(this._name);
};
woman_mc.onRollOver = function(){
woman_txt._visible = 1;
}
woman_mc.onRollOut = woman_mc.onDragOut = function(){
woman_txt._visible = 0;
}
As I'm going to have about 10 movieclips with similar code I was wondering if there's a more compact way of writing these eventhandlers. Say one function that looks at Press, RollOver, RollOut and DragOut and choses the right action?
Just curious if this is possible. Thanks very much in advance.
View Replies !
View Related
FMX: Save User-drawn Objects And Save/load DXF/DWG?
Hey everyone. Sorry to seem like a leech, but I could really use the guidance. Usually I'm pretty good for finding the solution on my own without having to trouble people, but this time I seem to be coming up short. So thanks in advance for taking the time to read this.
I'm developing an auto-cad esque flash application (going good so far too). I have no problem storing object information in a database (xy coordinates, rotation, scale etc), but now my problem is converting that data to another format; specifically DXF or DWG. Now I know the flash environment itself can import/export DXF's, but I don't know how to load the user-made data into the environment. Is it possible to have the environment run actionscripts to build these user-made objects and then manually save that to a DXF? (or even better would be a save/load DXF from the flash player)
Essentially I'd need to know if it's possible for the flash environment to read from my database (probably from reading a PHP built XML file), execute actionscript to reconstruct any objects created, and then let me go and manually (or automatically!) export a DXF of that.
Any comments or help would be greatly appreciated =]
EDIT:
The other very viable alternative is if you guys know of an XML to/from DXF/DWG converter.
View Replies !
View Related
[F8] Im Going Gray By The Secound Save Me Somone, Save Me :(
Thanks for taking the time to have a look
This problem is driving me mad so i hope you can help, i will try and ex plane to problem as best i can.
programme :flash 8
i'm trying to load a external swf in a main motive use a movie clip holder, useing
loadMovie("name.swf", "_root.Mc_holder"); the move loads but the coding don't work( i.e. animation) the effect within the swf was made in action script 1 using Absolute and the motive is 2 using relative also the player setting on the swf are for player 6 unlike the movie which is 8
it does work if i use levels but overlaps on to the main movie which does'nt look great
and not what i need.
this is very hard to ex plane so any help would be great.
i will post some links if it helps please let me know
thanks
View Replies !
View Related
AS 2 Save Image With Open / Save Dialogue
I am wanting to use fileReference to open an OS save dialogue so my users can save jpgs to their hard disks.
I been trying to get this working but I can't can any one please give me some code or some idea how to get this working.
I just want to be able to click a button and the save dialogue appear asking where to save the file.
Thanks
View Replies !
View Related
Save Image With Open / Save Dialogue
Hi
I currently have a button that when click opens a new browser window so a user can right click on an image and save it to their PC using getURL.
Is it possible to have a button open the save dialogue box of the users operating system?
So as soon as the button is click the OS save dialogue box appears.
I'm using Flash CS3 but with AS2.
Thanks
Richard
View Replies !
View Related
How To Save X-y Coords In One Array And Save'n'such
Hello evryone.
just fighting with those array functions in flash.
well, i have a mouserecorder "Paintthingy" which records the mouse coordinates into 2 array's, after that the arraydata will be saved over a php script into 2 textfiles.
works fine, but i have to open 2 url's for that and 2 seperate phpscripts to write x and y seperated in 2 files.
is there a way to save both x and y over 2 own identifiers in an array ? that would help alot, because i have to load that textfile after that, to put the textfiledata in the array again.
easily said it's a very simple paintprogram with save function so that after a refresh the last painting won't get lost.
check the attached file!
View Replies !
View Related
Save Button To Save Dynamic Mc's?
If anyone could help, I would really appreciate it.
Problem in short :
Working on interactive kiosk - have button that creates dynamic copies of my parent movieclip (picture of lion) The user would click on button to create copies and using "drag" move the lion to where she saw it on the map.
Once the lion "sightings" have been visally logged on the map, and need to be able to give them a "save" button to save what you see on screen.
Because this is created dynamically by the user, I need a way for the user to save it at runtime.
How would one go about this?
p.s I need to be able to show the new saved file from a remote pc.
Any help - you are my hero
View Replies !
View Related
Can't Save File And Can't Save As Either
Sometimes, usually after I've been working with Flash for a while, it won't let me save my work. I get an error dialog saying the file is opened read-only, or another user has the file open. What is most disturbing is that I can't even do a "Save As"--I get the same message. What's even worse, if I quit without saving, it deletes the file on disk! This happens with XP x64 as well as XP Pro.
Any suggestions?
View Replies !
View Related
Save
Imagine...
A drawing tool created with the help of Flash5 and ActionScript. The user clicks a tool to draw a square. He then clicks and drags on the drawing area and creates his first square online.
Being the possessive and egomaniac freak he is, he now wants to save that square, so that whenever he visits that drawing tool, he can login and then open and gloat over his previous creations.
Can anyone help me with the "Save" part.
This is my first time on any kinda discussion board. That explains the length of my post.
View Replies !
View Related
Save An SWF
Is it possible to create an SWF that is capable of allowing the user to change the appearance of the background, for example, in the browser using the SWF and send back the changed file.
View Replies !
View Related
Please Save Me.....................
I have a movie clip, and 2 buttons. One tells target to 'play'...... I need the other to reverse this, make the clip play backwards from it's current point. I'm sure this is very basic! I need a solution soon, this needs to be done in 10 hours time.......tick tick tick tick. Cheers
View Replies !
View Related
Save On Mac
hi all
i'm making a flash event calender but i need to be able to save into a txt file or similar any one got any ideas how to do this it must work on mac's! i'm sure someone must no
thanks
Micahel
View Replies !
View Related
I Need To Save Is It Possible?
I have a major problem. I have made an application using Flash MX for a client and I need a way to save.
This application is much like a Questionaire and i need to make it so that they can save it on to their hard drive and each time that they open it the changes that they made are still there.
This application is not on the web. It is on a CD which custumers buy then they print out the results and mail them in when they are done.
View Replies !
View Related
Save As?
Which command should I use when I want to have a download link from my flash page so it will ask for "save as"? Now it is opening the file directly in Windows Media Player.
I use getURL now.
Regards
Nico
View Replies !
View Related
Save .jpg
I made a coloring book type thingy. now my question is, how do i give someone the ability to save that picture when they're finished?
This is being done in MX, i know how to print the picture. But the saving aspect escapes me. And this is necessary, just in case someone wants to send the pic to a friend.
thank you
phara0h
View Replies !
View Related
Can You Save From A Swf
hi all
I have a quick question.
I know that you can print from a swf file, sayt you have a random art generation program and you ;ike what you see it can be printed.
My question is what if you have a swf where you can lay things out and want to come back later can you save what you have done somehow.
Can anyone clear up whether there is any way of saving from a swf by any means possible.
Cheers pixelmagik
View Replies !
View Related
Save
I'm working on a address book in Flash 5 and having trouble allowing the user to update the information and save it locally.Need HELP!quick.
Thanks,
OlliebeGollie
View Replies !
View Related
'save As' V 'save'
ok just been reading a book on Flash MX, and in it it mentions about saving your work reguarly to ensure minimal loss of work if your pute turns off etc...
ok thats part of my standard proceedure when working anyway, what got me was it mentioned that using 'save as' frequently instead of the standard 'save' will help keep your file size smaller....
mmmm, anyone understand the working of these options, i'm asumming the book is right on the subject...
View Replies !
View Related
SAVE AS? How Do You Do This?
I have a button that needs to download a .AVI. It's a QuicktimeVR and therefore needs to be opened in Quicktime. I will settle if the user is only able to dowload it from the website and open it on their own. I just need the button to download the file to their computer. I read a tutorial that told to make a .PHP file. I tested it just on the computer, not online, and it didn't work. Would this only work online.
Hopefully someone can help me with this because it is the last thing keeping me from getting my site online.
View Replies !
View Related
Save It For Yourself
Please help!
In Flash 5 I really want to know how do create
simple cookies that store variables.
Maybe somebody could give me a script
as an example, or at least somewhere
where I could get help?
If They could it would be much appreciated.
Thanks, SNipe
View Replies !
View Related
Save As Gif
Hi, 2 quick questions, i read in a couple tutorials about saving as a gif,
file/ save as/ gif
but there is no gif option to save as a gif, plz explain how to save as a gif.
also, if i cut an image out of flash and paste it in photoshop or front page it has a blue boarder around it, is there any way to do so with out getting that blue boarder
thank you
kermitfrog33
View Replies !
View Related
HELP Save Me
I know absolutely nothing. Where do I start, what do I need? I want to publish cartoons like Homestar Runner or Albino Black Sheep but I'm too poor to pay for tutorials.
S.O.S. and thanks in advance for your help.
Gwendolyn747
View Replies !
View Related
Save As
is there a way to save a part of the flash movie (the user while onthe web) as an image (jpg or bmp) - if so, can you specify the area or MC(s) you want to be a part of it?
thanks!!!!!
View Replies !
View Related
Save As?
I like to make all of my banners usually in Adobe Photoshop CS2, and I just started using flash and want to add animation to the banners. So what file type do I have to save the banner as in Adobe to open and edit it in Flash..
P.S. I also have Fireworks, if it is not possible to make them in Adobe then open and edit them in Flash.
If you need any more information to help me out on this please just ask, I need to start this site, thanks
Thanks for any help
SlipSlice-
View Replies !
View Related
Save As
Is there a way to make a button which when clicked on will perform the same thing as right clicking a link does on an html page?
i'm trying to be able to have a 'save as' option for a link to a file.
Thanks
View Replies !
View Related
Save To JPG
I am able to print a movieclip, and also print it to a PDF therefore saving it to file...but I would like to be able to save to a JPG so that it can be sent through e-mail...I know that PDF can be sent, but its not as convenient as a JPG where anyone can save a JPG but you need the proper app to print to PDF...is it possible to save to JPG directly from flash? I have seen something about PHP...but that seemed to be fairly processor intensive? Am I wrong about that? Whats the best way, if any, to do this?
View Replies !
View Related
|