[ 2 posts ]

David Mosher

  • Username: davemo
  • Joined: Mon Mar 23, 2009 2:18 pm
  • Posts: 3
  • IRC: davemo
  • Offline
  • Profile

Debugging Changes to locally built from /src Uploader

Post Posted: Thu Apr 02, 2009 9:18 am
+0-
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 Rabinovich

YUI Developer

  • YUI Developer
  • Offline
  • Profile
Tags:

Re: Debugging Changes to locally built from /src Uploader

Post Posted: Tue Apr 28, 2009 12:59 pm
+0-
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.
  [ 2 posts ]
Display posts from previous:  Sort by  
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
cron