topical media & game development
lib-flex-ximpel-editor-net-ximpel-components-OverlayView.mx
lib-flex-ximpel-editor-net-ximpel-components-OverlayView.mx
(swf
)
[ flash
]
flex
<?xml version="1.0" encoding="utf-8"?>
<!--
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Javier Quevedo Fernández 05-2009.
-->
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
height="94"
width="147.58002"
xmlns:xim="net.ximpel.components.*"
creationComplete="init();"
verticalScrollPolicy="off"
horizontalScrollPolicy="off" alpha="1">
<mx:Canvas x="5" y="0" styleName="VideoView" width="135" height="86" >
<mx:LinkButton x="97.85" y="10" label="+" width="27.16" height="21" fontWeight="bold" fontSize="11"/>
<mx:Label x="10" y="13" text="OVERLAY"/>
</mx:Canvas>
<xim:LinkNodeView id="previous" x="5" y="15" />
<xim:LinkNodeView id="next" x="140" y="15" />
<mx:Script>
<![CDATA[
import net.ximpel.classes.OverlayCel;
[bindable]
//public var video:Video;
public var overlay:OverlayCel;
public function init():void
{
}
]]>
</mx:Script>
</mx:Canvas>
(C) Æliens
18/6/2009
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.