Similar flash components
Flash XML Image Gallery
This is an interactive Flash XML Image Gallery, containing a list of... read more
Fade In Fade Out...
Fade in and fade out between any number of images, with this simple to... read more
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?
Get 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!





Products RSS Feed
Follow us on twitter
support@flabell.com
huzefa
on 7/11/11
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.
on 30/12/11
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 slideson 3/1/12
huzefa
on 7/11/11
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.
Corneliu Chitanu
on 9/11/11
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.
on 1/1/12
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.
on 3/1/12
ashakannan
on 16/11/11
// 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
on 18/11/11
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.
Walied El Madawy
on 30/11/11
I want to change images, where can i find images paths.
on 30/11/11
You can find the image paths in the banner.xml file. It's in the project/deploy/banner/xml/ folder.
alfredo.injoque
on 4/1/12
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!
4 weeks ago
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.
andrewskarthik
3 weeks, 1 day ago
3 weeks ago
W-747
H-352
2 weeks, 4 days ago
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
2 weeks, 4 days ago
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
2 weeks, 4 days ago
2 weeks, 3 days ago
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.
2 weeks, 3 days ago
<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
2 days, 11 hours ago
1 day, 17 hours ago
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.