Page 11 of 11 FirstFirst ... 91011
Results 101 to 105 of 105

Thread: XML Photo Gallery [source included]

  1. #101
    Programming Ninja mkeefe's Avatar
    Join Date
    Feb 2003
    Location
    Boston
    Posts
    7,794
    haha, feature requests a plenty

    well I am going to explain it, but you write it (mostly because I am on an iPhone)

    Create a function that accepts a number as a parameter, place that in the class. Inside this new function check for valid number.. and call the "loadPicture" function with the number. simple as that.

    matt

  2. #102
    Claudia78
    Guest

    HELP with the XML Gallery!

    Hallo everybody! Need Matthew's help or whoever can give me a suggestion...
    I've downloaded this XML Flash Gallery...it perfectly works offline on my PC, but as I try to embed it in my website...it doesn't work anymore...

    To better explain...my website has got a main swf container which loads external swf as pages of the site.

    Here you can download the files of the gallery I have modified:
    Sources files

    Hope you can help me!

    Thank you all!

    Claudia

    [Edited on 7/8/2008 by Claudia78]

    [Edited on 7/8/2008 by Claudia78]

  3. #103
    dshaban
    Guest
    hey mkeefe. I downloaded your sample files for cs3, as this animated transition between images is something I've been looking for. (Job well done). However, I notice that it's built for AS2, and when I try to reconfigure it for AS3. I've gotten a few errors.

    The one I'm stuck on now is:
    1046: Type was not found or was not a compile-time constant: SimpleGallery.

    and the code that it give is this:

    // Include External Actionscript File
    //#include "exampleGallery.as"

    import SimpleGallery;

    var simpleGallery:SimpleGallery = new SimpleGallery(this);

    I'm not entirely familiar with Actionscript although I've done a fair share of it. Anyone have any thoughts on why this would be happening?

    Thanks for your help.
    dave.

  4. #104
    Programming Ninja mkeefe's Avatar
    Join Date
    Feb 2003
    Location
    Boston
    Posts
    7,794
    @dshaban - That gallery is for Flash CS3, not ActionScript 3. You would need to convert the code in order to use it for ActionScript 3.

    Matt

  5. #105
    dshaban
    Guest
    Yes I know, I was attempting to convert it to AS3 but it doesn't seem to be a fairly easy transition from AS2 unfortunately...

Page 11 of 11 FirstFirst ... 91011

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •