FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (1)

Scale Image and Export it as PNG - Flash AS3

Previous overall listing: Getting Score Game Previous in Bitmap Creation and Manipulation: Snow effect with BitmapData Next overall listing: TwScrollBar Class AS3 Next in Bitmap Creation and Manipulation: Upload Image and Preview

This is a example like we can scaleX, scaleY,Rotate loaded swf and also Export it as a PNG format file.
See "listing URL" for a working sample.

Keywords: Flash   AS3   Rotate   ScaleX   ScaleY   Export   PNG   Image   SWF   Dynamic   Create

user jigneshsony Author URL no website
Listing URL jigneshsony.limewebs.c...
Downloads 954 Views 9228
jigneshsony  

User ratings for Scale Image and Export it as PNG - Flash AS3.

Donate Add to favorites Subscribe to comments
Report listing
Download  (Flash 10, AS 3.0)

More listings by jigneshsony

Upload Image and Preview
Upload Image...
Draw Dynamic Curve
Draw Dynamic...

Comments

You need to LOGIN to post a comment.
user awaischamp
awaischamp: 1 week ago

good, great job

user eddyg
eddyg: 4 months ago

Sorry man, couldn't take your offer of spliting the cost of a US$300 component just to use this example. I wrote the whole rotate and drag a movieclip from zero. Thanks anyway!

user jigneshsony
the listing author jigneshsony: 4 months ago

Hello eddyg,
Check this link for component : http://jigneshsony.limewebs.com/sony/

user eddyg
eddyg: 4 months ago

Hello, I'm trying to use your example but it asks for a greensock library. At http://www.greensock.com/transformmanage ras3 I see that they sell this library for US$ 300.... so do I have to buy thay library to use your example?

user jigneshsony
the listing author jigneshsony: 5 months ago

Hello FushigiNeko,

for save image on server use following code :
-----------------------------
<?php
if ( isset ( $GLOBALS["HTTP_RAW_POST_DATA"] ))
{
$img = $GLOBALS["HTTP_RAW_POST_DATA"];
$file = fopen($_GET['name'],"w");
fwrite($file,$img);
fclose($file);
} else echo 'An error occured.';

?>
-------------------
Thanks :)

show all 17 comments