You are here: Alphabetical topic list
| Topics: |
|---|
Tips and tricks Setting accessibility using ActionScript (from http://www.markme.com/accessibility/archives/002386.cfm): First, you need to create a new accprops ...
Programming language used by Flash. Current version is ActionScript 2.0.
Topics: SEARCH{ "\. " scope "topic" regex "on" nosearch "off" nototal "off" format " $topic $summary LOCKED TIME REVISION Changed by: AUTHOR " } See also the Condensed ...
STARTINTRO API of public methods. BR Version x. ENDINTRO BR TOC{depth "2"} BR new Object Availability Flash Player 6. Usage new com.lostboys.util.MyClass() Parameters ...
The following is of importance for a class hierarchy that is more than 2 levels deep, where the deepest level does not implement functions that are called in any of ...
Script from Colin Moock to create Java-like class packages in Java, a package is a unique namespace for a group of classes packages conceptually contain classes like ...
STARTINTRO The method to make the browser's back button work with Flash is to use a (invisible) frame that is updated at the same time with the Flash content. The ...
How to pass information from Flash to the html page? Two techniques are possible: using getURL or using fscommand. getURL works on all browsers, but appearantly gives ...
http://onrelease.org/index.php?cat 2 onRelease Flash bugs and workarounds Shared font bug: http://www.peterjoel.com/blog/index.php?archive 2004 08 01 archive.xml ...
STARTINTRO How to add MovieClip class methods to Button class methods: ENDINTRO Button.prototype.swapDepths MovieClip.prototype.swapDepths; and so on with other class ...
A common problem: how to use center a flash movie in the html window with CSS : http://www.quirksmode.org/css/centering.html http://www.wpdfd.com/editorial/wpd0103 ...
function checkPluginVersion(minimalMajorNumber, minimalMinorNumber, updateURL) Checks player version. Redirects to url updateURL if: major number is smaller than ...
Version: 1.0 About Implementation a b c Class name demo Class name tutorial Class name API documentation Downloads Credits Main.YourName 24 Jun 2003
STARTRELATED New class docs? Class reference template API Doc template ENDRELATED TREEVIEW{web "Flash" topic "Code repository" stoplevel "3" formatting "ullist"} ...
Overview page on components: http://www.markme.com/mesh/archives/000114.cfm Everything you ever wanted to know about components (but were afraid to ask) Mike Chambers ...
TOPICLIST{" $name "} See also the verbose Alphabetical topic list.
TOC Screen recording: Camtasia http://www.techsmith.com/products/studio/ Camtasia is a screen recording software product. It can output as SWF. With Flash MX compression ...
STARTCOMMENT Create a new Design topic: TWiki.WikiWord (title naming rules) ENDCOMMENT TREEVIEW{web "Flash" topic "Design " stoplevel "3" formatting "ullist"}
TREEVIEW{web "Flash" topic "Design books" stoplevel "3" formatting "ullist"} BR See also: Programming books
STARTCOMMENT Create a new Design topic topic: TWiki.WikiWord (title naming rules) ENDCOMMENT TREEVIEW{web "Flash" topic "Design topics" stoplevel "3" formatting ...
Methods http://java.sun.com/j2se/javadoc/ javadoc and: http://java.sun.com/j2se/javadoc/writingdoccomments/ How to Write Doc Comments for the Javadoc Tool Javadoc ...
http://www.darronschall.com/weblog/archives/000054.cfm Dynamic MovieClip Registration with AS2 by Darron Schall
EMBEDFLASH{filename " ATTACHURL /sample.swf" width "320" height "240" background "#ff0000"}
Techniques how to embed Flash in a html page. TOC Using document.write to pass url parameters to Flash Page source: flash page body { margin: 0; background: white ...
Solution: BR Flash gives an error when you put all files to include one after another. Put a newline between each include, like: #include "includes/AQprototypes.as ...
http://www.darronschall.com/weblog/archives/000100.cfm The many faces of EventDispatcher http://www.jessewarden.com/archives/000509.html Choosing a Flash Event Engine ...
Flash 6 Bugs Enkele bugs in oude versie 6 players, gevonden in release-notes van macromedia: Bug fixed in version Netscape en Mozilla (op Windows): Geminimaliseerde ...
Flash Remoting See: Flash Remoting Flash and PHP http://www.sephiroth.it/ "Sephiroth di Crugnola Alessandro free flash php files" tutorials, forums, http://www ...
STARTCOMMENT Create a new Flash and HTML programming topic: TWiki.WikiWord (title naming rules) ENDCOMMENT TREEVIEW{web "Flash" topic "Flash and HTML" stoplevel ...
STARTINTRO Flash in the browser and as desktop applications is limited in working together with the operating system (Windows, Mac OS). Flash operates in a so-called ...
In Flash terminology: SharedObjects. These are not stored in the browsers' cache but Location of Flash cookies on disk in a special location on the hard drive. Related ...
From the web site: STARTQUOTE FlashDoc takes the pain out of creating reference help and code hints for your add-on components for Flash MX. FlashDoc is available ...
Full screen Flash without borders: body { margin: 0; padding: 0; } Also, if you put your Flash movie as a percentage, width 100 and height 100 will force the browser ...
TOC General restrictions STARTQUOTE Macromedia Flash player has an extensive list of checks, restrictions and features in order to ensure that Macromedia Flash content ...
http://www.macromedia.com/software/flash/ Macromedia site
It's not uncommon to hear developers complaining that their DHTML menus, when triggered, have dropped behind the Flash movie below them. It's also not uncommon to ...
Statistics from the Macromedia site on the Flash Player's install base finally easily accessible from the Flash player's page: http://www.macromedia.com/software ...
STARTCOMMENT Create a new Flash programming topic: TWiki.WikiWord (title naming rules) ENDCOMMENT TREEVIEW{web "Flash" topic "Flash programming" stoplevel "3" formatting ...
http://www.macromedia.com/software/flashremoting/ STARTQUOTE Macromedia Flash Remoting MX provides the connection between Macromedia Flash and your web application ...
Good example of an all-Flash message board: http://www.phpforflash.com/board/index.php . It uses PHP as backend. Good points Fast Deep linking works Bad points Could ...
There is a free online UML diagramming and modelling tool for Flash: http://www.gskinner.com/gmodeler/ gModeler targetted at developers working with ECMA 262 languages ...
STARTCOMMENT Create a new High level topic: TWiki.WikiWord (title naming rules) ENDCOMMENT TREEVIEW{web "Flash" topic "High level topics" stoplevel "3" formatting ...
STARTRELATED TABLE{sort "off" databg "#F4F4F4, #FFFFFF"} Most recent changes SEARCH{ ". " regex "on" nosearch "on" nototal "on" order "modified" reverse "on" limit ...
How to put HTML on top of a Flash movie? 1 In the object/embed tag, set parameter wmode to transparent 1 Give each div layer a stacking depth using z-index Do not ...
Problem Bitmap images can have a wobbly effect when doing a fade or when hovering over it with the mouse pointer. Solution 1. Always put a bitmap image inside a movieclip ...
Rafa H–hr In 2002, the http://www.unav.es/malofiej/entries/indice.sel.html Malofiej World Infographics Awards showcased a lot of Flash entries. Best of all entries ...
How to get a javascript variable into Flash, or how to let Flash read javascript variables: Writing the variable as parameter in the object embed tags http://www.macromedia ...
STARTINTRO To get one Flash movie on top of another movie, put both movies in a separate div layer with z-order specified, and with a transparent background (w-mode ...
General overview of sources http://www.actionscripthero.com/blog/archives/000077.php Flash MX 2004 and ActionScript 2.0 Tutorials: The Definitive List (First Edition ...
http://www.flash-remoting.com/notablog/home.cfm?newsid 43 "Flash Player 7 security and Flash Remoting" If you are using Flash Remoting, or any other form of data ...
Beginner's mistake Load a JPEG with loadmovie into a movieclip, and the movieclip looses its MovieClip properties (doesn't listen to onEnterFrames and so on). So ...
STARTINTRO Flash cookies (local Shared Objects) are not stored in the browser cache, but in a preference directory of the Flash Player. The cookie files have the ...
Lost Boys / IconMediaLab: http://www.lostboys.com http://www.lostboys.nl Child topics of TREEVIEW{web "Flash" topic "Lost Boys" stoplevel "3" formatting "ullist" ...
The framework is now public and named http://asapframework.org ASAP framework .
(Dutch page) Kim: 3D Chiel: AQprototypes Main.ArthurClemens 19 Aug 2003
TITLE NORMALSPACEDTOPIC is a subscription service to be automatically notified by email when topics change in the TWiki.Flash web. This is a convenient service, so ...
http://members.shaw.ca/flashprogramming/wisASLibrary/wis/index.html
Has something to do with Flash.
TOC Sites http://www.collab.nl/index2.html collab.nl Technology Cheap solution: http://www.moock.org/unity/ Moock's Unity Socket Server USD 700 STARTQUOTE Unity ...
Online archive of older Flash players, versions 5 and 6, with 8 subversions: http://www.macromedia.com/support/flash/ts/documents/minor version.htm Macromedia FlashTechNotes ...
http://www.darronschall.com/weblog/archives/000082.cfm Original source This is a method that uses OnEnterFrameBeacon: // in the transitions package? I think I would ...
http://products.figleaf.com/info.cfm WysiDraw Extensive but rather expensive drawing application from Figleaf. STARTQUOTE Fig Leaf Software's WysiDraw component allows ...
Branden Hall, Samual Wan BR STARTLEFTIMAGE ENDLEFTIMAGE Book data Object-oriented programming with ActionScript BR Branden Hall and Samuel Wan BR Published/Created ...
General note: BR Improper use of Flash banners in DHTML layers will lead to growing irritation with visitors. Already there are programs that can block ALL Flash ...
STARTINTRO With a preloader you can order one or multiple files (.swf or .jpg) to load (download) into a movieclip, thereby keeping track of the percentage downloaded ...
Shape defined symbols
See: Actions Queue AQprototypes http://www.robertpenner.com/easing/ Robert Penner's easing equations
STARTINTRO Topics on Flash programming in general. If you want to delve into the code and its inherent interesting problems and solutions, look at Flash programming ...
TREEVIEW{web "Flash" topic "Programming books" stoplevel "3" formatting "ullist"} BR See also: Design books Design books
Design patterns http://www.macromedia.com/devnet/mx/flashremoting/articles/facades.html Macromedia Developer Center : Software Design Patterns for Macromedia Flash ...
See: Flash programming
If you are not familiar with the TWiki collaboration tool, please visit TWIKIWEB .WelcomeGuest in the TWiki. TWIKIWEB web first. To write...
Below are the last 20 changes. Show last 20 SEP 50 SEP 100 SEP 200 SEP 400 changes. Show all changes. Topics: SEARCH{ ". " regex "on" nosearch "on" order "modified ...
http://www.gskinner.com/gmodeler/ gModeller free online UML diagramming and documentation tool gModeler is a free online UML diagramming and documentation tool ...
To restart a movie totally: loadMovieNum( level0. url, 0); This makes use of the url property of the movie, which gives the location of the .swf file (not the url ...
sIFR 2.0: Rich Accessible Typography for the Masses. It’s been well over ten years now since the debut of the graphical web browser and we still don’t have an easy ...
TWiki.Flash SCRIPTURL /view SCRIPTSUFFIX /Flash Flash SIG Group INCLUDE{" TWIKIWEB .WebRssBase"}
STARTINTRO Flash is a big CPU hogger, especially when the whole screen is redrawing for amounts of time. Therefore it is actually not very useful as a (low CPU) screen ...
See: Flash limitations.
A shape defined movieclip is a one-frame movieclip whose content can be described in two ways: 1 a single or series of shapes which consists a series of lines/curves ...
Search (Advanced search) HOMETOPIC Home META{"parent" dontrecurse "1" prefix " PARENTIMAGE " suffix "" alttext "" } INCLUDINGSPACEDTOPIC METASEARCH{type "parent" ...
Sites http://www.vodafone.com/section article/0,3035,CATEGORY ID 253D30601 2526LANGUAGE ID 253D0 2526CONTENT ID 253D208257,00.html Vodaphone http://www1.volvocars ...
Search (Advanced search) HOMETOPIC Home Starting points Programming Design High level topics Navigate this site Condensed alphabetical topic list Topic list Recent ...
TREEVIEW{web "Flash" topic "Home " formatting "coloroutline:#ffeeff,#eeffee,#ffffee,#eeeeff,#ffeeee,#eeffff" format " $web.$topic $spacetopic " formatbranch " $parent ...
Current http://www.flashforward2003.com/sf/films/votepage.html FlashForward 2003 Film Festival finalists Seen http://www.levitated.net levitated.net physics based ...
All the news http://www.thedevilneversleeps.com/flog/ flog the last 72 hours in Flash development Forums http://www.debreuil.com/phpBB/index.php Debreuil forum Mailing ...
STARTINTRO When a lot is animating simultaneously, animation can creep to a crawl, especially on the machine I develop on (a Mac). There is a simple solution to this ...
Sounds resources: http://www.flash-sounds.com/ USD 8 per month BR Main.ArthurClemens 03 Mar 2003
See: URLencoding
To preserve special characters in XML, use: as your text node. See also: URLencoding , XML Main.ArthurClemens 17 May 2003
Templates that are used in this Web: SEARCH{"Template.txt" scope "topic" nosearch "on" nototal "on" format " $topic"}
STARTCOMMENT Enter text, delete, add images and attachments to get a feel for Wiki editing. Click on "Edit this page" to have a look at the 'source'. ENDCOMMENT ...
This code truncates a string of text by counting the maximum number of characters, and replacing the rest with 3 dots. String.prototype.reduce function(l, p) { var ...
STARTINTRO An XML object can be traversed by giving each node an 'id' attribute, for example menuitem id "about" /menuitem . ENDINTRO Undocumented, but it works. ...
Name: Type: Size: Values: Tooltip message: Title text 40 Page title Subtitle text 40 Subtitle Related Topic: WebPreferences, WebTopicEditTemplate
TOPICLIST{" $name $name "}
STARTRELATED UML links http://www.cetus-links.org/oo uml.html Cetus UML Links http://www.holub.com/class/uml/uml.html UML Reference card http://www.omg.org/technology ...
Basically, you just do: escape("my special characters"); to store special characters, and unescape("my escaped string"); to decode them. Links: Macromedia TechNote ...
STARTCOMMENT Create a new Useful code topic: TWiki.WikiWord (title naming rules) ENDCOMMENT TREEVIEW{web "Flash" topic "Useful code" stoplevel "3" formatting "ullist ...
To avoid getting shot in the feet, use these suffixes with variables: MovieClip: mc Array: array String: str Button: btn TextField: txt TextFormat: fmt Date: date ...
http://www.sorenson.com/showcases/showcase video compression.php Sorenson showcase
The following settings are web preferences of the TWiki.Flash web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC , and can be ...
TWiki's INCLUDINGWEB web SCRIPTURL /view SCRIPTSUFFIX / INCLUDINGWEB (the description of the web). TWiki is a Web-Based Collaboration Platform for the Corporate World ...
Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: May 2008 458 0 0 70 WebStatistics 43 RSS 32 ...
text here
STARTINTRO Developer's site to create a manifesto of good behavior and good design. ENDINTRO http://www.whatisflash.com STARTQUOTE ... we believe that certain current ...
STARTINTRO A collection of good examples on the web. What better arguments why and when to use Flash than to see good implementations? ENDINTRO TOC Rich Internet ...
Reading XML: http://lilacezer.blogspot.com/2003 10 01 lilacezer archive.html#106531045240689875 AS 2.0 FAQ XML vs. XMLConnector doing XML the Flash 2004 way, using ...
A great improvement to reading XML: this script lets you read an XML file (or nodes) by accessing the node names. No more counting of childNode levels! You can use ...
See also the Condensed alphabetical topic list

