A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Loading an XML Gallery

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    7

    Loading an XML Gallery

    Can this be done via UILoader Component?

  2. #2
    Junior Member
    Join Date
    Jul 2006
    Posts
    28
    Quote Originally Posted by ofdust View Post
    Can this be done via UILoader Component?
    UILoader loads only images not xml

  3. #3
    Junior Member
    Join Date
    Oct 2009
    Posts
    7
    Ok, I've resovled it, UILoader DOES load an XML Gallery. The movie clip with the UIloader can only have 1 column of keyframes.

  4. #4
    Junior Member
    Join Date
    Jul 2006
    Posts
    28
    Quote Originally Posted by ofdust View Post
    Ok, I've resovled it, UILoader DOES load an XML Gallery. The movie clip with the UIloader can only have 1 column of keyframes.
    Well i got to see that. I believe i haven't seen that . I will be very thankful if some one can show me how UILoader can load a xml gallery (not images individually)
    and that does "The movie clip with the UIloader can only have 1 column of keyframes" mean.

    Because as per Adobe Docs:

    ---------------------------------
    Code:
    source property   
    
    source:Object  [read-write] 
    
    Language version:  ActionScript 3.0 
    Player version:  Flash Player 9.0.28.0 
    
    
    Gets or sets an absolute or relative URL that identifies the location of the SWF or image file to load, the class name of a movie clip in the library, a reference to a display object, or a instance name of a movie clip on the same level as the component. 
    Valid image file formats include GIF, PNG, and JPEG. To load an asset by using a URLRequest object, use the load() method.
    
    
    The default value is null.
    
    
    Implementation 
        public function get source():Object 
        public function set source(value:Object):void
    Last edited by sparkdemon; 10-19-2009 at 06:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center