Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








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




ActionScript.org Forums > ActionScript Forums Group > ActionScript 1.0 (and below)
Posted on: 09-23-2004, 10:11 AM


View Complete Forum Thread with Replies

Sponsored Links:

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
E-card Save Capture And Save
I have created a drawing palette, now when the end user draws there picture I want them to beable to email it as an ecard.

any ideas


thanks

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 Dynamic Text
I have some problems with saving external txt files apperently the
fscommand ("save", "test.txt");
doesn't work in flash mx does anyone knows how I can resolve this problem?

The dynamic loading of txt files is no problem
loadVariablesNum ("test.txt", 0);

I hope you can help so I can save my txt files online

thanks anyway
greetz

View Replies !    View Related
Save Dynamic Text
I have some problems with saving external txt files apperently the
fscommand ("save", "test.txt");
doesn't work in flash mx does anyone knows how I can resolve this problem?

The dynamic loading of txt files is no problem
loadVariablesNum ("test.txt", 0);

I hope you can help so I can save my txt files online

thanks anyway
greetz

View Replies !    View Related
Save Button
Dear People,

I dont know how to do this :
I have made a Kind of Calander with check boxes but i want to let people save online what they fill in. WILL be Saved

People help me I need help

Greeting Blondislekker

View Replies !    View Related
Help With A Save Button
I need help making a save and load button that works. i've made the button but i dont know how to program it to actualy save.
please help
Codien Flame #1

View Replies !    View Related
Save As Button
hey there!

i'm linking from flash movie to an external quicktime movie ... so if i click the link a new window opens up displaying the quicktime ... but instead of doing that i want the browser to download it like i would rightclick and save as ... i need that because i display the movie first as an flv and afterwards i want the user to be able to download it ...

so ... any help is appreciated ...

thanks
flow

View Replies !    View Related
Save Button
I am clueless on how to make a save button, does anyone know how to make a save button?
It's for my button clicker game.

View Replies !    View Related
Save Me Please Dynamic Text Hell
I'm trying to have a txt file load into my dynamic text box. I've followed all the tutorials and still can't get it to work in MX.
I've made my dynamic text box a mc and called the instance aztec. Gave it a variable name of aztec text. In the maintime line frame I've put the following actions:


Quote:




this.loadvariables("aztectext.txt")
(stop)





I've got a text file named aztectext.txt and inside of it I have:


Quote:




aztectext=Start of text file





Can someone tell me what I'm doing wrong? I've saved all files in the same location. Any help would be greatly appreciated. I'd post the file but flashkits has a file size limit.

View Replies !    View Related
Save Dynamic Image To Server
Hey All,
Thanks for taking the time to look at my question. What I have is a very simple paint application, but I need to give my users the capability to save their images on the server for later use. Can I do this in Flash either with Actionscipt or ASP.NET. Any suggestions or hints would be greatly apprecitated.
Thank You
CSnerd

View Replies !    View Related
About Swf, Save Dynamic Swf Graphic To Jpg File
i have a question about save dynamic swf graphic to jpg file
is it possible?


http://www.mrtometahead.com/

View Replies !    View Related
Help Save My Fingers...(dynamic Text)
I can't seem to find a good tutorial on pulling a series of dynamic text names from a file. Probably elementary to some, I have no clue where to start. Its pretty self explanatory if you see how I did it manually. I just need a little nudge in the right direction...preferably not down any stairs.

Page is here:

http://www.kingairinc.com/test2.html

flash (8) is here:

http://www.kingairinc.com/flash/quotes.fla

Also, I must have something wrong in the AS. I can't seem to get it to loop after I post it on the site. Locally, it loops fine.


Thanks in advance for any guidance on this,

Cyp


Absorbing like a sponge...

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
Help - Having A Save Button On My .swf File
Not sure if this is possible but...

I have a .swf that works as a template, it has input fields with dynamic text so that peolpe can go on to it and preview their information, instead of the generic info I have on it. Is it possible to have a button on the .swf so that the person previewing their info can save a copy of the .swf with their info. If so, what do I need to do.
I appreciate any suggestions. - You guys RULE!!!!

View Replies !    View Related
Save/Send Button
I'm wondering if anyone knows how to create a Save/Send button that will send data to file somewhere: PHP, XML, text...I'd rather have PHP, but if anyone has any suggestions or knows how, please let me know.

This is what I want to do. I want to create buttons for the user to click on that will create more buttons that contains a numerical value. I want to save each of these to database somewhere, but have no clue how. Thanks.

View Replies !    View Related
Button To Save Image?
hey all! I was wondering if there was a way to create a button or something that would take a screenshot of your flash movie and save it as a jpeg or something to a user's desktop (or a place they specify) I'm creating a type of paint-palette and I want users tobe able to save images of what they make. Any help would be great! thanks!

View Replies !    View Related
Actionscript For Save Button..
hi i created a SAVE button for my flash but i do not know how to go about inserting actionscript to make the button works. Anybody can help me?
I want to add a actionscript to the button which enable the users to click and save the last frame as JPEG/BITMAP/whatever format.

View Replies !    View Related
Blazepdf Save Button
Does anyone have any pointers on why this function aint working, when i follow the tutorials at http://blazepdf.com/ and publish my movie the save button will not do anything.

As anyone found this extension successful.............

View Replies !    View Related
[CS3] Right Click And Save Button?
Anyway to make one? I searched using "right click" but didn't see anything. Yes, I know I can zip the items and it makes users save. I don't want to zip the files.

Thanks.

View Replies !    View Related
Save And Reset Button
hey all. i have a question about this widget that i want to put on my myspace. there are letters that i want to move around, but i can't get them to save and reset. there is a lot of code here (possibly too much), and any help is appreciated.

thank you.
-ap

View Replies !    View Related
New Button Mixs With Old Ones At Save.
Hello, I have a flash template. When I create a new button it is ok, but if I save, close and re-open the project, my new button is replicated to a specific old button replacing it, somtimes it replaces another symbol that is a movie, somtimes the old button replace (copies itself) to my new button so my new fancy button gets tranformed in a simple big gray square that is what the old symbol has.
Those two old symbols are:
1) Button: a big gray square
2) Movie: an instance of (1)

I would like some help. I know it is quite strange and difficult to explain, if you need please ask me for more clarification.

Thanks,
Gabriel

View Replies !    View Related
Button To Save An Image
lo there,

how to do a button to save an image (or other file) to the disk?

any tip? any tut?

cheers

View Replies !    View Related
Save Button Notification
I'm creating a RIA, and one of the buttons in my main movie is a "Save" button. After the user saves their work, the button is disabled. I want to be able to change the "Save" button back to enabled if the user changes anything in any of the components in any of the loaded mcs. Is there a way to do that without making a listener for each component to send a message to the "Save" button??

Thanks!!!

View Replies !    View Related
Save Target As...button?
Hello, I have an image gallery, which loads images using 'loadMovie' . My question is, I want visitors be able to save the images by clicking on an icon that brings out the save dialogue box (the box that popups when you right click in IE and click on Save Image As...), I can tell the button to open the image up another window, which will open the image in another window and the user will have to right click on it and save target as (which is kinda innconvenient), is there an actionscript that can tell the button to go directly to Save Target As or Save Image As option? Any help/suggestion will greatly be appreciated

View Replies !    View Related
Button To Save An Image
lo there,

how to do a button to save an image (or other file) to the disk?

any tip? any tut?

cheers

View Replies !    View Related
Save Dynamic Movie Clip As Image?
Is there any way to save a movie clip that has been dynamically configured (by dragging objects into it and arranging their placement) as an image file, preferably JPEG? Also, this is running on a server and we need the images to be saved in a directory on the server.

View Replies !    View Related
Dynamic Buttons To Save Creating Loads
i am trying to create a menu with around 40 subsections on one of the menu items. Instead of creating 40 buttons I would like to create just one and pull in the text + gotoframe No. from variables / an array.

Any sugestions on how to do this would be much apreciated.

Thanks.

oomalama.

View Replies !    View Related
Image Gallery Save Button
Can I add a button to an image in a gallery to let the user download the image to their hard drive?

View Replies !    View Related
Button Save Time In Asp? Any Help Is Good
Ok ive got everything else i need for my site except this:

I have 6 different buttons and i need to store the time the
buttons are released into an asp file, different info for each button.

so what all do i need to do? i can make everything in the
asp but what AS do i put in the flash? any explanation is a
good explanation.

View Replies !    View Related
Help Save The Day: You Can Answer This Button Link.
Greeting's FK,

Here is what I am trying to do and I have been having a problem:

I have a buttton in my flash movie, I want it to open another webpage BUT WITH NO ADDRESS BAR.

HERE IS THE URL:

http://corp.pictureu.com/trafik/buyerpress.aspx

Can someone please tell this newbie, how to do this?

Thanks,

The GG

View Replies !    View Related
Save/download Image Button
is there any way to create a button in a flash movie to copy/save/download an image. (jpg)

since the rightclick/save as- is not available when viewing a flash movie.


I don't want to open an html page. ( and then give rightclick option)


also would like to avoid link to zip file in case someone doesn't have a decompressor program.

any other ideas??

thanks

View Replies !    View Related
Save Target As ... From Flash Button
Hi,

I'm trying to allow users to download a video file, an .mp4 file. To get round different browsers trying to play the file from a simple get URL command I wanted to mimic the "save target as" option from a right click on a pc or "download linked file" from a mac.

Can anyone suggest a method for acheiving this.

thanks
ashley

View Replies !    View Related
How To Implement A Button To Save A File
I'd like to implement a button to allow user to save a file (say, html), not open the file. getURL with _blank opens it. Is there anyway to save on click?

View Replies !    View Related
Dress Up Doll * Help With Save Button
Hi Guys
I am making a drag and drop dress up doll game. I would like to add the feature to save the dressed up doll on to the user's hard drive. How can I do this?
Thanks in advance

View Replies !    View Related
AS2 - Button To Save Files To Computer
Ok, newbie asking..

I did one button in flash to save one .xml to the computer, the thing is, when i download, it open on the IE, dont give u the option to save somewhere in your computer!

so, what do i do?

thanks
Uili

View Replies !    View Related
Dynamic Jpeg Creation & Save (using BitmapData) From SWF Using Actionscript - HELP
Hi everyone,

I've built a little online Flash application where I want to save a portion of the SWF file to the server as a jpeg when the user clicks a button.

I approached it by using BitmapData to record the RBG values of every pixel in my movie (600 x 400 = 240000 pixels). This means I end up with an array of 400 pretty big strings (one for each row) to send to my ASP page that creates the image (the ASP page works fine by the way).

Basically, I'm completely stuck now because it takes so long to send the data that the application is unusable and the bandwidth on my server will be through the roof.

I found an example of a different application that uses the same principle. The creation of the jpeg from his Flash interface seems absolutely instant, and the e-mail arrives very quickly:

http://demo.*****.com/flashcard/stateless/

He surely can't be sending all the data, pixel by pixel, as I am doing, as it only take a second or two for his application to process this stage, so my question is: am I missing something? Is there some really simple way of creating a jpeg from an swf file using actionscript that I don't know about, or is there a way of compressing the data so much that it is much quicker, or is there a 3rd party plugin which allows jpegs to be dynamically created and sent to an ASP/PHP page?

I am completely stuck on this so any help would be really appreciated.

Thanks in advance,
Jim

View Replies !    View Related
Save File In Server And Save File In Clients Hd
i dont know how to do that using actionscript 5
i need 2 codes
one to write to the server a txt file
and other to write to clients hd
someone told me that you can do that, but i cant find it


if anyone can help, thank you!!

View Replies !    View Related
Open A Save File Dialog Box From A Button?
Hello,

I want to allow users to download files linked to via buttons in my flash movie.

Currently I'm using getURL to open the file up and relying on the user's browser to display the file and allow them to save it.

What I'd like to do is have a button that brings up a standard dialog box for saving the file (like what you'd get with a right click "save as" in windows).

Is this possible with flash? I'm still using FlashMX if it makes a difference.

All of my searches on this topic have been fairly futile and ridden with results about how to download tutorial files or whatever, heh.

Thanks in advance for any help!

View Replies !    View Related
How Do You Right Click On Button To Save A File To Disk?
Dear All,

Does anyone know how to get flash to use the mouse right click in particular reference to right clicking on a button to save the file to disk (as opposed to just being able to click to open a pdf - using getURL, etc)

Client PC habits die hard!!

Regards

Steve

View Replies !    View Related
'Save Target As' Button Link In Flash?
I got a button that I would like to link to a PDF file so that it is saved like a right click 'save target as'. Please help me if you know how to do it. Right now I am using the getURL function, but I don't want it to load into another browser window.

Cheers

Detch

View Replies !    View Related
Add Button For Viewer To Save File To Disk
Hi, everyone!
Does anyone know what code to use to make a button on your website that lets a viewer
save a file to his/her hard drive. It used to be as simple as getURL in actionscrip 2, but I have now idea how to do that in Actionscript 3.
Any help would be great.

View Replies !    View Related
Save Vector File Format From Dynamic Flash Page
HI,

I need to save a vector file from a dynamic page.

It works like this: The site allows each user to create a design from various elements in a database, then it saves the layout of each user's design in the database.

NOW, I need to retrieve that data, and compile a printable vector-format file, like an eps, AI, or even SWF.

What will be the best option for this?

Thanks A LOT for any help

View Replies !    View Related
Need To Click A Button To Save A File To Hard Drive.
I need to push a button and have it bring up a save dialog box that will save a specific pdf file (from the same directory where the flash file resides) to where ever the user chooses. Can someone help me?

View Replies !    View Related
Radio/check Button And Shared Object Save
Hello

I've got a monster offline exe application with multiple menu items.

Challenge: Custom Personal Quick Menu

Create a menu page where users can 'check' off the menu links that they most frequently use. These checked links will be 'remembered' via a cookie or shared object and dynamically be called and displayed in a "quick menu". Does that make sense?

If anyone has any suggestions that'd be great. I'm at an absolute loss on where to start and if it's even possible. My actionscripting skill is somewhere down the road from a beginner, but not far

View Replies !    View Related
Making A Play, Save Or Load Button In Game
How can I make a save game and load game buton?

View Replies !    View Related
How To Make A Save Button To The Drawing Made By The Draw...
How to make a save button to the drawing made by the drawing maker
can any one help me
please.

View Replies !    View Related
Adding Save/Open/Print Functionality To A Dynamic Text Box (offline)
Is it possible to add open/save/save as../print functionality to a flash dynamic text box. Something like a word processor. I would like to do this is CS3 but don't really know how to go about it.

I was looking at the ContextMenu Class and thought that could be of some use...

Thanks for any help
Ben

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved