Flex&Action Script
sing_sing
一个迷途小书童
展开
-
如何将BasicView添加到Flex UIComponent中。
原文转载如下:Adding a BasicView to a Flex UIComponentWhile I would always encourage to separate your code into separate classes to follow best OOP practices, the example below will “get the job done”. Since the Flex framework is based off UIComponents and yo原创 2011-03-23 13:27:00 · 1892 阅读 · 0 评论 -
将flex组件添加到papervision3d
<br />上一篇文章介绍了如何将papervision3d作为组件添加到flex中。地址如下:<br />http://blog.csdn.net/sing_sing/archive/2011/03/23/6270637.aspx<br /> <br />这篇文章倒过来,介绍如何将flex组件添加到papervision3d中。<br /> <br /><?xml version="1.0" encoding="utf-8"?><br /> <mx:Application<br /> back原创 2011-03-24 09:17:00 · 1760 阅读 · 0 评论 -
Flex4中textField使用嵌入字体
原文地址:http://11lingxian.javaeye.com/blog/6538371. 嵌入字体Actionscript代码[Embed(source="c:/windows/fonts/FREESCPT.TTF", fontName="Freestyle", unicodeRange="U+0020-U+002F,U+0030-U+0039,U+003A-U+0040,U+0041-U+005A,U+005B-U+0060,U+0061-U+007A,U+007B-U+007E")] pub转载 2011-03-31 15:26:00 · 3646 阅读 · 0 评论 -
papervision3d中plane添加事件交互的问题
<br />今天在做应用程序的时候,需要在plane中响应鼠标单击事件。papervision3d中添加事件交互,一般的资料都是说创建viewport时候指定interactive为true,同时在创建材质(material)的时候指定材质的interactive属性为true,然后在组件上添加InteractiveScene3DEvent.OBJECT_CLICK消息响应函数。<br />按照以上的步骤操作后,点击plane,无法响应单击事件。仔细研究代码,没有问题。将网上的一些示例代码拿下来运行,调试也原创 2011-04-14 13:17:00 · 1832 阅读 · 0 评论