A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [Gallery using XML and ADOBE FLASH CS2 AS2] Photos don't appear on stage.

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Location
    Dreams
    Posts
    13

    [Gallery using XML and ADOBE FLASH CS2 AS2] Photos don't appear on stage.

    Hi, I'm doing a gallery using XML and Adobe Flash CS3 [action script 2]. This is my first time to use XML and I'm not expert when it comes to action script 2.

    So here's the problem:

    When clicking on the thumbnails of the photos it doesn't load on stage.
    I don't know if it is the .XML file that is wrong or the action script I used on the .fla file.

    This is the code I used on the .XML file:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <photos>
    	<photo filename="01.jpg" thumbnail="s_01.jpg" description="picture_01" />
    	<photo filename="02.jpg" thumbnail="s_02.jpg" description="picture_02" />
    	<photo filename="03.jpg" thumbnail="s_03.jpg" description="picture_03" />
    </photos>
    I'll also post here the .fla and other stuffs so you can all see the what I'm trying to do.

    I hope someone can help me about this. Thank you in advance!

    Here's the download link of the files to understand better:
    http://www.sendspace.com/file/j3bjcj

  2. #2
    Junior Member
    Join Date
    Jul 2010
    Location
    Dreams
    Posts
    13
    I can't seem to make it work yet. :|

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