Friday, 19. September 2003, 13:31
|
(FlashMX2004) by aemkei
|
Scite|Flash is one of the best editors for Actionscript out there. It has a lot of features that i miss even in the new FlashMX2004 editor.
In the last hours i put together the new syntax files for as2. Get them here and extract to your scite install folder:
SciteFlashAS2
(application/x-zip-compressed, 14 KB)
Hope there is nothing you will miss ;)
Wednesday, 17. September 2003, 14:08
|
(FlashMX2004) by aemkei
|
Flash 7 comes with an help updater, so you only have to click one button to get the newest changes and updates to your offline documentation.
The problem is that you can't see which files were modified. Maybe Macromedia will put something like a changelog but till now you have to take a look at this XML-File and download the files manualy.
Here is, what i found out:
ActionScript Dictionary
ActionScript Reference
- Syntax: Terminology
- Syntax: Specifying an object's path
- Writing and debugging scripts overview
- Text: Creating scrolling text
- External Data: Using HTTP to connect to server-side scripts
- External Media: Preloading SWF and JPEG files
BasicActionScript
- Interactivity: Set up your workspace
Quick Tasks
- Application: ite an event handler for the component
Using Components
Monday, 15. September 2003, 18:04
|
(FlashMX2004) by aemkei
|
i've tried to use the outputPanel.save( fileURI) command and was wondering, why nothing happend. ok, it works if you use a simple URI, like "file:///D:test.log" but if there are special characters like spaces or hashs in it you will run into a problem. solution is, to break the path into different parts an make them url encoded:
function getDirectory(doc){
var lastSlash = doc.path.lastIndexOf("\\");
var temp = doc.path.substr(0, lastSlash).split("\\");
// format directory path url encoded
for (var i=1; i<temp.length; i++) temp[i] = escape(temp[i]);
return "file:///" + temp.join("/") + "/";
}
function saveTextToFile(text2save, fileName){
var fileURI = getDirectory(flash.getDocumentDOM()) + fileName;
var myOutput = flash.outputPanel;
// clear, trace, save, and hide output;
myOutput.clear();
myOutput.trace(text2save);
myOutput.save(fileURI, false);
myOutput.clear();
myOutput.trace(fileURI + " saved")
}
// example, that saves a file in the document directory
saveTextToFile("this is a basic jsfl example", "example.txt");
Monday, 15. September 2003, 13:16
|
(FlashMX2004) by aemkei
|
With JSFL, XML2UI, Commands, Behaviours, Timeline Effects and Tools you can now extend the Flash development environment.
Here are some links for the future:
FlashGuru Mailing List
Flash Extensibility Forum
Extending Flash Mx Book
... more soon
Sunday, 14. September 2003, 18:14
|
(FlashMX2004) by aemkei
|
ok, here we are. as i told you there is no help for all the jsfl out there. even macromedia says: stay tuned... but a xml description is somewhere deep in the flash config directory.
i put together some code to generate a well formated file that have everything we need.
FlashJavaScriptHelp
(text/plain, 55 KB)
- a short descrition of the FlashJavaScript language elements
parseFlashJavaScriptXML
(application/octet-stream, 2 KB)
- thats the this script that parses the xml file.
(Note: This file is not an executable script! Do not double click this file, but view it with the flash internal editor ;c)
|
Online for 2436 days
Active across Europe:
Hamburg, Weimar, Berlin, Dresden, Moscow
Youre not logged in ... Login
Ist das nicht der Kloschi der sich da unten rechts vollaufen lässt?
by jussuf @ Wed, 5. Nov, 11:07
Endlich ist sie bei youtube, die komplette Letscho Pletscho Schoh vom 2.2.2007 im E-Werk. Ganz Groszes Kino!!
Hier in drei Teilen:
by Cornel @ Mon, 3. Nov, 14:14
by jussuf @ Sun, 26. Oct, 10:50
Alles Gute zur Einheit. Dazu eine eindrückliche Videoreise durch Deutschland: www.zeit.de
by yog @ Fri, 3. Oct, 14:34
term: brains out = pal in
by jussuf @ Fri, 3. Oct, 09:59
Hossa!
Fiesta Marlowkana
by jussuf @ Wed, 24. Sep, 09:52
uiui
by sam @ Tue, 16. Sep, 14:44
Was ist nur mit Marlow los???
by sol @ Tue, 16. Sep, 14:35
Last week:
Donald LaFontaine (August 26, 1940 – September 1, 2008)
en.wikipedia.org
by jussuf @ Tue, 9. Sep, 14:24
BRUSCHNIIIJE!!
by Cornel @ Mon, 8. Sep, 22:59
|