ActionScript 3.0 :: Sharp Images With BitmapData

Dec 12, 2009

I'm scaling down images loaded from as3 and I want them to stay sharp. They are scaled because I have a liquid layout which resizes a "body" movieclip that contains the images (loaded from xml).

I used code from here to scale bitmap, but I don't really understand it. [URL]

My biggest problem is that since the images are loaded as displayObjects rather than bitmaps, I need to know how to change the bitmapData of each displayObject.

Second problem is that I need the code the change the data, but not scale it down also(it is already scaled down). How do I do that?

Here is my attempt...

Code:
//code is executed when image is first loaded (I don't care if it is resized afterwards)
//thumb is the displayObject that is my image

[Code].....

View 1 Replies


Similar Posts:


Actionscript 2.0 :: Images Not Sharp With Xml?

Dec 6, 2009

I'm followed the tutorial from this website about the FLASH and XML files. First of all, good tutorial. But in the .swf I tried to make; my images are not sharp. I double checked the sharpness of the images in Photoshop, but the images are definitely sharp. So the problem is somewhere in Flash.

View 11 Replies

Actionscript 2.0 :: Images Not Sharp With Xml

Nov 10, 2009

I'm followed the tutorial from this website about the FLASH and XML files. First of all, good tutorial. But in the .swf I tried to make; my images are not sharp. I double checked the sharpness of the images in Photoshop, but the images are definitely sharp. So the problem is somewhere in Flash.

View 1 Replies

Flash :: IDE - Make Images Look More Sharp In Cs3?

Dec 9, 2009

I have an image that becomes blurry wen i import it to flash (cs3). It#s sharp and very clean in photoshop, so I don#t understand what the problem is. How can you make images look more sharp in flash cs3?

View 1 Replies

Actionscript 2.0 :: BitmapData And Local Vs Remote Images

Feb 27, 2012

I am creating an interactive post-it for an upcoming event that allows for us to tap into a sql database and post tweets, survey answers and images. We've already tapped into the Twitter API and the survey, so those are A-OK.The problem lies within loading the images from a location other than the local interactive board's server.If the image itself is locally hosted, it loads just fine.If the image is hosted elsewhere, the image will not load, even though I have a trace on the URL of said image.I'm loading all tweets, surveys and images through an XML load and all the data is loading properly.I AM loading the image through a smoothing filter so that when the "post-its" are slightly rotated, they are not jagged. Here is THAT code:[code]

This is a two part script where the bulk loads in the image and places it into an empty movieclip, then adds the smoothing filter. The second part is a resizer that automatically resizes the image and keeps the aspect ratio.When I test the flash piece (not embedded in HTML) the thing works 100%.As soon as I put the swf into an html and view it on a web page, the remote images will not load.I'm a bit stumped on why this is, could this be a firewall or security issue? Because I work in a high security firewall environment.

View 1 Replies

ActionScript 3.0 :: Load Images From Library With Bitmapdata?

Jan 20, 2010

As my as3 skills are not good, I stumbled against this problem, my approach in overall will probably not be the easiest, but here it goes:

In the library of my fla file I have imported 4 pictures, in the properties (class) I gave them the name photo0, photo1, photo2, photo3. With my code on the time line I create dynamically 4 movieclips and now I want to attach photo0 to movieclip 1 and photo 2 to movieclip 2 and sofort...

Is there a way to give the bitmapdata name also a dynamic name, something like[code]...

View 3 Replies

ActionScript 2.0 :: Flash8 - BitmapData Smoothing Resized Images

Feb 23, 2010

I'm trying to dynamically resize a set of images that are being loaded through the MovieClipLoader class. The code below seems to work, except that the images do not appear to be 'smoothed' at all...

[Code]....

View 7 Replies

Flex :: Bitmapdata From Multiple Images (drag & Dropped)

May 29, 2011

I have an image loaded from BitmapData displayed in an Image control. This Image control has dragEnabled and user can drag and drop small images (from a bunch of images in a TileList) on top of it.

The image loaded from the Bitmapdata can be different every time with different resolution and the Image control scales it down to fit its fixed with/height. But while saving the image after editing I am saving it with its original width/height. For this purpose I am storing the original Bitmapdata in a temp object and applying any edits there before saving.

how to create an image combining the Large image and the small images dropped into it. May be I can use display object snapshot but then I want to save the image with its original with/height and preferably after converting it to Bitmapdata.

View 2 Replies

ActionScript 2.0 :: Smoothing Images Using BitmapData And MovieClip.attachBitmap

Mar 12, 2007

When you load an image into a MovieClip then use that as the data source to draw() into a BitmapData object, the documentation says "Optionally, you can specify whether the bitmap should be smoothed when scaled. This works only if the source object is a BitmapData object." To me that implies that a second BitmapData object is needed in order for the optional [smooth:Boolean] parameter to work when set to true.

We found we didn't need to "double buffer" in this way when using MovieClip.attachBitmap() with the [smoothing:Boolean] parameter set to true. We did run into another problem though. This problem only manifests itself when you run the SWF as part of an HTML file running from a local web server like http://127.0.0.1. Here's the problem: images are loaded dynamically (URL's pulled from assets.xml) and the ones that are loaded locally from a directory on the same machine load and are smooth and distortion free. Other URL's point to a remote host. The images loaded via a remote source (example) do not "smooth nicely" running the exact same code as the local images. The remote images are shimmery and exhibit update artifacts. If you run the exact same page not via an http:// web sever i.e. - just loading the html page into the IE, then the remote images do get nice smoothing when animated.

Is there some magic to get BitmapData loaded from a remote source to smooth correctly when run from a local web sever? For our internal demo we removed any remote URLs so we could demonstrate that Flash does provide the ability for nice smooth animations but it would be a good problem to solve.

View 2 Replies

ActionScript 2.0 :: Scale Down Flash Images Using BitmapData And Matrix?

Feb 4, 2008

how to scale down flash images using BitmapData and Matrix?? I'm using it for fullscreen so that the images are always perfect. I've been tampering with this, but cannot get it to work properly.

View 3 Replies

Actionscript 3 - Loading Giant Images Into Flash - Exceeding The BitmapData Limitations?

Nov 29, 2011

I am trying to let the user import giant images into a flash application. Unfortunately the BitmapData object's dimensions cannot exceed "8,191 pixels in width or height, and the total number of pixels cannot exceed 16,777,215 pixels" (see Reference)

Obviously with FlashPlayer11 these limitations vanish - BUT: As I only get bytes from the FileReference, I need to convert these via Loader.loadBytes(), to get access to the image data. This doesn't seem to work for images exceeding the old BitmapData limitations.

[Code]...

View 1 Replies

ActionScript 3.0 :: Draw A Sharp Line Via It?

May 7, 2010

I want to draw a sharp ( not antialiased ) and dotted line with AS3 [code]...

View 2 Replies

ActionScript 2.0 :: How To Make Fonts Looking Sharp

Mar 4, 2007

Please view the location map animation I have done. I have one problem in this. The text is not looking good in the movie. I tryed with several fonts but the problem still exist.You can see the text written in the map.. and the 'open menu', 'close menu' buttons those are pixelated.url...

View 3 Replies

Professional :: Get High Res Jpgs To Look Sharp In Swf File?

Sep 16, 2010

I am using premium page flip in flash 8 to create an online publication. No matter how high the res. on the jpgs, they look distorted.

View 1 Replies

Professional :: Vector Shapes On Stage Are Sharp?

Feb 2, 2012

I had something wrong in Flash Pro CS5, all vector shapes and text fields are too sharp and output is very good and smooth ( Normal ) !

View 5 Replies

ActionScript 2.0 :: Make Embedded Font Look Sharp?

Mar 1, 2010

I have a text field with embedded font. The text appears blurry. Is there any way to make it look sharp as simple dynamic textfield (without embedding font).

View 4 Replies

ActionScript 2.0 :: How To Make Embedded Font Look Sharp

Feb 28, 2010

I have a text field with embedded font. The text appears blurry. Is there any way to make it look sharp as simple dynamic textfield (without embedding font). This is really driving me nuts.

View 1 Replies

ActionScript 2.0 :: How To Make A Sharp Progress Preloader

Dec 30, 2004

1.) The problem with me is that I like sharp design.. so if I see that my preloader with a progress (width=100 pixels) bar is a little blurry.. I'm going crazy.. I already tried to set everything up on position (0,0) didn't help me much.. I think it have something to do with the frames of my movie.. pls help me out on this one.. any resorces on how to make a sharp progress preloader???

2.) My second problem is that I want to make a preloader on preloader like kigot.com have..

View 5 Replies

ActionScript 3.0 :: Draw A Diagonal Line That Looks Sharp And Not Pixelated?

May 30, 2010

how to draw a diagonal line that looks sharp and not pixelated? Straight lines are easy, but I can't figure it out for diagonal lines.

View 1 Replies

ActionScript 2.0 :: Pixel Fonts Look More Sharp When Use Device Font Than Embedding

Jun 15, 2004

Reason why few of the pixel fonts look more sharp when we use device font than embedding the font.

View 3 Replies

ActionScript 2.0 :: Flash 8 BitmapData - Getting Error : The Class Or Interface 'BitmapData.loadBitmap' Could Not Be Loaded?

Jan 31, 2007

I'm using Flash 8, with this code in the first frame:

import flash.display.BitmapData;
rissa._x=Stage.width/2;
rissa._y=Stage.height/2;[code].....

When I publish the file, I'm getting the following error message in the Output panel:

**Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 7: The class or interface 'BitmapData.loadBitmap' could not be loaded.
var plaid:BitmapData.loadBitmap("plaid");

Total ActionScript Errors: 1 Reported Errors: 1

View 8 Replies

ActionScript 3.0 :: Error #2015: Invalid BitmapData At Flash.display::BitmapData()

Oct 14, 2009

I am trying to use the reflect class from "http://pixelfumes.blogspot.com/2007/03/reflection-class-v3-with-source .html" but I keep getting this error:
 
ArgumentError: Error #2015: Invalid BitmapData.
at flash.display::BitmapData()
at Reflect()
at Site_fla::GalleryPage_29/loadThumbs()
at Site_fla::GalleryPage_29/sortXML()

[Code]...

btw, first I used assigned thumbContainer as the mc argument (outside the loadThumbs() function) and it worked but not exactly what I wanted... because I thought it is supposed to update when the movieclip is animated but it actually didn't... when I use a scroller, only the thumbs that are first loaded to the stage get the reflection..

View 10 Replies

Actionscript 3 :: Quickly Rotate The Pixels That Make Up BitmapData Without Using BitmapData.draw()?

Dec 29, 2011

I've been using BitmapData.copyPixels() to draw graphics onto a canvas (Bitmap).I need to rotate the resulting graphics without the use of draw() because it's vastly slower.How can I rotate the target graphic? I'm assuming that there might be a formula or library that I can use which will first reorganize the pixels that make up a graphic based on an origin (point) and radians.I'm pretty certain that I'm not capable of creating such logic, so if there are any known libraries that do this, that would be awesome.I'd like to achieve something similar to XNA's SpriteBatch.Draw() method, which accepts rotation as its 5th argument.

View 3 Replies

ActionScript 2.0 :: BitmapData Copying - "cache Images In" Upon Loading SWF

Aug 3, 2009

I'm attempting to "cache images in" upon loading my SWF, and I am not sure what the standard is for this. Basically I have (let's say) 5 buttons and 5 accompanying images. When the SWF is loading on a server, I want all 5 of my images to be loaded into memory, but not copied. Then when I click on one of the buttons it would bring up the corresponding image for that button id. Couple of things to point out: I don't don't if I need multiple clip loaders or one multiple BitmapData instances or one I *do* know that I need multiple movieclips, FWIW. Here's my start:

[Code]...

View 3 Replies

ActionScript 3.0 :: BitmapData.hitTest - What Angle Or Coordinate Of The BitmapData The Collision Happens?

Sep 1, 2011

how to use the bitmapData collision method. Now I'm trying to figure out if there is a way to see at what angle or coordinate of the bitmapData the collision happens? I need it in order to figure the accurate bounce angle after the collision occurs.

View 2 Replies

Flex :: AddChild A BitmapData Or Draw A BitmapData To Screen?

Jul 15, 2009

I'm currently working on a flash game and I need to know how to addChild a BitmapData or draw a BitmapData to screen. If I can't than how can I give a DisplayObject my BitmapData?

View 2 Replies

ActionScript 3.0 :: BitmapData = New BitmapData(); Eating Up Memory?

Dec 22, 2011

I've made a mobile version of my software, with low-res images and such, and I can now fully buffer all my content (including a 360 frame animation which is buffered to memory). Problem is, that everytime I update the view, more memory is used.When I write image = new BitmapData();, does it store the previously created BitmapData's in memory? Do I have to flush the memory somehow before I draw my second picture in BitmapData?Example:

ActionScript Code:
// In this example I draw using the same bitmapData several times, also
//overwriting the first image. Do I have to somehow delete the data first, to

[code].....

View 1 Replies

ActionScript 3.0 :: Using BitmapData.draw(stage) - Error #2123 Security Sandbox Violation: BitmapData.draw

Jan 9, 2012

I am having an issue with using BitmapData.draw(stage). I am getting the following error:

SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: file:///C|/Documents%20and%20Settings/bla...bla...bla.swf cannot access null. No policy files granted access. Here is a portion of my code:

var bd:BitmapData = new BitmapData(2800, 2100); bd.draw(stage);//this is where the error happens All of the files referenced (.xml/.jpg/.swf) are located in the same local folder as the main .swf. How do I get around this error? The main objective is to print the stage using PrintJob(). I am using Flash Professional CS5.5 and publishing to Flash 10.0/10.1. Let me know if I need to supply any more info.

View 4 Replies

Actionscript 3 :: Graphic Object BitMapData Type The Same As BitmapData Type?

Dec 29, 2009

The title might be a little misleading. Look at my code and I will explain

public static function loadTile(tileDir:String = "empty"):void
{
if(tileDir != "empty")
{
tPoint = new Point(0,0);
tRect = new Rectangle(0,0,30,30);

[Code]...

I am trying to do tiling with sprites. I want my tiles to be interactive, so that is why I am using the sprite object instead of using regular bitMaps to represent my tiles. You might be wondering why I wouldnt just use graphics.beginBitmapFill(tImage); and graphics.drawRect(0, 0,tWidth ,tHeight ); to pick out the tiles I want to use. Well reason being is because it turns out that drawRect() first and second parameters actually alter the location of where the actual sprite sits at.

So if I set the x and y properties of the sprite to x = 20, and y = 20. then I set my drawRect(20,20). it actually adds an extra 20 pixels to my x and y coords of my sprite. And I know the reason why, I just need to know a better way.

View 2 Replies

ActionScript 3.0 :: Display Images From The Images Server As Long As The User Is Plugged Into The Domain

Jan 22, 2009

I have a flash file sitting inside of a web page in our company domain. There is another server (used to store images) that is part of the domain but is not running any web services (for security reasons). A folder on the images server is however shared in such a way that any site on the web server can display images from the images server as long as the user is plugged into the domain. For example, both I and my boss can pull up a web site on the web server and see all the information, but only he can see the images
because I have Vista Basic and no domain support. This is done via "<img src='\serverNamedirectory.'/>"

That's ok, but on this particular instance I don't want to display the image on the webpage, I want it in a SWF on the page. However the SWF can't seem to load the images even though the page it's sitting in could. I've tried tons of variations of URLRequests and Loaders, most resulting in security errors. Since most of the online discussions about these errors revolve around cross-domain access, I can't seem to find any tech support for our specific situation.

View 2 Replies







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