a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
23
flex-practice/03c3-canvas-absolute/Example.mxml
Normal file
23
flex-practice/03c3-canvas-absolute/Example.mxml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
|
||||
layout="absolute"
|
||||
backgroundColor="#FFFFFF"
|
||||
backgroundAlpha="0">
|
||||
|
||||
<mx:Canvas x="23" y="34">
|
||||
|
||||
<mx:Button label="< prev"
|
||||
x="4" y="97" />
|
||||
|
||||
<mx:Image source="assets/animals03.jpg"
|
||||
x="85" y="4" />
|
||||
|
||||
<mx:Label text="Photographed by Elsie Weil"
|
||||
x="85" y="230" />
|
||||
|
||||
<mx:Button label="next >"
|
||||
x="381" y="97" />
|
||||
|
||||
</mx:Canvas>
|
||||
|
||||
</mx:Application>
|
1
flex-practice/03c3-canvas-absolute/assets
Symbolic link
1
flex-practice/03c3-canvas-absolute/assets
Symbolic link
@@ -0,0 +1 @@
|
||||
../_assets
|
Reference in New Issue
Block a user