0
votes
0answers
13 views

how to make (bitmap) components in a flash game resize properly

i've made a little game in flash (with flex) where a random picture (out of 2 atm) is cut up and then used for a fifteen puzzle and it works well enough. the problem i have is that when i upload a ...
0
votes
0answers
103 views

Flash AS3 - Displaying a section of a bitmap

---------- Solution ---------- Ok so this seems to be working perfect, here's the solution First load the image [Embed(source = "/resources/images/image.png")] private var txtr_image:Class; image ...
0
votes
1answer
52 views

How to trace a image to vector with pixel by pixel?

I wan to trace a button image to vector use in Flash. but I use the trace bitmap tool,it will be wrong color when the pixel color with alpha. I try to use Illustrator to do that,but Illustrator can ...
2
votes
3answers
204 views

How to detect if the area was 100% painted in as3

I´m making a game that simulates an industry of pan, and one of the process is Painting. What I want to do is to let the player paint the pan, but i don´t want it to be easy using FILL, i want that ...
0
votes
0answers
117 views

AS3 Bitmapping Text Using Threshold

So, I want to give an embedded font a pixelated appearance, using FlashDevelop. The method I've developed now is to create a new class, BitmappedTextField, that takes values like a string, font color, ...
0
votes
1answer
51 views

to batch trace (vectorize) many bitmaps to .swf?

Does anybody know way to batch trace (vectorize) many bitmaps into flash .swf format on the fly? I could do it with Flash Pro, but i am looking for tracing big numbers of them so need automated way ...
0
votes
1answer
45 views

how to draw a bitmap and call it back when u need it in actionscript 3?

I am using the bitmap data to save choices of the user in my game...but I came across a problem in it... I can ask the bitmap to draw an image... circle_clk = new circle_big; ...
2
votes
1answer
194 views

Bitmap creation gets all-black when generating lots of them

I'm working with Delphi 7 and I have to generate a lot of bitmaps from a FlashMovie embedded in my Delphi application. Definition of the pictures is 1010x720. When I generate more than 6000 pictures ...
1
vote
1answer
153 views

Is it possible to add a movieclip over a bitmap of StageWebView

I want to add a simple spinnerloader(movieclip) over a StageWebView html page for that i converted StageWebView page to bitmap but that didnt work please help me to solve this problem var ...
0
votes
1answer
208 views

Bitmap hittesting in AS3

I'm building a 16 bit game for my final project and have completed all the objects and environments, I exported all the images as png files into flash as well as my character, breaking the environment ...
0
votes
1answer
43 views

Increment each pixel in BitmapData

Let me explain what I'm trying to achieve. I want to create a kind of "age map" of an image. This means that every frame Each pixel's value is incremented by 1. Modified pixels are set to 0. Is ...
2
votes
1answer
162 views

ActionScript 2: Can't grab video frame to a bitmap

I am trying to grab a video frame from RTMP video. the video is played very well and i can see it on my video surface, but i can't grab it to a bitmap and the bitmap is black.. :( I need to do it with ...
1
vote
2answers
617 views

AS3 - Most efficient method of refreshing a bitmap

I have this function within a class that creates a bitmap of any DisplayObject I pass in. As you will see, each time I create a new bitmap I am creating a new BitmapData object and a new Bitmap ...
0
votes
0answers
267 views

Generate transparent JPEG with alphamap RAM usage issue

I generate a transparent bitmap in flash with two jpegs. One is black and white for reading the BitmapDataChannel and the other picture is the actual image. this is my code: private var ...
4
votes
1answer
1k views

Rotate bitmap data in AS3 180deg for export

I have a bitmap in AS3 flash and I am sending it over to javascript using a base64 encoded jpg string. All that works great. I need to send the img over scaled down, and rotated 180deg. The scaling ...
0
votes
1answer
131 views

BlendMode data in a bitamp

I'm working on a viewer that extracts bitmaps from a .swf file. They're all defined as classes, so I can get them with: getBitmap = event.target.applicationDomain.getDefinition(name); getBitmap = new ...
1
vote
1answer
114 views

Flash PNGEncoder using Vectors

There is great lib to convert BitmapData to JPEG using flash Vector instead of Array: Glitchmap It is asynchronous, that's great as well. Does anybody know similar solution for PNG encoding? Using ...
0
votes
1answer
368 views

Creating a SWF with Frames and Bitmaps using AS3SWF

I need to collect and import a mass of images into Flash. The cleanest way to do this seems to be using AS3SWF to create a timeline with 1 image per frame. Does anyone have a code sample for ...
0
votes
1answer
31 views

Are there a better practice to hold monster images than in the timeline *flash*

Let's say I have some monsters in my game and they need to be generated randomly. They need to have some graphics and I am not sure what's the best way to do so. I have read a book where the writer ...
1
vote
5answers
2k views

How to use BitmapData.fillRect()?

When I use it, the only thing that is filled is a white rectangle, doesn't matter the parameter. This is what I do: var map:Bitmap = new Bitmap (new BitmapData(200,200)) map.bitmapData.fillRect(new ...
0
votes
1answer
1k views

AS3 Bitmap Object Not Smoothing at Low Scale values

I need help getting a bitmap to apply smoothing properly after being scaled very small. What I am doing now is loading a .png image with a Loader object. After loading the file I cast the ...
3
votes
3answers
134 views

How to render just a BitmapFilter to BMD?

How would you render a BitmapFilter (such as DropShadowFilter) applied to a sprite, to a seperate BitmapData Layer? which would then be placed beneath all objects. For instance if you have two ...
2
votes
1answer
2k views

AS3 get Bitmap from Movieclip with Mask

This works: var a:BitmapData = new BitmapData(640,480); var b:Bitmap = new Bitmap(a); a.draw(movieClip); This doesn't work: movieClip.mask = movieClipMask; var a:BitmapData = new ...
0
votes
1answer
65 views

flash - rescale an asset that's a hierarchy of bitmaps?

I have some FLA/SWF assets which are hierarchies of bitmaps. They have timelines which page-flip through different bitmaps. I'd like to scale these assets down in pixel-size, including the bitmaps ...
1
vote
3answers
749 views

Flash and Chrome render bug

I have a strange issue where Flash Player in Chrome is not updating unless the browser is resized. The app is an online design tool, written in Flex, and one of the features allows the user to upload ...
1
vote
1answer
233 views

Replacing bitmap in a movieclip in Flash

I'm using functional Actionscript 3 and are doing a game where the user leaves tracks on the level. But now the tracks are objects in an array, that will grow larger and larger (and slow down the ...
0
votes
2answers
357 views

How to remove Bitmap in AS2

I have added a bitmap in movieclip using attachBitmap in my Flash Actionscript 2 project. Now i am having trouble to remove bitmap that is created once. If anyone can give idea how can i do this. ...
1
vote
1answer
2k views

AS3-Copy the transparency from 1 BitmapData object(loaded PNG) and apply to another?

I have a problem involving loading transparent pngs. What I am trying to do, is to copy the alpha channel from a loaded png, and then apply this alpha channel to another Bitmapdata object. Can anyone ...
1
vote
2answers
721 views

Issue when creating bitmap from a movie clip in AS3

I have a problem when I try to convert a movie clip in a Bitmap. Everything works well, but some attributes don't are not in the new Bitmap. For example, if I have a movie clip and I flip it ...
1
vote
2answers
679 views

FlexLoader.loadBytes(): Bitmap is loaded as MovieClip

I've got a code, which caches loaded resources (both images and swfs) and saves its bytes to flash SharedObject: var cache:SharedObject = SharedObject.getLocal('dataCache'); cache.data[url] = ...
1
vote
1answer
230 views

Programatically draw a (drop)shadow

This probably goes for all programming languages. I use Adobe Flash AS3 and for some reason that is boyond this post, I cannot use built-in dropshadow filters. I do, however, have bitmap data ...
1
vote
1answer
3k views

AS3: using beginBitmapFill() with a library object

How can I setup a .beginBitmapFill() with a bitmap loaded into the movie's library? Every example I've found on the internet uses the loader class to load the bitmap externally, but I want to load it ...
1
vote
1answer
1k views

Actionscript: How to remove a filter from BitmapData

I've added a black and white filter onto an image using the following code: var n:Number = 1/3; var matrix:Array = [n,n,n,0,0, n,n,n,0,0, n,n,n,0,0, ...
1
vote
3answers
1k views

How to show a Bitmap which is only a portion of its BitmapData in AS3?

I am writing a screen scroller for a game I'm making. There's a BitmapData object which holds the background graphic, yet I do not want to show/render it on screen all at once. For example, I want ...
0
votes
2answers
388 views

Flash Facebook app…loaded images are invisible…why?

Hi Created a simple gallery in flash for a facebook application. Everything works fine locally, and when uploaded to our staging server the images seem to load but they are invisible. I AM creating a ...
2
votes
2answers
908 views

How to get transparency to work on a bitmap in Actionscript

For a class project I'm working on "Pissed Off Pigs" (I think you get the idea, the pigs get revenge, don't worry, I'm not going to release it!) and I want to create circles with a fill from a bitmap ...
2
votes
1answer
503 views

AS3/Flash performance with large bitmaps

i have a AS3/FL10 based application that renders/animates/filters (blur) large PNGs (1 per view) (about 1100x900 px, roughly 2mb). Due to the fact that the fans start spinning like crazy on my ...
0
votes
2answers
2k views

How to draw an Bitmap in Graphics-Object at any position?

Is it possible to draw a Bitmap to a Graphics-Object like this.graphics.beginBitmapFill(bitmapData, matrix, false); this.graphics.drawRect(0, 0, w, h); this.graphics.endFill(); with an offset? A ...
2
votes
2answers
2k views

How to get the stage dimensions with StageScaleMode.SHOW_ALL?

If you set the stage.scaleMode to StageScaleMode.SHOW_ALL, your swf may be scaled up or down, and may be padded on the top/bottom or left/right. However, stage.width + height always return the width ...
0
votes
2answers
2k views

Forward MouseEvent in transparent bitmap to underlying MovieClip

So I'm Bitmaping some heavy stuff to try bring down the [pre-render] and [render] which is quite high according to FlashBuilder's profiling. I thought this was going well until I realised that as soon ...
0
votes
1answer
751 views

ActionScript / Flash - Programatically Bitmap-Fill IDE Drawn Vectors?

my current situation maybe akin to me painting myself into a corner. i have many vector shapes drawn with the Flash Professional CS5 IDE, which have been converted into sprite objects and exported to ...
0
votes
2answers
2k views

ActionScript - BeginBitmapFill With BitmapData Library Asset?

i've imported an image asset (Background.jpg) to my Flash CS5 library and exported it to ActionScript as class Bitmap with a base type of BitmapData. the following code returns the following error: ...
0
votes
1answer
780 views

ActionScript - Bitmap Cacheing vs. Image Asset Performance

i've created a full spectrum color wheel Sprite object that is composed of 1440 vector triangles, or slices if you will. since i want to animate the color wheel, i've activated the display object's ...
2
votes
1answer
2k views

Flash / Actionscript 3 Bitmap crop with feathered edges (blur edges)

I have been trying to figure out a good strategy to perform a bitmap crop using Actionscript3. For example: I have a picture of a car and I want to crop out the car from the image alone and feather ...
0
votes
1answer
806 views

FlashPunk: How to get that classic Jaggy Edge on Rotated Sprites?

It seems like even if you set an Image object's smooth property to false, it doesn't make the Bitmap look jaggy on non-90-degree angles (jaggy = aliased, opposite of a smooth edges = anti-aliased). ...
0
votes
2answers
350 views

How much faster is blitting than using vector Sprite objects in Flash?

I know there are different situations where one would be better than the other, but I'm comortable with a generalized statistic of... How much faster is blitting than using vector Sprite objects ...
0
votes
1answer
633 views

Collection of Various Color Matrices for Bitmap Manipulation

I've been messing around a bit with some low-level bitmap manipulation and having been creating some various color matrices to apply to bitmap data to add "filters" (for lack of a better term). I ...
0
votes
0answers
280 views

flash - encode an image into jpeg without using bitmapdata

I have a flash uploader to resize images before uploading them to my server. For this, I use the adobe jpegencoder lib which convert a bitmapdata to a jpg image. So, the original image as to be ...
1
vote
4answers
3k views

scale9Grid and Bitmaps - do they work together or not?

I'm not yet used to Flash IDE environment, so I write pure code in FlashDevelop. I got sprite of various graphical assets, one of which was meant to be used with that hugely useful scale9Grid ...
2
votes
4answers
4k views

How to cut a Shape out of BitmapData?

I have a filled Shape, and a BitmapData that is the same width and height as the Shape's bounding box. I need to cut the Shape from the BitmapData (basically draw the BitmapData onto the shape...) ...

1 2