A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: picture gallery help

  1. #1
    Member
    Join Date
    Oct 2002
    Location
    belgium
    Posts
    34

    picture gallery help

    can anyone help me plzz. don't quite know how to fix this. when i open the gallery swf file on the server all the pics are gone, when i open the gallery swf on the harddrive everything works fine. i've uploaded all the pics on the server the same as on the harddrive so nothing wrong there i think.

    swf: http://derrickforeal.hostico.net/gallery.swf
    swi: http://users.skynet.be/fa289404/gallery.swi

    thx

  2. #2
    Carpe Diem - Moderator wolfgross's Avatar
    Join Date
    Apr 2001
    Location
    SWiSHzone
    Posts
    1,700
    ...I think there might be a problem with the path to the images - you are using - "GalleryF/" +_parent.Folder +"/10.jpg" - that means flashplayer will be looking for the image in that location - if you have not created these folders on your server (plus there a gaps in the path) the images will not be found.
    Try something like this - create a folder "images" on your server, place all your jpg's ther and then use this path...

    _parent._parent.Container.loadMovie("images/10.jpg");


    wolf

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