Flash :: Image Upload + Crop Component

Feb 1, 2010

I'm running a web application built on Seam. I would like to have an image upload + crop component. Preferably on client side, so the image uploaded to the server would be the result of the crop. I read this can be made with Flash 10. I was thinking flex is also a possibility. Does anyone has good hints to give me, what component to choose or what is the best way to connect the backing bean I have with the flash/flex?

View 1 Replies


Similar Posts:


Javascript :: Component To Upload Multiple Images With Client Side Crop

Mar 5, 2011

I'm looking a quick way to add an (multi) image unloader with client side crop to an ASP.NET MVC site and for some reason the search seems to be much more complicated than I thought upload image (can be via form post or custom, just has to work with ASP.NET)custom crop possibility before upload (preferred) multiple images at once It doesn't matter if js/jquery, silverlight or flash is used, it just has to work, its an internal application and I can force people to have the necessary plugins installed.

[Code]...

View 1 Replies

Professional :: Crop A SWF Like Crop An Image In Photoshop?

Nov 3, 2010

Does anyone know a way to crop a SWF like you would crop an image in Photoshop? I'm building a Flash Banners application in my Flash portfolio website and I'm loading a SWF using addChild via a URL loader object. There is no way to mask the outsides of the SWF because addChild puts the SWF at the front of the display list so the masks would just show up anyway and the masks will just be huge white sheets that will look dreadful. I need to LITERALLY crop the SWF down to 550 X 325 pixels.

View 5 Replies

Professional :: Can't Crop An Image In Flash CS5?

Nov 29, 2010

I have created a little banner on the stage and would like to crop it. I can't seem to find any crop tool, can't I crop an image in Flash CS5?

View 1 Replies

Professional :: How To Crop An Image In Flash

Aug 2, 2011

I've been croping my pictures to use in my flash in photoshop but I want to crop the pictures so they fit the size of my page in flash. Does anyone know how to crop pictures in flash?

View 1 Replies

ActionScript 2.0 :: Crop An Uploaded Image In Flash?

May 14, 2011

I am creating an application where users can upload their images on the canvas and they can resize the image. I need to know if its possible to make some handles for the uploaded image so the users can use those handles to crop the image? [URL]drag a clipart onto the stage and take a look at those Orange handles around the image.I just need to create that kind of effect in flash actionscript 2.

View 7 Replies

Actionscript 3 :: Change Single-image Upload Into Batch Upload?

Feb 28, 2012

EDIT: Reworked my code a bit and decided to throw out URLLoader in favor of the ile.upload() method.Now I'm stuck again >_<Here's the code I currently have, stripped down to bare-bones:When I drag-drop image files onto my app, here is the trace log that gets returned to me:

[object Document] called.
doDragEnter() called.
doDragDrop() called.

[code]......

View 2 Replies

ActionScript 3.0 :: Upload Image From Flash And Generate Xml For Image Gallery?

May 22, 2009

Just wondering if anyone knows about the project I am trying to start, uploading images from flash using php is fine but wondering if anyone knows how to create dynamic xml from php and it takes all the image names from the same folder where those images have been uploaded. So we can load all the images in image gallery through xml into flash.

View 5 Replies

Flex :: Crop Image Under Mask?

Jul 25, 2011

I have this image over which i have a circular crop. The user can move the underlying image and when he is ok with the result hits the crop button. How can i crop only that part of the image which is under the mask?

View 1 Replies

ActionScript 2.0 :: CS3 : Resize, Crop And Rotate Image?

Jun 2, 2009

I'm doing a mini app in AS2 where the user can upload an image into Flash and be able to crop, scale, and rotate and image, and after they're done, save the edited image to the server.I know I have to load an image into the BitmapData, after that I'm lost.

View 1 Replies

ActionScript 2.0 :: CS3 Resize, Crop And Rotate Image?

Aug 24, 2009

I'm doing a mini app in AS2 where the user can upload an image into Flash and be able to crop, scale, and rotate and image, and after they're done, save the edited image to the server.I know I have to load an image into the BitmapData, after that I'm lost.

View 10 Replies

ActionScript 1/2 :: Implement An Image Crop Application?

Aug 19, 2009

implement an image crop application.

View 1 Replies

Flex :: Crop Image Using A Non-rectangular Shape?

Oct 30, 2009

I've been following this tutorial to crop images in flex: [URL]

At the heart of its cropping is using a method called "copyPixels". However, this method takes as one of its arguments a rectangular shape for its crop region. Are there other strategies I can use to crop it not using a rectangle.

I am going after letting the user specify the region that should be cropped using a series of points.

View 1 Replies

ActionScript 2.0 :: Crop The Dynamically Loaded Image?

Jul 23, 2008

crop the exact image through the flash action script.

View 1 Replies

ActionScript 3.0 :: Loading Image Into Bitmap And Crop It With Rectangle

Jul 31, 2010

I just started working with bitmaps and I do not get them at all, I've read the entire page adobe has on bitmap and bitmapdata. I've got this code together but all it does is displays a white rectangle and not my image.

ActionScript Code:
package {
import flash.display.MovieClip;
import flash.display.Loader;
import flash.display.Bitmap;
import flash.display.BitmapData;

This code should load the image into the bitmap (which works), then crop it with the rectangle (which just crops the fill from the bitmapdata)

View 6 Replies

Flex :: Crop Image By Selecting Part Of Imageusing ActionScript3.0?

Dec 9, 2009

To crop the image into a selected size by drawing rectangle over it. It should be done in ActionScript 3.0 and Flex 3.0

View 1 Replies

ActionScript 3.0 :: Crop A Specific Irregular Shape From An Imported Image?

Jan 18, 2010

How can I crop letteraly crop a part of an imported image into a specific irregular shape that already exists on the stage as a MovieClip... a jigsaw puzzle piece for example ? (it would be prefered not to use masks).

View 3 Replies

ActionScript 3.0 :: Crop Image But With Use Of Rectangle Class Or In Rectangular Shape

Apr 17, 2009

I am having some problems regarding image crop.I am able to crop an image but with the use of rectangle class or in rectangular shape.But i would like to crop in circular shape(for example go to URL...).

View 8 Replies

ActionScript 3.0 :: Crop A Specific Irregulare Shape From An Imported Image?

Jan 18, 2010

I have a little question:How can I crop letteraly crop a part of an imported image into a specific irregular shape that already exists on the stage as a MovieClip... a jigsaw puzzle piece for example ? (it would be prefered not to use masks)

View 4 Replies

Flash :: Write Component To Upload Files Directly To Windows Azure Blobs?

Oct 22, 2010

I've been experimenting with Windows Azure Blob storage using the samples using Silverlight.

I was wondering if it's possible to write a file upload component in Flash instead of Silverlight, since the former is installed almost everywere. I've never programmed in Action Script but I have a solid background in C# so that must not be hard.

View 1 Replies

ActionScript 3.0 :: Turning Image Into ByteArray Of Numbers - Interactive Crop Tool

Nov 29, 2010

I've been playing with the Jpeg encoder now for a while and haven't come much further than just realising how to turn an image into a ByteArray of numbers. The code below is incredibly useful at turning a movieclip on the stage into a Jpeg and downloading it to the user. Unfortunately I need to amend the Bytearray first with a crop tool before creating the jpeg. e.g. delete the array value if the image is outside of the rectangle? And a rotate tool, e.g. all the values in the array switch places 90 degrees!? (the X and Y values switch over).Also it downloads to the user, but I need it to save onto the server so I can keep using it in flash, before then emailing the jpeg to a known email address.

(E.g. if a 10px x 10px bitmap, would have 100 values in the array, to crop it into a 5 x 5 image, I would delete array entries
where X < 2 and X > 7
and Y < 2 and Y> 7.
Or to rotate it, X for 1st pixel becomes the Y for the 1st pixel and vice versa)....

ActionScript Code:
import com.adobe.images.JPGEncoder;
import flash.net.URLRequest;
import flash.display.BitmapData;
import flash.utils.ByteArray;
import flash.net.URLLoader;
[Code] .....

View 2 Replies

ActionScript 3.0 :: Upload An Image In Flash?

Jul 31, 2009

how to upload an image in flash

View 2 Replies

Flash - Upload Image On To Existing One For Previewing

Mar 1, 2010

I'm looking to develop an application that essentially allows the user to upload their company logo and have it appear on an image to simulate what a product might look like with their branding on if that makes sense. Does this kind of app have a proper name or search term I could work from? Ideally there'd be a prebuilt solution as my flash isn't very good. I have an idea to achieve this with say PHP and a combination of jquery and css but I think a flash solution would be more elegant.

View 1 Replies

ActionScript 3.0 :: Upload Image Into Flash File?

Aug 12, 2009

I'm trying to figure out how to upload an image from my computer into my flash file.

I want to create a button that opens up the computer director, you look for the file, then upload it as a graphic into the .fla file.

View 4 Replies

ActionScript 2.0 :: PHP Image Upload With Flash Editing?

Dec 15, 2009

I have been asked to create a photo canvas website that allows users to upload an image, then apply several effects such as re-sizing/cropping/desaturate, then viewing the updated image on a generic wall and going to check out to buy the canvas.Similar site that has the features i want is this : http:[url]....

I am pretty new to web developing/designing, i am confident with html,css and actionscript to an extent, but have only used small parts of php before.how to go between html > php >flash >back to html again.From what i understand i need to create the following functions:

1. Create a general html website which will store the upload form and flash photo editor swf on, when the user first access's the site i start the php session...

2. The user then uploads there image to the server using a simple php upload form which will store the file and create a unique named file also on the server...

3. The flash editor swf will then load up on the html page. Inside the actionscript of the swf i will tell flash to continue with the php session by calling it again and call users image on the server with the 'file reference' command. The editing functions such as cropping, canvas size will all have variables to mark what the user has chosen and these varaibles will get ent back to the html page using php to keep track of them for the checkout process...

4. Once the editing has finished the user will click 'finish' in the swf taking them to the php shopping basket/checkout which will call the variables sent in flash to determine final cost depending on what effects chosen.

Is the above correct and more importantly is it possible? The main part i am struggling to get my head around is editing in flash (say changing the uploaded image to 20 x 26) and then saving this back to the server and sending the new settings back into the html/php page.Is this all possible without using database and tables such as MySql?

View 0 Replies

Flash :: Plugin Which Allows Image Upload From Clipboard To Server?

Jan 27, 2010

I want to embed a flash to my site, that allows the user to paste an image which is in clipboard, and this images will then be uploaded to the server. Is there a script that can do that? i googled for about an hour now, but didn't find anything that fits my needs.

the best thing would be if you also coul crop your image when its uploaded and then save it.

it's most likely to upload screenshots, so that you don't have to first save it, crop it, and then upload it.

View 1 Replies

Actionscript 3 :: Flash Upload Image To Drawing Canvas

Jul 18, 2011

im trying to create a online business card editor to learn flash again, one of the functionality im trying to achieve is being able to upload an image (jpg,png etc) and place said image onto a drawing canvas and then being able to scale the image and rotate the image and move the image around. can some one direct me to a decent tutorial for this kind of functionality.

View 1 Replies

ActionScript 2.0 :: Showing Image After Upload Into Flash Movie

Jul 21, 2010

I am trying to built a page where the user can upload their image, and image appear in a flash movie.

View 1 Replies

Valid Strategy For Secure Image Upload From Flash Client?

Apr 27, 2010

I'm creating a flash application that will post images to a url for saving to disk/display later. I was wondering what are some suggested strategies for making this secure enough so that the upload is verified as coming from the application and not just some random form post. Is it reliable enough to check referring location realizing that I don't need bulletproof security, or perhaps setting authentication headers is a better strategy even though it seems unreliable from what I have read. The application and the server script will reside on the same domain and is in java - is there a way to check for a 'session' or something like that?

Another thought I had was some sort of simple hashed key type system, I could hard-code a key into the flash application and pass something to the server based on that - the server would also know this key and be able to verify if the value passed was based on that? The app is a public app, so authenticating users is not an option. After more research I am thinking about using a hard coded salt key on both ends, then sending an MD5 hash of the base64 encoded image bytearray+salt to be matched on the server side.

View 1 Replies

Flash :: Use The URLRequest To Upload The Modified Image - Get Error 2096?

Mar 21, 2011

I will use the URLRequest to upload the modified image in Flex. It works fine. However, I need to add Content-Length as a URLRequestHeader for the moment, and I get error 2096. Then, I know that this header is not allowed.

Update:
According to adobe's documentation:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLRequestHeader.html[code].....

View 2 Replies







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