ActionScript 1/2 :: Flash 2 Jpg Runtime - Export The Design Customers Made

Aug 5, 2009

I m making a T-shirt design application in Flash.I made all the drag and drop stuff and now i need to knw is how can i export the design my customers made?Like in ma application users can drag n drop designs on their T-shrit,change its colour and all when when he press a button say "Print"...the swf shud generate a jpg of that design(that the user made) and send it to a php file(that estimates its rate and all) and saves another copy in my domain(like [URL]).

View 3 Replies


Similar Posts:


ActionScript 2.0 :: Design A Form In Flash And Then Export It As A .exe?

Aug 1, 2003

I was wondering if it is possible to design a form in flash and then export it as a .exe?

View 1 Replies

Flash CS4 :: Made A Small Rectangle In The Flash With The Tweening Effect And Export In To The FLEX?

May 21, 2009

I have made a small rectangle in the flash with the tweening effect and export in to the FLEX. When i publish in the FLEX i could see the rectangle with out tweening effects.How can i see the tweening effects.

View 1 Replies

Flash - Export A Drawing Made In Flash As A Transparent Png?

Jun 17, 2009

export a drawing made in flash as a transparent png in actionscript I know you can do it as a jpg with a white background but can you export the transparency?

View 3 Replies

Flex :: Flash Builder 4 Design View Vs Flash Runtime Appearance W/SDK 4.1?

Jan 22, 2011

Flash Builder's design view is worse than 3's (which at least was usable if you ignore some quirks), so WHAT do Flex UI designers (those who don't have paid design teams...) do to design a complex UI? Because Design View (also based on what a lot of people say about it..) gets more useless with every release.See image for some differences in design view vs.Flash. WHAT is causing this? css also posted..("Duration", "hr", "min" are mx Labels, the image size text is an mx Text comp.Project is an "mx only" SDK 4.1 project.) I don't even care that the spinners look different, I just need it to show me correctly sized stuff so I can position things via Canvas, or properly size containers.

mx|Label {
font-weight:bold;
font-size:12;[code].....

View 1 Replies

Actionscript 3 :: Export Svg / Eps From Flash At Runtime With It?

Apr 13, 2012

Is it possible at all. I've search around and it seems like its not possible. I know you can export png, jpg [url]... and pdf, but how about vector graphics?

View 1 Replies

Flex :: Accessing Properties Of AdvancedDataGrid Runtime Vs Design Time

Jun 12, 2011

I am new to Flex and trying to modify some existing code.I am trying to It uses and Advanced DataGrid. In the click event, the ListEvent is passed in, and the code is able to access properties such as event.itemRenderer.data.feature.I would like to check whether the user has clicked on a parent (group) record or the child record; at runtime, I can see that the property I want to access is event.itemRenderer.listData.hasChildren. However, the listData property of itemRenderer does not show up in intellisense, and when I try to access that at design time, the project will not build because of the error "Access of possibly undefined property listData". But the property .data.feature doesn't show up in intellisense at design time either, and that builds and runs just fine.

What do I need to do to access event.itemRenderer.listData without throwing errors when I build the project? Do I need to capture a different event, or cast the event object or one of its properties into another object that will have the properties I need at runtime (I've investigated these options but cannot find info on how to do that).

View 1 Replies

ActionScript 2.0 :: Make Non-inspectable Component Properties Persist From Design To Runtime?

Jun 9, 2010

I have two components (lets call them A and B) which have normal inspectable properties (e.g. NAME and AGE) which allow you to enter values via the component inspector. When I type the value for NAME in component B (via the component inspector) I communicate via a singleton class and store this value in a NON INSPECTABLE property located in component A.

When I run the movie, I want to access this non inspectable property within component A; however, it is always null - the value will not persist from design time to runtime. I check that the value is set at design time by tracing the A's non inspectable property once component B has set it - and it does indeed work, so I know component B has managed to set the correct value in A.Basically, what I need to know is, how do you persist properties of a component from design to runtime, without having to make properties inspectable and having to manually type property values via the component inspector?

View 1 Replies

Professional :: Make Non-inspectable Component Properties Persist From Design To Runtime?

Jun 9, 2010

I have two components (lets call them A and B) which have normal inspectable properties (e.g. NAME and AGE) which allow you to enter values via the component inspector. When I type the value for NAME in component B (via the component inspector) I communicate via a singleton class and store this value in a NON INSPECTABLE property located in component When I run the movie, I want to access this non inspectable property within component A; however, it is always null - the value will not persist from design time to runtime. I check that the value is set at design time by tracing the A's non inspectable property once component B has set it - and it does indeed work, so I know component B has managed to set the correct value in A.

View 2 Replies

ActionScript 3.0 :: Video Loop - Made A Video In After Effect And Export It To Flash As A FLV Video

Dec 18, 2010

I made a video in After Effect and export it to flash as a FLV video.. and write de code to load it into flash.. but I need it to loop.. Here is the code

[Code]...

View 1 Replies

ActionScript 2.0 :: Export A .swf From A .swf During Runtime?

Nov 7, 2009

I'm looking for a method to create and save a .swf file from a currently open .swf file while the second of the two is running.

My overall goal is to, with the click of a button, create a .swf that contains a certain MC that was already in the first .swf, then save the second .swf in a directory on a server that I have. I'm guessing it takes some server-side-scripting like php.

View 1 Replies

ActionScript 2.0 :: Preloaders And Export For Runtime?

Feb 8, 2007

can some one confirm if there are some issues when you export library assets and duplicate movieclips, when trying to have a getBytesLoaded preloader?

View 5 Replies

ActionScript 3.0 :: Export A Swf From A Movieclip Runtime?

Dec 5, 2007

Is it possible to generate and save an swf file from a movieclip in runtime? Something like using the bitmapdata for raster images?

View 1 Replies

Professional :: Export Stage As Image At Runtime?

Nov 5, 2010

I've been thinking about the possibility of using Flash to create designs through ActionScript and tools that I could use at runtime. Is there any way of saving the stage elements as an image that I can use for print output later, preferably as a vector image?I realise the better option would probably be to learn how to script in java script or another language that can be used with a drawing application such as Illustrator, but I'm curious about what sort of options I have to do it through Flash.

View 1 Replies

Emails Flash EXE Files Out To Customers

Aug 27, 2010

My company emails our Flash EXE files out to customers. Most of these Flash files use keyboard events to navigate through them, and they load external SWF and video files. So, obviously, I have to package all of my movie files, SWF, and the main EXE into the same folder. In the past, they have simply Zipped the file, emailed it out, and told them which file to open. Sadly, even this is too complicated for some people. I need to simplify the process.

I am trying to find a way to take the entire folder and bundle it into a single EXE file. Also, I need to find a permanent solution for opening the main Flash EXE file in a MAXIMIZED window. I don't mean fullscreen. I mean MAXIMIZED. In fullscreen, keyboard events don't work. But, they do in a Maximized window.

View 1 Replies

ActionScript 2.0 :: Export Mc's Positions At Runtime In An External File For Reuse

Jan 29, 2005

i'm trying to hardcode a complicated looping movement of an mc on the stage. the way i plan to deal with it is first, to use a guide layer to actually tell the mc where to go, and then save at runtime the sequence of position (x/y coordinates) the mc goes to to follow the movement. With this set of coordinates, i will reproduce the movement via actionscript instead of guiding.

how i can output those variables into an external txt file from flash at runtime ?

View 1 Replies

IDE :: CS5 - Setting URLs For Import / Export For Runtime Shared Library

Aug 27, 2010

Summary: I don't quite understand how the import/export URLs for symbols in a runtime library work. I can't figure out how I can set them so that the runtime library will be properly loaded and accessible for other swfs to import from, if I want it to work both in a local environment (on my harddrive), and from a remote environment (on a web page).

Relative URLs seem to work great for the hard-drive case, but fail for the web page. Is there a magic way to set the relative URL to work from the web too? And/or, is there some way of manually loading up the RSL at runtime and making the importing swfs import from that loaded copy, rather than having Flash doing it behind the scenes based on the import URL set in the symbol? Following is a longish description of what I'm trying to do, and why... I'm trying to figure out if we can use RSLs to contain common UI controls for our next project. I'm running into an organizational issue that I can't quite figure out - how to get the RSLs to work in both a local development/debugging environment, and on a production web environment, with the same exporting/importing URLs.

Here's what my setup would look like. Say I have a main application main.swf, an RSL lib.swf, and a UI module dialog.swf. Main.swf loads or embeds dialog.swf. lib.swf exports some symbols that dialog.swf imports. On a local development environment, these swfs are found in folders like so:

[Code]...

View 1 Replies

ActionScript 2.0 :: Export Mc's Positions At Runtime In An External File For Reuse?

Jan 29, 2005

i'm trying to hardcode a complicated looping movement of an mc on the stage.the way i plan to deal with it is first, to use a guide layer to actually tell the mc where to go, and then save at runtime the sequence of position (x/y coordinates) the mc goes to to follow the movement. With this set of coordinates, i will reproduce the movement via actionscript instead of guiding.

View 1 Replies

ActionScript 2.0 :: Set The Linkage To "Export For Runtime Sharing" And Put It On The Stage

Apr 6, 2008

I must be missing something. I'm trying to set up a Shared Library. I created one Symbol, set the Linkage to "Export for runtime sharing" and put it on the stage. Publish, looks great.

Whenever I create a second (or third or fourth) Symbol and set it to "Export for runtime sharing" it won't appear on the stage, and further creates havoc with the first Symbol already on the stage, changing it's appearance when published.

AND, when placed into a .fla that's accessing the Shared Library, the second or third symbol when placed on the stage also won't appear when I publish that file

The URL for all Symbols is the same, library.swf, and it's in the same directory as the

View 1 Replies

ActionScript 3.0 :: If Pixel Calculations Are Made Swf Files And When They Are Made To Fullscreen

Apr 29, 2009

Anyone let me know wether if pixel calculations are made swf files and when they r made to fullscreen wether they will remain the same in any monitor size?

View 1 Replies

Customers Should Not Be Able To Download And Play Them Anywhere Off Site?

Jun 25, 2010

However, I need to protect them in several ways... customers should not be able to download and play them anywhere off my site, or on their hard drives, and they should not be able to decompile them and grab the contents (jpegs).I realize that a first rate hacker can probably hack through anything, but they don't worry me. Second-rate hackers worry me more, as there are many more of them, and they tend to go after smaller stuff like this

View 1 Replies

ActionScript 2.0 :: Altering Customers Existing Code

Aug 10, 2010

Since allmost a week i'm trying to solve the following problem : Load an image int the background of the text animation with the same xml file. I have the following AS2 code which loads the textanimation from a xml file :

[Code]....

View 0 Replies

ActionScript 3.0 :: Allowing Customers To Fully Download MP3 Files?

Apr 13, 2009

Is there a way to able/allow potential customers to fully download mp3 tracks from my site?
Flash CS4
Mac Pro
AS3

View 6 Replies

ActionScript 2.0 :: Use Decompiled Elements As First Hand Deliverables To Customers?

Jul 16, 2008

discourage the use of decompilers. decompilers are meant to help you understand something.. not create content.

this way we are responsible for murdering such a good programming language...

Please do not use decompiled elements as first hand deliverables to your customers.

Decompilers often create bugs hat even the flash compiler cannot identify.

View 13 Replies

Difference Between The Flash Player Runtime And Adobe AIR Runtime?

Nov 16, 2009

I've been into coding for about 5 years now, but I'm a recent convert to Flash development. One of the questions I have at the moment is, considering that SWF files can be run by either Adobe Flash Player OR Adobe AIR, what's the real difference between the two runtime environments? What API's and Objects exist in one environment, but not the other?

Basically what I'm more or less trying to establish is, when would I want to develop an SWF for AIR, and when would I want to develop for Flash Player, considering that Flash Player can also execute locally (providing support for creating "desktop applications")

View 1 Replies

Media Server :: General Hardware Guidelines For Customers To Hear Permission-based Audio Stream

Oct 19, 2009

We're running a permission-based audio stream to be amplified through in-store sound systems, but are unsure about basic hardware requirements. What basic features must all hardware have to log into our server via username/password and receive audio signal?

View 4 Replies

Flex :: Export App Including Database Files With Using Export Build Release Wizard?

Apr 1, 2011

When I try to export my application to native installer with using Export Build Release, it isn't importing my sqlite database files which are in my application directory. Is there a way that I can import those database files ?

View 1 Replies

Doing Interaction Design With Flash

Feb 28, 2011

I've been trying to teach myself flash for a couple of weeks and am totally lost. I have had experience with programming in the past, so I understand logic, etc, but I really am not grasping this forced time based system.What I need to do seems pretty simple. I have a jpg of a washing machine front panel. I need to be able to put some transparent "buttons" over it, and have some areas "light up" when the buttons are pressed. So far I understand that I have to work in a chronological setup, with key frames for each state of interaction, and use buttons with some kind of gotoframe action script. what I can't do:

1. get the background jpg to stick to the stage. it apparently has to be either a symbol or a layer?

2. make transparent buttons. in flash catalyst I can just set the opacity to 0, but I'm not sure how to do this in flash pro.

I guess those are the pressing issues. I had tried to import the jpg as a psd background, but then I had to put the button on a separate layer, and it was always either behind the background, or I had to have it's action refer only to the timeline of it's own layer and not the background.

View 10 Replies

UI Design In Flash Games?

Mar 21, 2010

Background: I've been coding in VIM/C++/OpenGL for a long time.I've come to realize that this (VIM/C++/OpenGL) isn't the way to learn about programming fancy/cool-looking/futuristic UIs; and that the design of such UIs belongs more so in the artistic/designer world of Flash.

Anyway, I currently have a machine with MacOSX. What software should I install? What book should I read to learn about the artistic/design side of these futuristic UIs? [It's okay if the tools to design them are mouse clicking + graphical rather than coding based].

Question: what software packages + books to read to learn about creating fancy-looking / futuristic UIs in flash?

View 3 Replies

Best Design 2 Developer App For Flash

Aug 11, 2009

Does anyone know which programs work best together with flash for importing graphics that are vector based. I need to know what program a graphic designer should use, so the programmer (me) can easily import the design into flash without much fuss. I know that illustrator is kind of good, but i heard that you could also use indesign.If you know of any limitations or little quirks one has to watch while exporting importing to / from flash or illustrator, had a problem with an illustrator file once that used many effects, it crashed my flash ide durring import.

View 1 Replies







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