Date: July 23, 2009 Release Tag: flash_tml_rel_1-0-3 -Fix for legacy ExternalInterface dependency on name attribute for old school embed element structure, automatically appends name attribute for non-ie browsers. -Expose getId as a public instance method now, update docs. -Remove misleading minVersion argument from constructor and replace with "codebase" options support, update documentation, see http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12685 for values. -Added jsdoc formatted comments to master source. -Switch from tabs to spaces for portability. -Fix menu dropdown bug in demo. -Renamed static member release to JS_RELEASE to avoid ambiguity between Flash plugin release and JS library release. -Remove support for YUI namespaced package. TODO: IE8 ns fix http://trac.dojotoolkit.org/ticket/7658 Date: May 26, 2008 Release Tag: flash_tml_rel_1-0-2 -Added support for allowfullscreen http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html - Thanks to Vlad Hernandez -Added allownetworking http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001079.html -Demo was not generating correct wmode attribute -Revised license in jsmin version to reduce size Date: August 17, 2007 Release Tag: flash_tml_rel_1-0-1 -allowscriptaccess optional param, see http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16494 for more details -Added class property release -Missing semi-colon additions -YUI namespaced version -Addition of JSMin version -Full license removed from source, now an external url reference -Renamed removeNamespace method to htmlTidy -flashvars fix for third party libraries that prototype native objects -Removal of unecessary comments -Fix for flashvars encoding, removed encoding of = and & signs. -Operands in id attribute values cause SWF failure in Internet Explorer, see http://kb.adobe.com/selfservice/viewContent.do?externalId=4b687833&sliceId=1 -tabindex optional param, see http://www.w3schools.com/htmldom/prop_text_tabindex.asp -JSLint see http://www.jslint.com/ -TODO, Dynamic id pattern support, FlashTML.idPattern = "__flash-tml-${id}"; ${id} will be replaced with id generated by the API Date: April 3, 2007 Release Tag: flash_tml_rel_1-0-0 Notes: -Initial release