Search  

IMAGINE

Full_screen_preview

An extremely smooth slideshow, with elastic transitions. Extremely flexible to control through XML

With the XML file, you can control:

  • Slideshow On/Off option
  • Show and/or hide back and forward arrows
  • Show and/or hide play and pause button
  • Clean code, help file, well organized and lots of comments
  • Multi-line description, with ability to link to a URL
  • Smooth preloader for each image
  • Easy to integrate into a new or current design
  • t is very easy to change tween types as well

You can view the XML setup at: http://www.as-flash.com/work/imagine/images.xml



My other files

Posted 7 months ago

Can I change all of the options in the XML file or do I need to open the Flash?

Thanks

Posted 4 months ago

XML options:

show arrows [true/false], slideshow [true/false], slideshow time [sec], show play button[true/false], images, links, link target, description Posted 4 months ago

What about the size of the slideshow? I would like to make it slightly smaller to insert it into an existing table. Possible through XML ?

Posted 4 months ago

size of image(s) determine Imagine size…

Posted 4 months ago

What about for your ‘Flash Box’ slideshow? Same deal?

Posted 4 months ago

FlashBox is fixed width/height… You must edit size in Flash

Posted 4 months ago

With IMAGINE can I make the description font larger with XML editing? I had to make the slideshow smaller to fit it into my table but now the text in the description is too small

Thanks

Posted 4 months ago

change font size in Flash : line 33 >>> descriptionFontSize = 8;

Posted 4 months ago

I don’t have a Flash Editor. I am doing everything through XML . Could you please look at the link below and tell me what I am doing wrong? I would like to make the photo fill the black window. As well as make the text in the description larger.

http://www.elementoxygen.ca/beta/site_flash/index-2.html

Thank-you

Posted 4 months ago

daveymac21 @ please mail me. File is waiting… ;)

Posted 4 months ago

Hello again,

I would like to have another gallery on another page in my website with different photos. How can I do this? What do I need to change?

Thanks

Posted 4 months ago

change path to xml file. Actionscript line 49: xmlPath=”images.xml”; For example in first set xmlPath=”images1.xml”; and in another xmlPath=”images2.xml”;

Posted 3 months ago

is there a way to pass the xml thru flasvars?

Posted 3 months ago

Lionel : yes. Comment actionscript line 49: //xmlPath=”images.xml”; and then export swf. In HTML add variable xmlPath…

Posted 3 months ago

change path to xml file. Actionscript line 49: xmlPath=”images.xml”; For example in first set xmlPath=”images1.xml”; and in another xmlPath=”images2.xml”;

Can the above actions be performed without a flash editor program? Can I do this with xml editing?

Thanks

Posted 3 months ago

is there a way to display images randomly? thanks.

Posted 3 months ago

change path to xml file. Actionscript line 49: xmlPath=”images.xml”; For example in first set xmlPath=”images1.xml”; and in another xmlPath=”images2.xml”;

Can the above actions be performed without a flash editor program? Can I do this with xml editing?

Thanks

Posted 3 months ago

Hi

For some reason when I try to change – slideshowButton=”false” -from “true” the slideshow stops working and just stays on the first image. When I change back to “true” it works again. How do I hide the slideshow button? All I am doing is typing over true with false.

Thanks

Posted 3 months ago

samobrien change actionscript line 159 from:

if(slideshowOnOffButton=="true" && slideshow=="true") { 

to:

if(slideshow=="true") { 

Posted 3 months ago

All working great now – many thanks!!!!

Posted 3 months ago

Hi there

Just wanted to say thanks so much for all the time and emails – you have helped me perfect imagine for my website. I’m really thrilled – thanks! Great template!

Posted 3 months ago

Nice file, the only change I made was to unselect the bitmap option for the font in the library, this made the font much more crisp and easy to read.

Posted 2 months ago

I just bought this file. It is great and easy to work with.

One simple thing I would change is to flip flop how the slideshow play/pause toggle button is working. When you rollover the middle, the play button shows and when you click it, it changes to pause and actually pauses the movie. Seems like the click function should match the rollover image before you click and not the other way around.

This was very easy to change in your file. Just thought I’d mention it. Great work.

Posted about 1 month ago

Some of the images I wish to display seem too large as they experience some cropping and the arrow navigation functionality disappears. By default, what is the largest WxH image that can be displayed, and how would I go about increasing those dimensions? Thank you in advance!

Posted 18 days ago

You can disregard my last posted question – I’ve found a different solution/app to my problem.

Posted 14 days ago

Is there any way to only have certain descriptions act as a link? I currently only need one of the images descriptions to be clickable.

Posted about 16 hours ago

Yes, click on text open link. Check XML sample http://www.as-flash.com/work/imagine/images.xml

Posted about 15 hours ago