| Page 1 of 1 | [ 2 posts ] |
|
I'm making some modifications to the Uploader for a specific purpose we have that requires uploaded images > 1mb to be resized / scaled to under 1mb.
I've got the ant targets and build process setup, but I'm just wondering which binary in the flex SDK do I need to execute in order to debug? Does the YUI team use the eclipse based Flex builder for debugging this stuff? I'm just not sure what the best way to set this up is, either in an ant target (preferable) or the flex builder (which i don't currently have access to). |
Allen RabinovichYUI Developer
|
Hi Dave,
The free Flex SDK has an AS3 compiler, mxmlc (or mxmlc.exe on Windows) that will compile the Uploader.as file. Is that what you are trying to do? There is also a debugger, called fdb, which has some documentation here: http://livedocs.adobe.com/flex/3/html/h ... ng_01.html As for your modification, please be advised that unless the user is running Flash Player 10, Flash will not be able to access the contents of the files that are selected for upload. And even in code targeting Flash Player 10, opening the files and parsing their content is a fairly long process -- I've experimented with images, and large images take a while to load into memory where Flash can operate with them. |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group