| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Feb 2006
Posts: 22
|
I have this simple xmxl code. I would like to create exactly the same things in Action Script
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" layout="absolute"> <mx:Canvas x="82" y="66" width="1000" height="1000"> <mx:VBox x="163" y="114" width="100" height="100" cornerRadius="5" borderThickness="5" borderStyle="solid" backgroundColor="#8facff"> <mx:Image click="getURL('http://www.cnn.com')" source="0004734.jpg" width="29" height="24" verticalAlign="bottom" /> <mx:Image click="getURL('http://www.cnn.com')" source="0004734.jpg" width="29" height="24" verticalAlign="bottom" /> </mx:VBox> <mx:VBox x="19" y="13" width="100" height="100" cornerRadius="5" borderThickness="5" borderStyle="solid" backgroundColor="#8facff"/> </mx:Canvas> </mx:Application> thank you in advance |
|
|
|
|
|
#2 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
in as3 you would
ActionScript Code:
in flex 1.5 as2 you need to use createChildren, thats pretty simmiliar to this approach |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Feb 2006
Posts: 22
|
Thanks it works
|
|
|
|
|
|
#4 |
|
the ever-living
|
Wait...xmxl? This thing wasnt called xml?Or it is another thing?
And this addChild...this seems to put an object inside another, isnt it?OR it is to put a xml child inside another? This is so confusing... |
|
|
|
|
|
#5 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
it is called mxml. yes addChild adds a child to the displayList. this has nothing todo with xml
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion from swf file to actionscript code | TechnoPhobic | ActionScript 1.0 (and below) | 5 | 08-10-2005 10:27 AM |
| Code for creating ComboBox | Danneman | Components | 2 | 07-26-2005 02:10 PM |
| Creating better code..How? | Brisa | ActionScript 2.0 | 7 | 10-18-2004 09:14 PM |
| Can't find ActionScript code on downloaded .fla file | schoollibrary | Simple Stuff (Newbies) | 2 | 03-19-2003 05:54 AM |
| revised Actionscript Dictionary online | robertpenner | ActionScript 1.0 (and below) | 3 | 07-22-2001 08:57 AM |