A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: folders

  1. #1
    the naked eye waynenort's Avatar
    Join Date
    Jan 2002
    Location
    Melbourne, Australia
    Posts
    334

    folders

    Hi Guys,

    I'm slowly discovering the power of xml with Flash. Should have used it sooner...

    This is easy question I hope
    If I want to refer an image link that is up one folder level and then back down into another folder, how would I do that.
    I basically want to keep a series of xml data files in one folder, images in another folder and so on.
    This is a snippet of my code refering to one of the image links.
    code:
    <images>
    <thumb displayNum="5" separation="4">
    <image>flashimages/image1.jpg</image>
    <description>My description is here</description>
    </thumb>



    Cheers

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    can you use the double-dot notation to indicate the parent directory ?

    "../flashimages/image1.jpg"

    or the full url ?

    "http://www.domain_ name/flashimages/image1.jpg"

  3. #3
    the naked eye waynenort's Avatar
    Join Date
    Jan 2002
    Location
    Melbourne, Australia
    Posts
    334
    thanks MD

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