useful tips and resources

Editing 3D Thumbnail Galleries

June 20th, 2008 · 92 Comments

This post shall give you a quick overview for editing 3D thumbnail galleries.

  1. Download the source file .zip from flashmo.com (for example; 3D Curve Wall)
  2. Extract it into a folder.
  3. Default thumbnail width and height 140×105 pixels can be changed in .fla source file “actions” layer. You can edit it from actions panel (press F9). Adobe Flash CS3 is required to edit the FLA file.
  4. Put your own thumbnail images into “thumbnails” folder.
  5. Edit the XML file (thumbnail_list_3.xml) to change filename, url, target, title, and description for all thumbnails.
  6. For changing mouse events, try playing around with p_rollover, p_rollout, and p_click functions.

Edit the below line for adjusting thumbnail width and height.

HTML:
  1. var p:Plane = new Plane(bfm, 140, 105, 2, 2); // line no. 79 in flashmo_098_3d_curve_wall.fla
  2. Plane(material:MaterialObject3D = null, width:Number = 0, height:Number = 0, segmentsW:Number = 0, segmentsH:Number = 0, initObject:Object = null)

This is how the XML file looks like.

Have fun!

Tags: 3D · ActionScript 3 · Flash · Tutorials

92 responses so far ↓

  • 1 Liam // Jun 25, 2008 at 2:20 am

    Any idea why when i download and unzip the files for any of the new 3D models. And when i click on the thumbnails it does not take me to any web page. I have even updated the XML on the 090_thumbnail_xml to point to local sites and it fails.

    Help please

  • 2 tolisejo // Jun 27, 2008 at 12:44 pm

    nice template! when i add thumbnail images in the xml, i am getting blank images on each row. is there a special arrangement or order of appearance of images? your help will be greatly appreciated.

  • 3 admin // Jun 27, 2008 at 1:00 pm

    Liam, links will not work in your computer due to Flash Player security policy. Link will be working if you run on your web server or Local Host.

    tolisejo , which file are you talking about? You will know the arrangements by seeing thumbnail titles when you rollover in every thumbnail.

  • 4 Hendrik // Jun 27, 2008 at 4:15 pm

    You got so many very nice flash files! For me, the only sad thing is, that almost all them are just using images.

    I would love to use swfs or flvs. I tried to figure it how this would work for hours, with no success.

    Maybe you could post one example, how the script has to look like for using swfs or flvs and we can try adapted that to your other files?
    That would be so great, as I guess that I am not the only one, who would like to use something else than images.

    Any chance for that?

    But also thanks a lot for sharing those impressive files with the rest of the world! Please keep up the good work.

  • 5 HB // Jul 3, 2008 at 9:49 am

    Is it possible to have the thumbnail load from an external URL?

    I would like to generate the XML file with PHP and the thumbnails would need to be loaded from a full URL “http:// . . .gif”

    I’ve edited the fla and took off the “thumbnails/” prefix however this has not worked, any suggestions?

  • 6 admin // Jul 3, 2008 at 10:04 am

    HB,

    It is possible with below steps.

    1. You can use absolute URL paths in XML tags. (filename=”http://domain.com/images/01.jpg”)

    2. Remove this line var folder:String = “thumbnails/”; in action scripts.

    3. Remove folder + in below line.

    var bfm:BitmapFileMaterial = new BitmapFileMaterial(
    folder + flashmo_xml.thumbnail[i].@filename.toString());

    That should be working.

  • 7 HB // Jul 3, 2008 at 12:19 pm

    Thanks for the quick help!!

    I did 1 & 2 already,

    your last suggestion was one I had not tried, did that as well this time.

    Unfortunately the wall still won’t load images from external URL’s . . .I’ve placed the ntire URL in the XML and can actually see the browser at the bottom trying to load the image “Reading imagedomain.com/image.gif”
    but it never loads.

    I took off the domain and just put the image name and it attempted to load the thumbnail from the local server, worked without issue.

    For some reason it seems something is preventing it from loading from an external url, must be something we’re missing.

  • 8 admin // Jul 3, 2008 at 12:22 pm

    HB,

    Step 1 and 3 are the main steps in order to make it work. You can easily find that line by find & replace function.

  • 9 HB // Jul 3, 2008 at 12:47 pm

    Sorry, I likely was not clear.

    I had no trouble doing 1 & 3, they are completed. However it still wont load the files from a XML file.

    See my example:
    http://myworldsync.com/control_panel/wall/flashmo_098_3d_curve_wall.swf

    and the xml file:

    http://myworldsync.com/control_panel/wall/thumbnail_list_3.xml

    You’ll see it’s not loading the images :)

  • 10 Mitchell Daniel // Jul 4, 2008 at 12:52 am

    is it possible when clicking a thumbnail that it just makes the image get bigger to full size ? Thats what im really looking for.. Do you have anything like that. I love this 3d wall though.

  • 11 HB // Jul 4, 2008 at 8:28 am

    Ok, the issue with accessing external images is fixed, see the link:

    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14213

    On to a new issue . . . . . .

    When I set the URL of any thumb to open in the same window, using _parent or _self it does not work, NEVER. Only _blank works, do you have a solution for this?

    I appreciate the help, after this I’m done :)

  • 12 Morticia's Rack // Jul 4, 2008 at 1:57 pm

    The wall works great for me on my computer. But when I upload everything to my server, it won’t show the photos. Does my server not support xml or what???

  • 13 admin // Jul 4, 2008 at 2:15 pm

    HB, I am not sure about it.

    Morticia, please try to upload all original files into a temporary folder on your web server and test it.

  • 14 tolisejo // Jul 5, 2008 at 6:04 pm

    admin - am talking about the xml file. When i tried to add more thumbnail nodes or increasing the number of images to be loaded , it shows all images except that it includes blank spaces on each row with no thumbnail titles when rollover. its like showing the whole wall with some missing bricks. thanks for attending our inquiries.

  • 15 HB // Jul 6, 2008 at 3:04 am

    Well, that sucks. I thought this was going to work out, but to have everything open in a new window is not a option.

    Thanks for the help anyway!

  • 16 CY // Jul 9, 2008 at 1:16 pm

    Thanks for the great wall flash. Is there a way to slow down the speed of scrolling through the wall horizontally?

    Also as per Mitchell’s request, is it possible when clicking a thumbnail that it just makes the image get bigger to full size ?

    Thanks!

  • 17 admin // Jul 9, 2008 at 2:00 pm

    CY, Speed is located on line no. 129 inside function render(e:Event) for 3D curve wall.

    var dist2:Number = ((stage.mouseX) - 400) * 0.0001;

    Try adjusting the value 0.0001 to 0.0002 or 0.00005, etc.

    For full size images, you may need to write an extra function for a large image loader.

  • 18 james // Jul 12, 2008 at 8:45 am

    hi, nice template.
    Is it possible to change the form of wall to Flat ?
    I’d like same PicLens.
    please help me

    thanks

  • 19 CY // Jul 14, 2008 at 7:23 am

    I am using flashmo_057_carousel flash. Is there a way to make it open in a new window when clicked?

    I tried putting target=”_blank” but it does not work in that file.

    Thanks!

  • 20 Sakina Rashid // Jul 14, 2008 at 7:56 pm

    Hi, I’m using the the 3D Cylinder Box template (which is awesome!). My problem is that I can’t seem to change the title, it just says 3D Cylinder Box at the top. How do I change that?

    Thanks!

  • 21 rh // Jul 15, 2008 at 10:29 pm

    Hi, i’m using the 3D Cylinder Box also, but when refreshed in Internet Explorer it shifts out of the window, to the left.. Any ideas? Works well in FF btw.

  • 22 TC // Jul 16, 2008 at 2:34 am

    Admin, I would like to generate multiple html/xml sets for different sets of thumbnails. Thumbnail files are in “thumnails” folder; created 3 XML files each loading different sets of thumbnails. Using set1.xml, changed FLA file to read from set1.xml. Generated set1.html and set1.swf. Works fine. Changed FLA file to read from set2.xml. Generated set2.html and set2.swf. Html file doesn’t play swf video. To do this, do I need to duplicate complete folder for each set instead of having multiple html/swf files in 1 folder?

  • 23 J // Jul 16, 2008 at 10:28 pm

    Is it possible to get the url to play in the container I made in flash?

  • 24 Liam // Jul 25, 2008 at 8:08 pm

    Admin

    I’m using the 090_thumnail_xml and i was wondering if tehre is any way to configure the XML to call Word docs .doc or .docx files from a server share rather than calling html files

  • 25 Liam // Jul 28, 2008 at 11:19 pm

    Admin

    I’m using 090_thumnail_xml and by mistake the button for the last screen was deleted by one of my buddies.

    How can I recreate the button and link it to the last scene of the contents. Also how do I add Sub pages or additional pages to this template.

    BTW the templetes are excellent Thank you for creating them

  • 26 MON // Aug 1, 2008 at 4:17 pm

    Good morning!
    I would like to use one of the xml galleries but I do not know how can I load the gallery inside a “container” in other .swf
    What must I change in the actionscript?
    I really would appreciate your help very, very much. THANKS. Thank you for all, for your help and for your work

  • 27 George // Aug 13, 2008 at 7:00 pm

    hello,
    I would like open an other swf file, but not in explorer or mozilla. I just like open into the same windows swf or other swf.
    How can i change the link for open this files swf?

  • 28 Jorge // Aug 15, 2008 at 4:04 pm

    Hi,
    is there any way to use the 3d curve wall script inside another swf? Loading it into another swf with LoadMovie doesn’t seem to work.

    Thank you!

  • 29 Liam // Aug 26, 2008 at 12:04 am

    is is possable to have any of the 3D galleries to dynamically update galleries from a directory. So as you add folders or images it dynamically creates the photoalbum name and then dynamically creates the list of images and respective thumbnails

  • 30 admin // Aug 26, 2008 at 7:17 am

    Liam,

    Yes it is possible to have dynamically created XML file by reading the directory through server-side languages such as PHP, ASP, JSP, etc.

  • 31 John // Aug 27, 2008 at 6:34 am

    Hi Admin
    i download 3d_curve and edit it and its ready that i insert it to my website.
    but i dont know what i can insert it to my website
    excuse me if i cant speak english
    please help me

  • 32 Ian // Aug 30, 2008 at 7:03 pm

    i am trying to upload an artist website, from template, however my images from the thumbnails folder linked via the xml file and scripting do not load. They work on the local network, however when i upload they do not connect. Have changed all prefixs for the network, still not working can some one help please

  • 33 Carlos // Sep 1, 2008 at 9:26 pm

    Hi Admin’s and users, i have a flash site and i want to if it is possible load the “3d_curve_wall.swf” into another SWF.
    Best regards.

  • 34 Stan // Sep 8, 2008 at 10:09 am

    Dear Admin,

    http://i150.photobucket.com/albums/s86/hahasan_2007/help.jpg

    Want to add the image to overlap the 3D Curve Wall.

    But it doesnt work.

    The 3D Curve Wall is generated by Actionscript.

    How to solve this?

    I had used the depth actionscipt, but it seem doesnt work.

    please help. Thanks.

  • 35 admin // Sep 8, 2008 at 10:18 am

    Hi Stan,

    1.Give the instance names for your movie clips (e.g. c1 for left, c2 for right).

    2. add the following 2 lines at the end of ActionScript.

    stage.addChild(c1);
    stage.addChild(c2);

    I have sent you an email for the sample FLA.

  • 36 Leo // Sep 15, 2008 at 8:04 pm

    great template! I am having touble getting this template to show more than 12 pics, (the template came with 12 orig. pics) when I add more than 12 they won’t show, is like the wall is missing bricks, the thubnails_list_5.xml file has place for 54 pics, but stops loading after 12 pics.
    how do I fix it? thanks

  • 37 Leo // Sep 15, 2008 at 8:06 pm

    btw I’m using 3d curve wall gallery template

  • 38 Serlina // Sep 16, 2008 at 6:33 am

    hi admin

    can you please tell me how to edit the ‘curve gallery’? there doesnt seem to be a ‘thumbnails’ folder for a start!
    Thanks :)

  • 39 admin // Sep 16, 2008 at 7:37 am

    Leo, please check your file names and extensions carefully. Sometimes, people use both .jpg and .JPG for file extension which causes the problem.

    Serlina, there is a “photos” folder which stores all thumbnails + photos. :)

  • 40 Serlina // Sep 16, 2008 at 7:42 am

    oh ok!
    and after i put all my thumbnails into the “photo” folder how do i preview them?
    which file is it?
    i havent created the rest of the website tho, can i preview it on my computer? HELP! this is for an assignment that’s due in a couple of days!

  • 41 Leo // Sep 16, 2008 at 6:24 pm

    Thanks for respondind so fast, I checked it, but I retained the orig. file name on the thumbnails_list_5.xml file and all are .jpg when I run it locally they will show fine, but when I check from the server they won’t.
    Also, I had to change the string from “photos/” to nothing “” so the pics would show and took all pics out of the photos/ folder, and thats the only way they would show on the server.

  • 42 harasmivoluntad // Sep 18, 2008 at 3:22 pm

    Hi, thanks in advance for all the work… its just great.
    I am using flashmo 122 3d curve gallery, and i need to change the size of the movie. Changing the size of the movie is no problem, center it, no problem, but after changing the thumbnail size, i dont know how to change the space between them.

    Could anyone help please??

  • 43 Troy Bentley // Sep 23, 2008 at 9:01 pm

    Hi,
    I really appreciate your making all of these templates available. I downloaded the “3D Photo Gallery” template. I would like to have a movie 1000 px wide and 600 px high with the 3D photo gallery occupying 800 px by 600 px. However, the thumbnails extend to the whole 1000 px wide no matter what I do. The extra 20o px will allow me to place buttons on the side of the gallery. Any help would be much appreciated.

  • 44 admin // Sep 24, 2008 at 7:54 am

    harasmivoluntad,

    You need to adjust the values of X and Z.

    p.x = Math.cos(i * angle_per) * 300;
    p.z = Math.sin(i * angle_per) * 300;

    Tory,

    Try adjusting the value of cam.zoom

  • 45 Leo // Sep 24, 2008 at 11:43 pm

    Any luck trying to figure my problem out? thanks

  • 46 EChang // Sep 26, 2008 at 2:49 pm

    How can i add a flash thumbnail gallery into an existing flash template?

  • 47 Leo // Sep 30, 2008 at 7:15 am

    I guess its not going to work.

  • 48 Joshua // Oct 1, 2008 at 10:58 pm

    Hi is there a way to incorporate slimbox or lightbox for the popup?

  • 49 Al // Oct 11, 2008 at 9:15 am

    FULL IMAGE SOLUTION
    For those who are trying to get the full size image after you click on a thumbnail, add the following:

    pic_loader.scaleX = 1.28;
    pic_loader.scaleY = 1.28;

    The best place for this code is right before this function:
    function create_thumbnail()

    Thanks for the awesome component!

  • 50 Hufu // Oct 13, 2008 at 12:31 am

    Could you help me, how can I load the 3D SWF file (written in AS3) to a main running SWF file (written in AS2).
    I can give the location, the file starting to load, there is no any error message, but the 3D object is not visual.
    The 3D SWF is working properly alone.
    Thanks for any idea.

  • 51 as3Novice // Oct 23, 2008 at 9:13 am

    This is a really great tool. I’ve successfully incorporated it into my flash website and I’ve created a button to gotoandplay the first frame, but when I click my button to go back to the frame with the 3D wall, the pictures are all blurry. It seems like when it loads all of the thumbs “BitmapFileMaterial: Loading bitmap from thumbnails/filler.png” It won’t load them again and I get a “DisplayObject3D: null.” Do I need to unload something or delete something when I click my button to exit the frame? Here is my button:
    xbutton_btn.addEventListener(MouseEvent.CLICK,xclickFunction);

    function xclickFunction(event:MouseEvent):void {
    gotoAndStop(”start”);
    }
    Any help would be appreciated. Thanks again.

  • 52 Cavan // Oct 31, 2008 at 5:02 am

    Admin,
    I working with flashmo_057_carousel and I love it. But I would like to do two things to it?
    1. When clicking on thumb and it opens the image correctly buthow do I make it open in a seperate window in the XML script?
    2.Can I make the thumbnail either open to a new window inside flash or make it scale to larger size.

    Thanks
    Cavan

  • 53 lucas // Nov 1, 2008 at 1:28 am

    hey!
    Oh, i’m working with the 095 3d thumbnail box and wish to make it have 9 images per side and not only 6 as it is. Does anyone knows how do i do this?

    Thanks!

  • 54 Chris // Nov 4, 2008 at 10:57 am

    Im having trouble with the 133 Fish Eye. It will not open a URl when I click on a thumbnail. Im using this on MySpace.

    http://www.myspace.com/thisisaweapon

    All files are uploaded to a windows server. Any answer to why this is happening?

  • 55 Kirsty // Nov 4, 2008 at 7:03 pm

    i am working on the 095 3d thumnail box - having an opposite problem to lucas - i would like to have only four images per slide instead of six… could someone possibly help??

  • 56 Lucas // Nov 6, 2008 at 4:16 am

    Kirsty, if you find the ActionScript file and the value, please say to me. I’m sending emails to Min Thu from Flashmo almost 4 per week, and can’t have an answer. The only thing he said to me is that there is a way to do it. Please contact me, maybe we could find the answer together. My e-mail is fogolin91@gmail.com

  • 57 sebastjan // Nov 6, 2008 at 7:07 pm

    Admin

    Can you please help me with “flashmo_118_fashion_gallery” site. Everything is ok on the computer but when i upload the page gallery is not working. It looks like site is looking for folder. I didn’t change anything in script

    Help please please

    Regards

  • 58 jessica // Nov 9, 2008 at 4:21 am

    I’m using the “flashmo_057_carousel_xml” and i was wondering if anyone knew how to change the thumbnails from going to an external url, and instead go to a full size image in the same window.

    any help would be appriciated, as i’m new to using xml and am not too sure how to proceed!

    thanks!

  • 59 B // Nov 10, 2008 at 3:17 pm

    I was also wondering how to load this swf into a container in my index swf. When I preview my Index.swf and click the button to load the 3dwall it loads it into the container but it just brings up the same look as when I open up the FLA file, it doesn’t acctually open the 3d wall up. Is there anything that has to be done to the actionscript? Does my index.swf file have to be As 3 or can it be AS 2 and still load the 3d wall in AS 3?

  • 60 Yoda // Dec 1, 2008 at 10:24 am

    I need to add next image and previous image control buttons to the 3d curve gallery template so when viewing an image, one can click to the next without being sent back to the gallery to choose it. Can you help?

  • 61 dr phil // Dec 21, 2008 at 7:58 am

    how to add this sparkler effect to the thumnails
    http://theflashblog.com/?p=63

  • 62 Axel // Jan 4, 2009 at 10:17 pm

    Hi, I would like to preload (with a loading percentage bar) the thumbnails of the 3D spiral carousel gallery, so that ALL the thumbnails appear all at once when they have ALL been loaded from the XML file.
    What is the code to do this?
    Thank you very much.

  • 63 Hatim // Jan 5, 2009 at 4:04 am

    Hi admin, is there anyway to replace the thumbnails with flash videos? I want it so that when the click on the thumbnail, an new window opens that is the interactive flash movie.

  • 64 Shann // Jan 6, 2009 at 10:33 am

    HI, I would like to have the fisheye thumbnail as external swf file but when I click on the main swf, the fisheye thumbnail does not display. The second problem is when i click on the thumbnail, instead of go to URL, I wish to have a external XML to display the image in the fisheye swf.

  • 65 Annie // Jan 7, 2009 at 10:44 pm

    Admin,
    I am having the same problem as HB above - I am using the 107 Slider, but can’t get the images to appear I tried your advice from above

    1. You can use absolute URL paths in XML tags. (filename=”http://domain.com/images/01.jpg”)

    2. Remove this line var folder:String = “thumbnails/”; in action scripts.

    3. Remove folder + in below line.

    var bfm:BitmapFileMaterial = new BitmapFileMaterial(
    folder + flashmo_xml.thumbnail[i].@filename.toString());

    but still can’t get it to work, please let me know if you can help…

    http://createyourowncritter.com/test

  • 66 vinod // Feb 19, 2009 at 11:44 am

    i have a problem using 3d curve gallery. sometimes its creating problem when we press refresh button on ie and mozilla. is there any solution you could provide me ? on local system everything working fine.

  • 67 vinod // Feb 19, 2009 at 11:45 am

    i have a problem using 3d curve gallery. sometimes its creating problem when we press refresh button on ie and mozilla (cursor got hang for sometime and dont work at all). is there any solution you could provide me ? on local system everything working fine.

  • 68 vinod // Feb 19, 2009 at 2:37 pm

    i will be really thankfull if you will provide me the preloader for the thumbnail imags for the flashmo_122_3d_curve_gallery

  • 69 Bill // Feb 24, 2009 at 12:47 am

    Hello, first i would like to say thank you for all the hard work that goes into creating these flash movies for people to use. they really are awesome! I do have a few questions tho… I am using 122 _3d_curve_gallery, and I would like to change the text at the top of the curve that is: 3d curve photo gallery. also when you are viewing the large photo, i want to change the url from text to a button, that I can edit the url of the button in the xml file. and how can i add text to the large photo that says: “click image to go back to the gallery” in the xml file? If anyone can help with any of my questions, please let me know! thank you very much.

  • 70 chad // Feb 25, 2009 at 5:18 am

    hello, I am working with and on 3D Curve Photo Gallery. Is there anyway to add more than 54 total (18 to each row). Trying to change script. Found section that 54 (changed it). But what else needs to be altered.

  • 71 Miles // Mar 6, 2009 at 6:44 am

    Im using the 3d curve wall and I think it is a great piece of work. How can you adjust the number of rows that appear?

  • 72 Ag // Mar 9, 2009 at 6:22 pm

    Hi! I am working with this http://www.flashmo.com/preview/flashmo_024_photo_xml template and I was adding urls to the descriptions and noticed that the links look just the same as the rest of the descriptions. So I wanted to bold them up a bit but it doesn’t want to work and I can’t seem to find a solution. So I was wondering if you could help me. So my question is: How do I go about with the text formatting in the descriptions in the xml file? I edit straight into a notepad document (just so you know) .

    /Ag.

  • 73 RJ // Mar 10, 2009 at 11:45 pm

    Trying to implement the 3d video wall in a Drupal Installation. I’m able to use the swf on a page but it simply doesn’t show the thumbnails etc.

    I’ve tried to edit the .fla but I still can’t get it to work. The xml file, folders and swf are all in the same folder.

    When I open the URL with IE I get the following error message:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: drupal/sites/default/files/thumbnail_list_3.xml
    at flashmo_098_3d_curve_wall_0_fla::MainTimeline/flashmo_098_3d_curve_wall_0_fla::frame1()

    any suggestions to fix this are more than welcome

  • 74 Archana // Mar 11, 2009 at 12:57 pm

    Dear all
    My thumbnails overlap..i dunno which part of the code to change inorder for my thumbnails not to overlap..do do tell me!

  • 75 Hiram // Mar 18, 2009 at 12:20 am

    This templates are so cool!

    How can I add a new Row to the 3d Curve Wall?

    Instead of just 3, Id like to have 4…

    Thanks,

  • 76 Hiram // Mar 18, 2009 at 12:33 am

    ohh Ive just found out that it add the rows automatically when u add more images!

    lol, thank you anyway =D

  • 77 Maria // Apr 3, 2009 at 1:54 am

    admin -

    that’s a really cool gallery! i am doing a design project for a furniture sistem and i would love to use the gallery in my flash presentation. However, I have some questions and it would be great and very useful if u can answer them :)
    ok, so I put all images that I want in the \photos folder, and then, in the XML file i know what to write in filename, title, and description… BUT what do I write in “target” and “url”???

    thanks!

  • 78 vixpix // Apr 11, 2009 at 9:19 pm

    After replacing my own images to the curve gallery, it is moving slower than the original. The images are web-ready optimized, so it’s not the size. Has anyone else had this happen?

  • 79 Angel // Apr 15, 2009 at 7:34 pm

    Admin
    i using flashmo_067_thumbnail_xml, in local test its works but on line not work, the pictures are not loaded.
    Help

  • 80 admin // Apr 17, 2009 at 10:02 am

    For comments #26, #28, #33, #50, #59 (loading PV3D SWF into another SWF), it is not possible so far as I know.

  • 81 Cindy Corritore // Apr 27, 2009 at 7:24 am

    I am trying out the flash 3d curve wall - how do you change the title on the page (original is 3d Curve Wall)? I changed the text in flash, but then the wall never appears.

    Many thanks -

    C

  • 82 John // Apr 30, 2009 at 4:23 am

    I have the same problem as Cindy. I want to know how to edit the text up top that reads “3D Curve Photo Gallery”

    I looked everywhere and cant find that text. I open the main flash file and all that shows me is the loading page.

  • 83 John // May 1, 2009 at 2:06 am

    I got it. Nevermind. I had to scroll up. hahahah. Duh.

  • 84 javis // May 12, 2009 at 4:37 am

    Hi guysTXS for all your efforts, Im checking out the flashmo_133_fisheye.
    I know how to change links and photos on the gallery, but I can make it work uploading it to the net.
    I upoaded the swf file, the xml file and the Index file
    gallery its not showing
    what is wrong? -THANKS

  • 85 javis // May 12, 2009 at 4:40 am

    SORRY I meant, I cant make it work in the Net.
    ( on the flashmo_133_fisheye )
    gallery its not showing txs.

  • 86 Tabita // Jun 7, 2009 at 6:10 pm

    hello, i am using flashmo_094_spiral_carousel_xml….and my problem is:
    I bring this gallery as an external swf into other fla within UILoader component…and it works fine untill i put a button to return at main (root) scene…it gave me the 1009 error: TypeError: Error #1009: Cannot access a property or method of a null object reference at galery_fla:MainTimeline/render()

    and i don’t know what to do…i really need to put a button to return at my root (main scene)….please help me…i really like this gallery!

    P.S. i have tried with other galeries…but the same error

  • 87 Tabita // Jun 7, 2009 at 6:17 pm

    This is the source of my example:

    http://www.mediafire.com/?sharekey=c93f0e25148b2d6c1bee9a6e9edd9c76e04e75f6e8ebb871

    Thank you in advance…

  • 88 Daris // Jun 12, 2009 at 10:33 pm

    I’m trying to use this gallery, but only the background shows up. I changed all the images and renamed them in the xml file, but I get nothing when I try and export the swf. what do i do?

  • 89 Chris // Jun 15, 2009 at 7:06 am

    I am trying to add my photos on to the flashmo 122 3d curve gallery…
    -I have edited size to match your default pictures.
    -I have edited the XML Doc (thumbnail_list_5) to match formatting.

    However, when i test flash movie their is a blank spot instead of my thumbnail.

    Can you point me in the right direction?

  • 90 Akamaru // Jun 20, 2009 at 1:06 pm

    Hey im new to this , and i was wondering if instead of using this in a website i wud like to use it in a flash project (ie SWF ) file as my gallery cos im doing a multimedia assignment please help

  • 91 Phuket web design // Jun 25, 2009 at 12:21 pm

    nice gallery,but there is triplicate images,when i change it unique pictures,flash error coming,there is anyway for solve this

  • 92 Justin Clark // Jun 30, 2009 at 11:50 pm

    Hey there… I am using flashmo 122 3d curve gallery and I was hoping to change the text when you click on one of the pictures. The text is at the bottom of the page, I can’t seem to find the right file to change it in??? Help!

Leave a Comment