-
This *might* be more of an Eclipse issue than an ASDT issue, but it has occurred for me twice now when attempting to create a new AS2 project, using both Eclipse 3.1 and 3.2.
I'll create a new project using an existing directory, click finish, and Eclipse gives me an error, "Problems encountered setting project description" (that's not the exact wording, but similar). When I go...
2006-07-31 17:42:08 UTC in AS Development Tools (ASDT)
-
Haven't worked a whole lot with loggers, but was wondering if the following is possible:
For debugging purposes, it seems like it'd be useful to have a way to log X number of events prior to a fatal exception (or some other level of priority). It's like the black box in the cockpit, storing the last few bits of data before the system crashes so that I can dig through the wreckage.
Is that...
2006-04-07 13:20:51 UTC in as2lib
-
If you're developing for Flash 8, you don't have to bother with the YamzBrowser component anymore. There are two new classes that handle this:
FileReference:
http://livedocs.macromedia.com/flash/8/main/00002204.html
FileReferenceList:
http://livedocs.macromedia.com/flash/8/main/00002226.html.
2006-02-01 16:32:02 UTC in yamzBrowser
-
You can pass variables using the data array of the YamzBrowser component. This is just an array of variables (anything you want to pass...name/value pairs, numbers, etc.) that will be passed to the upload script.
From there, the idea is that you can modify the data and, if necessary, return it back to Flash. This data is then accessible in Flash through the uploadComplete event broadcast by...
2006-01-26 04:49:15 UTC in yamzBrowser
-
Hey all,
The source install to the appropriate folders in the user-level configuration directory which can be found here, depending on your OS:
Windows: [boot drive]\Documents and Settings\[username]\Local Settings\Application Data\Macromedia\Flash MX 2004\[language]\Configuration\
Macintosh: HD/Users/[username]/Library/Application Support/Macromedia/Flash MX...
2006-01-26 04:30:06 UTC in yamzBrowser
-
I posted an AS 2.0 version of this component in the "patches" area a while back, and figured it probably would've been smarter to just post it here in the forums. So if you need it, it's available here:
http://www.scottydawg.com/temp/yamz/YamzBrowser.mxp
Lulu, in case you read this: I got your message about it not working w/ attachMovie, but I got it working just fine...
2005-07-28 05:41:02 UTC in yamzBrowser
-
See message below; file was too big to attach (471k).
It's available here:
http://www.scottydawg.com/temp/yamz/YamzBrowser.mxp.
2005-06-26 19:49:57 UTC in yamzBrowser
-
Logged In: YES
user_id=1303114
Grr...file was too big to attach to this message. It's
available for download here:
http://www.scottydawg.com/temp/yamz/YamzBrowser.mxp.
2005-06-26 19:48:57 UTC in yamzBrowser
-
This is an overhaul of the Flash side of this
component; the JavaScript has been left mostly intact,
though documented heavily.
Read the mxp's install notes in MM Extension Manager -
they'll provide you with the location of the sample
implementation that contains the javascript and css
files necessary for successful use of the component.
All class files and component flas are also...
2005-06-26 19:47:35 UTC in yamzBrowser