ActionScript 3.0 :: Bitmapdata With Vector Graphic And Image Data

May 6, 2010

I have displayobject with vector and image data And I am trying to scale it in order to get big jpeg out of it with JPGEncoder.The thing is that once I am resample it using the Bitmap class (Matrix) and with draw method it's getting pixelated.How can I take a container with vector graphic and bitmap image and rescale it to bitmapdata without getting things pixled.This is the displayobject:The image in the center is high resolution image which I resize and all the other elements are vector graphic.Since the image is high resolution and all the other elements are vectors if I just call the scaleX property of the displayobkect it increase the contenier size and it all looks very good. But if I want to take a bitmap data out of it it's look terrible, The fonts getting pixelated and even the photo.I will like to know it there is a way to do it without getting things pixelated.

View 0 Replies


Similar Posts:


Professional :: Allow Other Applications To Use Vector Image Data In Flash CS5?

Mar 30, 2011

Specific to Flash Professional CS5. With its export options greatly reduced, there seems to be no way to make Flash graphics accessible by other programs. Is there any workaround?Currently, Flash can output two kinds of vector images: SWF and FXG, neither of which seem to be importable by most applications, including Fireworks and Illustrator (which write to FXG but not read from it), and Catalyst doesn't seem to write to anything other than what Builder uses. In other words, I know no way to export Flash files to vector formats (besides using Flash CS4).

View 2 Replies

Actionscript 3 :: Flex3 - Convert One Vector Data To Another Vector Data?

Mar 11, 2011

Class ShootGame implements IGame{

[Code]...

View 1 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

Making Vector Graphic Grayscale?

Oct 5, 2009

I have a image of a cartoon (it is vector graphic created in Flash not bitmap!) and I want to change it
into grayscale, how do I do that?

View 2 Replies

ActionScript 3.0 :: Vector Graphic MC Button

Mar 17, 2011

I have drawn a few buttons in Illustrator CS4 and copied them into Flash (AS3 document). Everything as far as button functionality is working fine, (rollovers, clicks and whatnot), my problem is (hopefully) quite simple to fix, I just can't find how to do so! When I hover over the buttons, the solid parts of the vector (the parts with fill colour) are selectable, however the parts with transparent fills are not (e.g. the space between two letters, or the negative space of an 'O'). What I want is for it to be selectable as if it was a box shape, but keep the transparencies there.I don't know if the problem is resolved in Illustrator or Flash, if anyone knows please reply! I've tried a few things in Illustrator already, such as drawing transparent bounding boxes around the graphics, however the same problem persists.

View 5 Replies

Professional :: Convert A Vector Graphic Into A Motion Guide For Flash?

Dec 22, 2010

Is there seriously no way to convert a vector graphic into a motion guide for Flash? Are the Pen and Pencil tools really the only way to define the path for a motion tween? I have CS3 (Flash, Illustrator, PhotoShop). I just got the trial version of CS5. I have a subscription to[url]... I have searched these forums and the internet in general for hours.

All I want to do is move a symbol around in a circle, but my pen/pencil skills are not sufficient to create a circle. Editing the CS5 motion path has proved exceedingly tedious and not round. There's a perfectly good circle tool in all four applications...

View 1 Replies

Flex :: Change The Fill And Stroke Separately In A Vector Graphic?

Oct 13, 2011

If I have a rectangle which has a fill of blue and stroke of orange how can I change the stroke to black and the fill to red using actioncript.

When I use the following code it changes the entire rectangle to 0x008000 (green). Either the fill is covering the stroke or it is changing both the fill and stroke to 0x008000 (green).

var myColor:ColorTransform = myRectangle.transform.colorTransform;
savedColor = myRectangle.transform.colorTransform;
myColor.color = 0x008000;

[Code]....

View 1 Replies

Flash 10 :: Tween With A Vector Graphic Expanding As It Moves Down But It Cant Handle?

Jun 30, 2010

So I just got CS4 and the all Im trying to do is a tween with a vector graphic expanding as it moves down but it cant handle it, it plays out all laggy and its the same when its published. Can any of you guys help?

Just as a note CS3 does the same job just fine I dont know whats wrong with it I have played around with the publish settings and my frame rate is set to 25fps.

To test it I did the same thing with just a vector square on a new file and it reacts the same way!

Theres no actionscript going on just simple stuff that should work but fine but doesnt

View 2 Replies

ActionScript 3.0 :: Loading BitmapData Into An Array Or Vector?

Dec 10, 2009

I've been working on this for a while, and thought I understood the BitmapData class at least well enough to do basic stuff with it, but I'm doing something wrong.

I'm trying to make a preload function that will load external JPEGs, store them in an Array as BitmapData objects, then distribute them to thumbnail objects after all the images are loaded. The thumbnails are based on an external class I wrote, which already has a function to accept variable data.

My problem is, I can't seem to find a way to store BitmapData objects in an Array. I've even tried using a Vector.<BitmapData> object, but I get the same result, which is no data stored.

Here's the function, isolated from the rest of the script.

[Code]....

The result of this function is supposed to be, a series of images loaded one after the other, stacked 5 pixels down from each other. However, the actual result is, only the last loaded image is displayed. That's true for any number I place in the 'for' loop, only the last loaded image gets displayed.

Obviously I'm doing something wrong with the loading of the 'bitBucket' BitmapData, because it seems to be writing over the previous BitmapData in the Vector series.

View 0 Replies

ActionScript 3.0 :: Flash Adding Stroke Or Fill To Vector Graphic Objects That Are Pulled From The Library?

Sep 28, 2010

Code:
var myArrow:ArrowMovieClip = new ArrowMovieClip();
var vectorDisplayObject:DisplayObject = stage.addChild( myArrow );

I used the code above to create an instance of an arrow graphic that I made using the line tool (the graphic is embedded in a movie clip). I now want to add different colored fills and different stroke sizes and colors using code. Is it possible to do this with pre-drawn vector graphic objects, or is it only doable if I create the arrow with code using things like lineTo and curveTo?

View 1 Replies

ActionScript 3.0 :: Taking Bitmapdata Of An Image Scaled Down With Overlay Objects On The Image?

Apr 26, 2009

hi guys, i got this image i scaled down by .5. The user is then allowed to add objects to the image such as flowers that are sprites in the library. So basically, a jpeg that is 800 x 800 is down to 400 x 400 on the stage and the user is able to add objects to overlay the image.

i want to save the image with the flowers and objects back to its 800 x 800, how do i redraw this image using bitmapdata properly?

View 2 Replies

ActionScript 3.0 :: Vector Of A Custom Data Type?

Aug 17, 2009

Below is basic structure of LetterClip class which extends WMovieClipwhich inreturns extends Movieclip Class.
 
public class LetterClip extends WMovieClip
 {
public function LetterClip(char:String):void

[code]...
 
Error occurs at the push statement.It throws the given below error only when the same activity is executedsecond time in a sequece.
 
TypeError: Error #1034: Type Coercion failed: cannot convertorg.waterford.activity.erp.erp1.r1lt08.clipclass::LetterClip@282e9281 to org.waterford.activity.erp.erp1.r1lt08.clipclass.LetterClip.#Operating System: Windows XPBrowser: Microsoft IE

View 1 Replies

Flex :: Export A DisplayObject's Vector Data?

Jun 19, 2009

Flex gives the ability to export a display object as a bitmap as follows:

var bitmapDataBuffer:BitmapData = new BitmapData ( displayObject.width, displayObject.height, false);
bitmapDataBuffer.draw ( displayObject, displayObject.transform.matrix);

Is there a method to export a display object as a vector graphic instead of bitmap data?

View 4 Replies

ActionScript 3.0 :: Strange Vector Loss Of Data

Mar 4, 2011

I tried to write a function that inserts values into a Vector. After writing my first function, I started to notice some strange results. Sometimes, the Vector appeared to lose values for no reason. My original code looked like this:

[Code]...

View 0 Replies

ActionScript 3.0 :: Push Data Dynamically Into A Vector

Sep 21, 2011

I wonder if is there any way in AS3 to push data dynamically into a Vector using for() some thing like this:

[Code]...

View 7 Replies

Data Integration :: Integrate Flash Graphic With MySQL?

Mar 13, 2007

I am a DBA and I provide data to the developers at my companyin XML format. The developers create Flash graphics and use the XMLto populate data variables. I want to start requiring thedevelopers to make calls directly to my MySQL databases so anytimei have to make a change to the underlying data, I don't get stuckgenerating an updated XML file for the developers.My developers tell me a Flash graphic cannot make a calldirectly to a mySQL database. They say Flash has to reference apage in which variables are defined, such as an XML, PHP, ASP pageetc. This page, they say, is generated from database info, butFlash does not directly make the call to the database ... thatanother programming technology (XML, PHP, etc.) does and has toparse the information, making it available to Flash.

View 3 Replies

ActionScript 3.0 :: Flash Push Data Dynamically Into A Vector?

Sep 21, 2011

I wonder if is there any way in AS3 to push data dynamically into a Vector using for() some thing like this:

Code:
var verticesT0:Vector.<Number> = new Vector.<Number>();
for(var i:int = 0; i < 5; i++)
{

[Code].....

View 3 Replies

Data Integration :: Generating A Custom Graphic From A Forms Input?

Dec 11, 2006

I would like to basically create an flash application that would allow a visitor to answer a few questions and then be presented with an image based on the answers provided via a form. If the generated output is not acceptable - I would like the visitor to be able to regenerate the output with a single click and continue to do so until the image is acceptable. The questions/process would be something like:

1. What is your favorite shape? (a drop down list of data from DB would be selectable)

2. what is your favorite color? (same as above option)

3. what is your favorite things to do? (this answer would work similar to a search and match keywords related to images within the DB and be placed in a designated area of the image)

4. what is your name? (first - last)

the results would then generate a image... Does anyone know where I can begin the process of making a application like this?

View 3 Replies

CS3 Scaling Webpage And No Vector Image?

Nov 15, 2010

I have made a webpage that scales to the size of the users screen. Now i'm having to following problem. There is a image gallery in this website that makes use of an XML file. Everytime when the website is scaled to a bigger size the image gets unsharp. This only happens to the external image that is displayed in the gallery since the flash elements are all vectors.I was already thinking about a higher DPI rate or using different images.

View 2 Replies

Professional :: Convert Vector Image To SWF?

Jun 7, 2010

convert my vector images to SWF files to play in Flash 9.0/AS3. Currently, all I can find is software to convert to AVMI Movie and I need AVM2.

View 1 Replies

Professional :: Moving A Graphic Across The Stage, Using A Png Image?

Mar 15, 2011

I am trying for moving a graphic across the stage, using a png image of a vehicle created in photoshop. Top to bottom travel takes 2 secs and stage is 767 pixels height.24fps is default and I have timeline at 48 frames long.Test movie sees very noticeable jerkiness in the motion, I expected one smooth movement up the screen, I sort of see two windscreens etc. Now I seem to recall that 25fps in video editing sees smooth motion as the human eye cant't perceive individual frames at that rate. What should I be doing to get a png to run smooth ?I tried doubling the fps and timeline length, it got a bit better, I kept doubling such and each time it improved, I hit the limit at 120fps. Its acceptable now but that seems wrong to have to do that, Timeline is going to be massive as actual movie to be 20 secs. Are there settings to be made somewhere to smooth things and use 24fps ?Png is 20kb, background image is 1.28Mb as a png. Envirographics

View 5 Replies

Data Integration :: Repetitive Pattern Vector Picture As Background?

Jul 10, 2008

I would like to use an Illistrator file as a repetitivepattern for the background of my flash web site.I couldn't find any pointer in the documentation.

View 2 Replies

Actionscript :: Making A Flash-based Interactive Map With SVG Vector Data?

Oct 21, 2009

I'm looking for a way to take SVG path info (basically a string of coordinates) and dynamically draw it with Actionscript. Icing on the cake would be if those shapes could detect mouse events to trigger JS and dynamically change their appearance (fill, stroke, etc...).

I'm currently trying something similar to this ([URL]) using SVG but it's just too slow in IE. I've also tried Google's SVG Web ([URL]) which basically does exactly what I'm looking for (it converts SVG to Flash in IE) but again, it's sloooooow - which is why I'm considering doing the whole shebang in Flash.

View 1 Replies

Flash - Create A Vector With A Runtime Defined Data Type?

Feb 17, 2011

Typically you create a Vector (strongly typed array) specifying a data type like:

new Vector<PictureBox>();

However I need to create a utility method that should be able to create a vector of any given datatype. Is it possible to specify a type using a variable instead of hard-coding it?

var type:Class = PictureBox;
new Vector<type>();

View 2 Replies

How To Reduce Vector Image File Size

Jan 19, 2010

How do I make a vector image smaller in file size than a jpg image? This sounds perhaps strange since vector in general is expected to be smaller in file size then pixel.
But take this image for example:
I can get this to about 8 kb if I were to use 'save for web' in photoshop (jpg / low compression). But then I thought I perhaps could get it even smaller by vectorizing it. But that resulted in an image of about 145 kb. Is vector not always better than pixel when it comes to file size?

View 1 Replies

ActionScript 3.0 :: Switching Vector Image Of A Sprite?

Mar 28, 2012

I have two illustrator vector images "apple.ai" and "orange.ai" imported in the library. I create a new sprite in actionscript and want to assign apple.ai as the graphic for the sprite and on mouseover want to change the graphic to orange.ai. I don't want to use button but only sprite: basically i want to know if there is a way in actionscript to assign and change the graphic of a sprite.

View 1 Replies

ActionScript 2.0 :: Exporting Generated .swf As A Vector Image?

Apr 16, 2007

I was wondering what the best way of importing a generated swf file into illustrator is, so i can mess around with the elements, add in backgrounds etc

View 5 Replies

ActionScript 3.0 :: Graphic Acceleration For Smooth Image Panning?

Jan 24, 2012

i have created a slideshow in AS3 scripting to pan images from left to right or right to left. The issue i have on the slideshow is some stutter effects when the set of images are panning from left to right by one after another. Is there anyway to make the panning smoother than the jittery effect.
 
about using graphic acceleration for smooth effect. What is graphic acceleration and how it helps to achieve the smooth movement of images.

[Code]...

View 3 Replies

Flex :: Setting MX Image As Mask On Graphic Object?

Feb 22, 2011

I'm having trouble setting up a Graphic object (a solid filled rectangle) to be masked with an image that gets loaded at runtime. I've managed to get it to work with the following code:

<?xml version="1.0"?>
<s:Application xmlns:fx="[URL]"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
creationComplete="init()"
[Code] .....

Setting the PNG inside the <s:mask> makes the stage render nothing, while adding the mask programmatically in the init() method causes correct behaviour. It took me quite a while to figure this out and I'd like to understand what it is that I'm doing incorrectly in the MXML approach, as that seems to be what is being done in the Cookbook (other than me using an Image and the example using a Group wrapped BitmapImage).

View 1 Replies







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