Changeset 1532
- Timestamp:
- 11/15/07 03:02:37 (6 years ago)
- Location:
- lang/actionscript/flmml/trunk/src
- Files:
-
- 3 modified
-
com/txt_nifty/sketch/flmml/FlMML.as (modified) (1 diff)
-
flmml.mxml (modified) (1 diff)
-
flmml.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/FlMML.as
r1276 r1532 7 7 public function FlMML() { 8 8 m_mml = new MML(); 9 var self:FlMML = this; 9 10 m_mml.addEventListener(MMLEvent.COMPILE_COMPLETE, function(e:MMLEvent):void { 10 dispatchEvent(new MMLEvent(MMLEvent.COMPILE_COMPLETE));11 self.dispatchEvent(new MMLEvent(MMLEvent.COMPILE_COMPLETE)); 11 12 }); 12 13 } -
lang/actionscript/flmml/trunk/src/flmml.mxml
r1417 r1532 12 12 if (input.text == "") input.text="l8 cdefgab<c"; 13 13 14 //player.addEventListener("compileComplete", setWarnings);14 player.addEventListener("compileComplete", setWarnings); 15 15 } 16 16
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)