A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Query : Flash + XML or mediaRss

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Posts
    2

    Query : Flash + XML or mediaRss

    Hi,
    I have never done flash before.
    But want to do some stuff. I did search and tried to do it but failed.

    Here is what I am trying to do.

    I have a domain "www.domain.com" and subdomain "www.my.domain.com"

    The file structure of 2 domains are as below.

    subdomain root
    • index.html
    • slideshow.swf

    domain root
    • photo.xml(a xml file having links to all photos and thumbnails)
    • PhotoGallery
      • Album1
        • Pic1
        • Pic2
        • Pic3
        Album2
        • Pic1
        • Pic2
        • Pic3

    Now whats the best method to get this pics to display in my flash movie/player at domain.

    I want to know how to accomplish this and some reference any if available.
    I did try to search but could not get any example.

    I would be thankful if someone can guide me to right direction.

    Thank you.
    Vishal

  2. #2
    Viral tick lordofduct's Avatar
    Join Date
    May 2008
    Location
    South Florida
    Posts
    159
    my.domain.com/Album#/pic#.ext

    I would assume

  3. #3
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    I don't have the time to write example code right now, but you'll need to know to use a Loader to get your pics once you have the urls. You may run into trouble with crossdomain.xml, so if you do you'll need to have a crossdomain.xml policy at www.domain.com/crossdomain.xml which gives permission to www.my.domain.com to use assets.

    Other than that, any number of xml gallery tutorials should point you in the right direction.

  4. #4
    Junior Member
    Join Date
    Aug 2008
    Posts
    2

    Thank you

    Hi thank you for your reply.

    I will dive into AS3. lets see if I can get that running.

    Vishal

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