0
votes
1answer
36 views
Flash AS3 BitmapData.draw() affects text formating
Hi!
I need to display antialiased systemfonts (because the swf filesize must be small, therefore i can't embedd fonts). So I wrote this script in order to manually antialias the t …
0
votes
2answers
59 views
internet explorer flash performance
I posted this to the Adobe forums but I don't expect a good answer there. I am looking for help from someone who has done a game in flash and has encountered the same problem.
Ste …
1
vote
3answers
786 views
How do you load a bitmap file into a BitmapData object?
In Flash, the BitmapData object can be used to store bitmaps in RAM, you can later draw them to a MovieClip using the beginBitmapFill() method.
How do you load an external bitmap …
0
votes
3answers
35 views
Unable to create snapshot of Canvas
Hi,
In my application a canvas object have height=90 px & width =86400 px (indicating 24 hrs 1sex/pixel). The canvas is scrollable and User can add delete components in that.
…
1
vote
1answer
60 views
Screendump from within Actionscript 3.0 is it possible or?
We have Bitmap and Bitmapdata objects now. And when using the webcam, we can get raw-pixeldata output from it. But, can we get raw-pixeldata from the "stage" or "swf" object someho …
0
votes
1answer
346 views
Why is JPGEncoded bytearray sent from AS3 to AMFPHP resulting in an invalid image?
Hi,
Im loading images into Flash and using JPGEncoder to encode the image to a ByteArray and send this to AMF PHP which writes out the bytearray to a file. This all appears to wor …
0
votes
2answers
118 views
Flex BitmapData or ImageSnapshot for uninitialized components
Hi!
I would like to make some kind of thumbnail with capturing BitmapData or ImageSnapshot of some UNINITIALIZED components in my Flex application.
Is it possible?
Thanks in advan …
0
votes
1answer
91 views
AS3/FP9 - Resize a Sprite
I've loaded a JPG with dimensions 3264x2448 into a Sprite. How can I resize it proprtionally to allow meto draw the Sprite into a BitmapData object (which in CS3/Flash Player 9 is …
0
votes
0answers
60 views
How to continuously fade a BitmapData to a certain color?
I'm drawing stuff on a bitmapData and I need to continuously fade every pixel to 0x808080 while still drawing (its for a DisplacementMapFilter)...
I think this illustrates my probl …
1
vote
2answers
151 views
Image Processing and Effects in ActionScript-3
I want to implement various effects like Sepia, GrayScale, Posterization etc. on BitmapData in ActionScript-3.
How to do this and What is most efficient way to do this ?
Thanks i …
0
votes
2answers
90 views
how to get only pixels from inside a irregular shape from uiimageview in iphone?
i want to get only those pixels which are inside an irregular shape..using core graphics not openGL.here is an image where i have drawn an irregular shape.
and here is the drawi …
1
vote
3answers
98 views
How to take a screencap of a SWF and download it to user’s desktop with AS3?
Does anyone know how to take a screencap and download it to desktop in AS3? I know there is a great BitmapDataExporter in AS2 by Mario Klingenman but it doesn't work in AS3.
1
vote
1answer
487 views
How to use Flash BitmapData to scale up a image without loosing the quality?
I'm trying scale up an image in Flash without making it pixelated, I know that I will loose some quality
by scaling up, but i'm not trying to scale 6 times bigger or something :)
…
0
votes
2answers
191 views
Flash CS3 swf loaded inside flex issue (Bitmap)
I have loaded a SWF which is created in Flash CS9 (AS3). I'm having problem passing Bitmap (or BitmapData) from the flex app to the loaded SWF.
Invoking of other functions in the …
0
votes
3answers
83 views
source to image
how to show a image with AS3 from source like:
"GIF89a,.,...... ..sR....8.d.4..p...%...h..'$W..." etc...
thanks in advance
Leo
