我發現Flex/Action Script 3中的<rs:是什麼?
<rs:Page>
<mx:Image source="@Embed('image1.jpg')" />
<mx:Label x="400" y="40" fontFamily="Verdana" fontSize="9" color="#cccccc" text="butn" />
<mx:Label left="100" right="120" y="90" color="#Ffccdd" textAlign="left" text="Label Text" />
</rs:Page>
在MXML文件。這意味着什麼?
編輯:1
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:filters="flash.filters.*"
xmlns:rs="com.mybooks.book.*"
layout="absolute"
backgroundColor="#333333"
creationComplete="onCreationComplete()"
viewSourceURL="source/index.html" width="600" height="330">
那麼究竟發生了呢? – coderex 2010-11-16 08:55:33
會是怎樣的代碼,當這是在動作腳本3和Flash IDE? – coderex 2010-11-16 09:09:00
@coderex,你應該提供的定義你的例子中的命名空間 – splash 2010-11-16 09:22:19