LOGIN Don't have an account yet?   Register

Forgot password?
 
XML Image Slideshow

XML Image Slideshow screenshot

Preview:   Downloads: 22258

Last update (2):Mon, May 10th 2010, 00:00

 

 
Search comments:
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 21/12/09

 
I just downloaded the file, and added this in the XML to the first image:
                <url>http://www.vuzum.com</url>
                


And it works. Did you do it like this?
has downloaded icon

 
marciagama

Márcia Eliza Gama

on 21/12/09

 
Yes,

I was testing locally and nothing worked, now I sent the files to the server and tried again, this time worked

thanks for help! This is a great component, I loved it!
has downloaded icon

 
skimmer30

skimmer30

on 24/12/09

 
When I run locally every thing works. When I copy to the server it doesn't play. Any ideas?
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 25/12/09

If you try the demo, it doesn't work on the server. Try the real files from the deploy, the one you downloaded with the source files.

The demo is protected.
 
skimmer30

has downloaded iconskimmer30

on 25/12/09

I copied the zip file from the download to the server, then unzip, then point my browser to
http://www.blfdesigns.com/test/
I thank you for the help. Its probably my fault.
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 26/12/09

Can you send me a link to where you file sits now?
 
skimmer30

has downloaded iconskimmer30

on 26/12/09

Sure,

http://www.blfdesigns.com/test/flabell...

I have tried multiple components from flabell and am having the same problem.

Thanks
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 26/12/09

Did you read the pathToFiles tutorial? You set the variables wrong.

show all replies

has downloaded icon

 
copaland

Carrie Copa

on 28/12/09

 
I am also having trouble with the links not working for this component. They work locally, they even work if you view the file through the direct path on the server, but not on the final page. I'm using the same format as the examples:
http://www.flabell.com

I also tried the above suggestion. That didn't work either. Can you help me get the links to work?
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 28/12/09

Are you using the latest update? Please check.
 
copaland

has downloaded iconCarrie Copa

on 29/12/09

I am using the latest update. I think I've narrowed it down to an issue with the way the slideshow is embedded, since the links only don't work when the file is placed on the final page.
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 29/12/09

It can be an issue from our side. We'll check on the first week of next year. Until then, Happy New Year! :-)
 
Please send a link to where you have the files, so we can test. We tested with the component on our server and it works ok.
has downloaded icon

 
gecophotography

gecophotography

on 29/12/09

 
Hi! Just one information: is it possibile to change the bar length?

Thanks!
Luke
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 29/12/09

Hi Luke! Sure. Please download the preview file, and check the xml. The variable is barHeight, and now is set to 25 pixels.
has downloaded icon

 
koObzthebuilder

koObzthebuilder

on 31/12/09

 
I slideshow shows locally, but when i save to server nothing shows?
has downloaded icon

 
koObzthebuilder

koObzthebuilder

on 31/12/09

 
nmv i got it. you guys products are soo awesome!
 
Thanks! :)
has downloaded icon
has support ticket icon
 
capellt

capellt

on 8/1/10

 
AWESOME job on the effect, it works amazing.

One thing, I noticed the first time it goes through the photos it has the color panel between each photo, then the second time it blurs directly between the photos without the color background.

I'm assuming this is because the images haven't been loaded yet, is there a way to make the XML file pre-load the images before going through the loop.

It does this also on the demo above...thanks again and good work!!
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 11/1/10

You are correct. The file doesn't preload all the images, which is why it shows the white background on the first load.

Another way we can proceed is by showing the previous image, while the new image is loading, but what would look strange is the fact that after the user has clicked on a round circle, nothing is happening.

We're looking into different ways to make this more user friendly, and we'll post an update shortly.

Thanks for the feedback! :-)

By the way, let me know if you need help setting up an avatar, or you simply like the default one we use. :-)
has downloaded icon
has support ticket icon
 
allikjay

allison jones

on 15/1/10

 
Is there any way to change it so it is insert in to the page as an object instead of the .js ?

Thanks!
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 18/1/10

No, you need the js for the resizing. You could use the object tag for embedding and passing the Flash Vars, but you won't be able to resize it.
has support ticket icon
 
nikos

nikos

on 11/2/10

 
Hi there,

We are trying to implement the XML slideshow into a content management system.

The domain is not yet public so its not possible to see the working example from your end.
It would be very helpfull if you could answer the following.

Our root domain is : http://www.examples.gr

The images are stored in a directory (not adjustable) /media
The xml is generated by the CMS and is available at

http://www.examples.gr/rss/mod/1549/10...

The XML is not stored in an explicit example.xml form - it is accessible directly from the address above

This is the XML that the CMS generates:
                
<?xml version="1.0" encoding="UTF-8"?>

<banner 
width = "980"
height = "410" 
startWith="1" 
backgroundColor="0xffffff" 
backgroundTransparency="100" 
barHeight="25">

<item>
<path>/media/gambini.jpg</path>
<url></url>
<target>_blank</target>
<bar_color>0xcd0a10</bar_color>
<bar_transparency>70</bar_transparency>
<slideShowTime>3</slideShowTime>
</item>

<!-- more items -->

</banner>

                



All the relative files (swfobject.js, expressInstall.swf, preview.swf) are all in the /media folder.
Together with the images.

I have tried to leave the flashvars.pathToFiles ="" empty, and in the html include /media where each file is referenced.
Here is a snippet of the HTML I use.

                
<script type="text/javascript" src="/media/swfobject.js"></script>
<script type="text/javascript">
 /* FLASH VARS */
 var flashvars = {};

/// path to the content folder(where the xml files, images or video are nested)
/// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")
flashvars.pathToFiles = "";
			
// path to content XML
flashvars.xmlPath = "/rss/mod/1549/1030"
		    
		    
/** EMBED THE SWF**/
swfobject.embedSWF("/media/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "/media/expressInstall.swf", flashvars, params);
           
</script>

                


I see the swf object on the page as a big grey box however it is obviously not able to access the XML.

Please assist me by letting me know where I need to place my files and how I need to adjust my paths so that the swfobject can access the XML.

regards
nick
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 12/2/10

Dear Nick, please click on the FAQ link in the footer, and then select "Using the pathToFiles variable". Let me know if you still need assistance after you read through the article.

That's basically the information needed for understanding how we set-up our folder structure.
 
nikos

has support ticket iconnikos

on 16/2/10

Hi there,
I have taken a look at the FAQ article and I believe that I have understood how it all comes together, however I am still not able to get it working with the CMS I am using.

As mentioned in my last post, I see the swf object on screen and in place but it appears only with its background colour. It does not seem to be loading/finding the XML file. I have set the pathToFiles variable to an empty string (""), and have set the settingsPath variable to the following URL ("http://clients.squareone.gr/poh/banner...")
but I still do not see the image set in the XML apearing.

This is what is generated when the page loads
                
<object id="FlabellComponent" width="980" height="410" type="application/x-shockwave-flash" data="/media/preview.swf?t=1266322023000" style="visibility: visible;">
<param name="bgcolor" value="#9f443b"/>
<param name="menu" value="false"/>
<param name="scale" value="noScale"/>
<param name="wmode" value="opaque"/>
<param name="allowfullscreen" value="true"/>
<param name="allowScriptAccess" value="always"/>
<param name="flashvars" value="componentWidth=980&componentHeight=410&pathToFiles=&settingsPath=http://clients.squareone.gr/poh/banner/xml/banner.xml"/>
</object>

                


The XML is currently on a different server - could this be a problem?

I have also tried using an absolute URL on the same server however as the site's domain is not yet public I placed the XML on another server so that you could check it from your end.

Your input would be greatly appreciated.
regards
nick
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 16/2/10

Please send me a link to where I can view the banner implemented. I'm sure it's a small issue I can help you with in a minute. :-)
 
nikos

has support ticket iconnikos

on 8/3/10

Hi Andrei,

We had exchanged a couple of posts on page 26 (3 weeks ago). You had asked me to give you a link to where you can see my implementation of the banner - the site was on a private domain which we now have made public. You can check out the problem at

http://www.lentzakis.gr/products/

As you will see from the example I presume there is a problem with the way I am referencing the XML.

Your assistance would be greatly appreciated.
Regards
Nick

Similar flash components

Flash XML Image Gallery

Flash XML Image Gallery

This is an interactive Flash XML Image Gallery, containing a list of... read more


Fade In Fade Out Slideshow

Fade In Fade Out...

Fade in and fade out between any number of images, with this simple to... read more


Multi Page Thumbnail Gallery

Multi Page Thumbnail...

This is a highly customizable XML based gallery, with a large number of... read more


list more items

General Videos

  • Using Flabell Components in your Flash Projects
    watch movie

Showcase

Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.

Need support?

Support ticketGet a support ticket
read more

Share this

If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!