04 2012 档案
摘要:前提:子组件脚本访问父组件脚本,需要通过outerDocument属性来访问。注意点:父组件脚本中的变量必须是public,子组件脚本需要包含在子组件标签内。上玛:<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:XMLList id="employees"> <employee> <name>Christ
阅读全文
摘要:1000 Ambiguous reference to %s. 引用可能指向多项。例如,以下示例使用 rss 和 xml 命名空间,每个命名空间都为 hello() 函数定义了不同的值。trace(hello()) 语句无法确定使用哪个命名空间,因此返回此错误。private namespace rss;private namespace xml; public function ErrorExamples() { use namespace rss; use namespace xml;trace(hello());} rss function hello():String { return
阅读全文
摘要:装好了debug版本的flash player插件,配置flashlog.txt的日志记录文件。mm.cfg配置文件的存放路径:Windows XP C:/Documents and Settings/usernameWindows 7 C:/Users/usernameLinux /home/username ——未测试Macintosh OS X /Library/Application Support/Macromedia ——未测试flashlog.txt日志文件的生成路径:Windows XP C:/Documents and Settings/usernam...
阅读全文

浙公网安备 33010602011771号