LOGIN Don't have an account yet?   Register

Forgot password?
 
XML Image Slideshow

XML Image Slideshow screenshot

Preview:   Downloads: 39568

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

 

 
Search comments:
has downloaded icon

 
huzefa

huzefa

on 7/11/11

 
Hello Corneliu

I am facing some problem with integrating the component in wordpess.

I wrote this code in my .php file.

It works perfect with all the browsers except IE7

It does not load in IE7. When i click on the flash movie it say movie not loaded.

Is the path is not working properly ? Can you help me out with the code.

This is my code to call the flash file :
JavaScript:
                
src="<?php bloginfo('template_url'); ?>/flash-banner/js/swfobject.js">

flashvars.pathToFiles = "<?php bloginfo('template_url'); ?>/flash-banner/banner/";
			flashvars.xmlPath = "xml/banner.xml";

/** EMBED THE SWF**/
			swfobject.embedSWF("<?php bloginfo('template_url'); ?>/flash-banner/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);

                

Thanks in advance, i really need to resolve this issue soon.
 
bass1

has downloaded iconreza es

on 30/12/11

hi
sorry my english is not good :D

                

u should use this code after and befor head tag


<script type="text/javascript" src="js/swfobject.js</script>

......
js/swfobject.js     youre preview.swf adress
for example  http://domain.com/js/swfobject.js
......

then
use this at any were in your themplate

 <script type="text/javascript">
 var fo = new FlashObject("preview.swf", "mymovie", "939", "384", "8", "");
fo.addParam("quality", "high");
fo.addParam("wmode", "transparent");
fo.addParam("scale", "noscale");
fo.write("flashcontent");
</script>

......
preview.swf     youre preview.swf adress
for example  http://domain.com/preview.swf
u can change the size of the slides

                
 
Thanks for the comment. Hope it helps!
has downloaded icon

 
huzefa

huzefa

on 7/11/11

 
Hello Corneliu

It seems like the path is correct, But flash player is not updated for IE7, when i view the flash in firefox it says flash player 10 but in IE7 it says flash player 9.

But this should not be the case, The link should be displayed to download the player instead not displaying the flash or movie not loaded.
has downloaded icon

 
corneliu.chitanu

Corneliu Chitanu

on 9/11/11

 
Hello,

You must use all the code from the JS script you found in the index.html file. This tutorial explains the whole process:

http://www.flabell.com/blog/1829/how-t...

That's because you refer to some object I'm not sure you have declared in your code.

Also, please set the correct path to the expressInstall.swf file too. In IE7, the smallest JavaScript error might cause the object not to initialize. If you can't get it to work, please buy a support ticket and share a link to your webpage. We'll figure out what the problem might be.
 
huzefa

has downloaded iconhuzefa

on 1/1/12

Hi Corneliu

Thanks a lot, I just resolved. I did not observed the path was not correct to an object, i have changed the path and it worked for me.

I appreciate your help.

 
You're welcome. Enjoy the component!
has downloaded icon

 
ashakannan

ashakannan

on 16/11/11

 
how can i change the width and height?i changed the in banner.xml and
// stage dimensions
var stageW = 560;//"100%";
var stageH = 350;//"100%";
in index.html..but only the controller width changes..no change in the image width and height
 
corneliu.chitanu

has downloaded iconCorneliu Chitanu

on 18/11/11

Hello,

You'll need to use images of the size you want to use. They are not stretched/resized within the component. So just use bigger/smaller pictures.
has downloaded icon

 
mr.waliedelmadawy

Walied El Madawy

on 30/11/11

 
Hello,

I want to change images, where can i find images paths.
 
corneliu.chitanu

has downloaded iconCorneliu Chitanu

on 30/11/11

Hello,

You can find the image paths in the banner.xml file. It's in the project/deploy/banner/xml/ folder.
has downloaded icon

 
alfredo.injoque

alfredo.injoque

on 4/1/12

 
Hello,

I added this flash component yesterday in my Intranet. When I modify the index file shows my pictures, but when I added in my Intranet (with the script and with the absolut path) my Intranet shows Dolce & Gabanna pictures.
What is wrong?

This is the code in web element part:
                
<SCRIPT type=text/javascript src="http://intranet/_layouts/images/html/img/20111214/deploy/js/swfobject.js"></SCRIPT>

<SCRIPT type=text/javascript>
	// JAVASCRIPT VARS
	// cache buster
	var cacheBuster = "?t=" + Date.parse(new Date());
	// stage dimensions
	var stageW = 560;//"100%";
	var stageH = 350;//"100%";
	// ATTRIBUTES
	var attributes = {};
	attributes.id = 'FlabellComponent';
	attributes.name = attributes.id;
	// PARAMS
	var params = {};
	params.bgcolor = "#ffffff";
	/* FLASH VARS */
	var flashvars = {};
	/// if commented / delete these lines, the component will take the stage dimensions defined
	/// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml
	flashvars.componentWidth = stageW;
	flashvars.componentHeight = stageH;
	/// 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 = "http://intranet/_layouts/images/html/img/20111214/deploy/banner/";
	flashvars.xmlPath = "xml/banner.xml";

	/** EMBED THE SWF**/
	swfobject.embedSWF("http://intranet/_layouts/images/html/img/20111214/deploy/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "http://intranet/_layouts/images/html/img/20111214/deploy/js/expressInstall.swf", flashvars, params);
</SCRIPT>

<table width="100%" height="100%" cellpadding="0" cellspacing="0">
	<td align="center">

		<!-- this div will be overwritten by SWF object -->
		<div id="FlabellComponent">

			<p>In order to view this object you need Flash Player 9+ support!</p>
			<a href="http://www.adobe.com/go/getflashplayer">
				<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>

			</a>
		</div>
	</td>
</table>


                


The Intranet is in Sharepoint. Hope you can help!
 
Hello,

The paths look fine and I couldn't spot any syntax error. We don't know why it doesn't work in SharePoint. We're sorry, but we're not familiar with it. Can you do some debugging in SharePoint, using Firebug or Chrome's Developer tool? Also, please make sure that the image paths in the XML file are also correct, relative to the pathToFiles flashvar.
has downloaded icon

 
andrewskarthik

andrewskarthik

on 12/1/12

 
i change banner size
 
andrewskarthik

has downloaded iconandrewskarthik

on 13/1/12

who to change slide show size

W-747
H-352
 
Hello,

If you used our JavaScript code from the index.html webpage (highly recommended), like this tutorial explains:

http://www.flabell.com/blog/1829/how-t...

you can change the width and height by changing the stageW and stageH variable values. These are the defaults:
                
// stage dimensions
var stageW = 560;
var stageH = 350;

                

Hope this helps!

 
ralle

ralle

on 16/1/12

 
Hello wanted to see how to add a caption on an image.
I know i have in the xml for every image:
                
<item>
  <path>content/images/image00.jpg</path> 
  <bar_color>0x4f363c</bar_color> 
  <bar_transparency>70</bar_transparency> 
  <slideShowTime>5</slideShowTime> 
</item>
                
do i just add:
                
<caption>image 1</caption>
<caption_color>black</caption_color>
                


in there or how do i do it?

 
ralle

ralle

on 16/1/12

 
were can i get more info as to what variables i can change or add to have more options in using the xml image slideshow? I want to add caption to images
 
Hello,

Thank you for the interest.

You'll need to add the caption functionality into the component. It's not implemented. There isn't another option that you can add. All available options for the component are already added in the XML file.

If you need our help implementing the captions, please send us an email at [email protected] with more details. We'll be glad to do some custom work for you.
 
I'm sorry, we updated the component some time ago. You can add text over the images. Just download the latest version of the component and have the title node under each item tag:
                
<item>
	<title><![CDATA[<font color='#FF0000'>A title for this image</font>]]></title>
	<path>content/images/image1.jpg</path>
	<url></url>
	<target>_blank</target>
	<bar_color>0xcd0a10</bar_color>
	<bar_transparency>70</bar_transparency>
	<slideShowTime>3</slideShowTime>
</item>

                

This should do it.

 
XTC

XTC

on 1/2/12

 
Does absolutely nothing in Firesfox V9.0.1
 
Hello,

Does this webpage work in that version of Firefox, on your machine? I'm using the same version and it works.

Please make sure you did everything right, by following the article below:

http://www.flabell.com/blog/1829/how-t...

Make sure all the paths are correct. I hope you'll enjoy the component soon.

Post a comment


Please login to join the discussions. Don't have an account? Register (it takes 30 seconds)


Similar components for adobe flash

XML Image Gallery for Adobe Flash

XML Image Gallery for...

This is an interactive XML Image Gallery, containing a list of images... 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

  • How to buy?
    watch movie
  • Embed a Flash Component in your Flash Project
    watch movie
  • How to embed a Flash Component in the same HTML page twice?
    watch movie
  • How to embed two different Flash Components in the same HTML page?
    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!