Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2006
    Posts
    12

    Thumblist question

    I am wondering if thumblist will load png images from a website, I have the full addresses in the numbered table... But its not working?

    Thanks

  2. #2
    Join Date
    Apr 2006
    Posts
    12
    Like this is what my table for addfiles is,
    Code:
    http://host.com/0409200101502hs.th.png
    http://host.com/0409200112279vf.th.png
    http://host.com/0409200202384kr.th.png
    http://host.com/5472/0420060202508hn.th.png
    http://host.com/3168/0420060203143sf.th.png
    http://host.com/0409200205496ie.th.png

  3. #3
    Join Date
    Apr 2006
    Posts
    12
    Ok I think I'm on the way to a work around but needs some help, I have did a loop of get data from listbox and then download the files to a tmp dir. the onlu problem is I have to tell it the filename to save as how could make it save that file as that file name? Like "http://host.com/0409200205496ie.th.png" save as 0409200205496ie.th.png? Then I could do a thumblist of the tmp dir, and empty the dir, on close. Thanks!!

  4. #4
    Join Date
    Oct 2005
    Location
    American Dubai
    Posts
    629
    Hi.
    To make things easier, I think you should download the images somewhere onto your hard disk. Then, load them into a thumblist object, and the rest.

    As for getting the 'filename', try using
    Code:
    A = String.SplitPath(B);
    Filename = A.Filename
    where the variable B holds the string location of your image.
    e.g "C:\\Program Files\\My Product\\MyFile.ext"
    Last edited by Mina; 04-10-2006 at 04:52 PM.

Similar Threads

  1. ThumbList 2 AnyObject
    By ekimtran in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 03-25-2006, 11:16 PM
  2. Thumblist Question
    By Plywood in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 03-21-2006, 06:43 AM
  3. ThumbList 2 ThumbList
    By ekimtran in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 01-19-2006, 06:59 PM
  4. ThumbList
    By Jimbo2112 in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 04-08-2004, 07:30 AM
  5. FlashMX vs AMS5 Data Arrays question
    By Martin_SBT in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 01-19-2004, 09:05 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