FDT Pixlib template EventList
<?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="" enabled="true" name="eventList">import com.bourre.events.BasicEvent; import com.bourre.events.EventType; class ${enclosing_package_and_type} { private function EventList() { // } public static var clickTagEVENT:EventType = new EventType("clickTag"); public static var runSiteEVENT:EventType = new EventType("runSite"); public static var protectScreenEVENT:EventType = new EventType("protectScreen"); public static var unprotectScreenEVENT:EventType = new EventType("unprotectScreen"); // son public static var loadSoundLibEVENT:EventType = new EventType("loadSoundLib"); public static var onPlaySoundEVENT:EventType = new EventType("playSound"); public static var onToggleSoundEVENT:EventType = new EventType("toggleSound"); // video public static var loadFLVEVENT:EventType = new EventType('loadFLV'); public static var playVideoEVENT:EventType = new EventType('playVideo'); public static var pauseVideoEVENT:EventType = new EventType('pauseVideo'); public static var stopVideoEVENT:EventType = new EventType('stopVideo'); public static var headTimePositionEVENT:EventType = new EventType('headTimePosition'); // screen protection public static var PROTECTSCREEN:BasicEvent = new BasicEvent(EventList.protectScreenEVENT); public static var UNPROTECTSCREEN:BasicEvent = new BasicEvent(EventList.unprotectScreenEVENT); }</template></templates>
projects/pixlib/fdt_template/eventlist.txt · Last modified: 2007/02/16 09:18