Scale Image and Export it as PNG - Flash AS3
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
| 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. |
||||
More listings by jigneshsony
Upload Image... |
Draw Dynamic... |
Comments
You need to LOGIN to post a comment.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!
jigneshsony:
4 months ago
Hello eddyg,
Check this link for component : http://jigneshsony.limewebs.com/sony/
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?
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 :)



