topical media & game development
actionscript-example-EnglishSearchOptions.ax
actionscript-example-EnglishSearchOptions.ax
(swf
)
[ flash
]
flex
package {
public class actionscript-example-EnglishSearchOptions extends SearchOptions {
private var kanjiInResults:Boolean = false;
public function getKanjiInResults ():Boolean {
return kanjiInResults;
}
public function setKanjiInResults (newKanjiInResults:Boolean):void {
kanjiInResults = newKanjiInResults;
}
}
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.