LOGIN Don't have an account yet?   Register

Forgot password?
 
Ken Burns Effect Slideshow

Ken Burns Effect Slideshow screenshot

Preview:   Downloads: 390

Posted on: Mon, Feb 1st 2010, 09:14

 

$8
 
Search comments:
has downloaded icon

 
tanja123

tanja123

on 12/12/10

 
Hello
Could you please tell me how I can maintain the order of the images that means the slideshow starts with image 1, than 2, 3 and so on.
Thank you for your effort on your behalf.
 
corneliu.chitanu

has downloaded iconCorneliu Chitanu

on 13/12/10

Hi,

By default, this component is set to randomize the images. You can change that in the kenburns.xml file. Just set the randomSlideshow attribute to "false", like this:
                
randomSlideshow = "false"

                


Thanks for downloading our slideshow.
has downloaded icon

 
robertfaist

Robert Faist

on 16/3/11

 
Is there a better way to handle multi-line titles so they wrap appropriately? Currently seems to not wrap at all.
 
Hi,

Thank you for this comment. We updated the component now and it can display the title on multiple lines.

Please download the files again and use the new SWF file.
has downloaded icon

 
robertfaist

Robert Faist

on 18/3/11

 
Thanks for the text wrapping change. Works great. It would be nice to be able to align the text on the bottom. The "textX" and "textY" attributes are nice when the text is at the top of the Flash banner but setting "textY" to position it near the bottom can leave variable blank space if the number of lines of text changes. Maybe a "verticalAlignment" attribute with values "top", "bottom" or "center". Thanks.
 
robertfaist

has downloaded iconRobert Faist

on 18/3/11

Or allow "textX" and "textY" to be specified for each to override the values set on the tag.
 
We completed another update for the component and made the necessary changes so that the text will be aligned as anybody wants. Each item can display the text area in any position with various text lengths.

Just download the component on more time and use the new SWF file and add the new XML properties. Use our kenburns.xml file as an example.

Enjoy the slideshow!
has downloaded icon

 
robertfaist

Robert Faist

on 23/3/11

 
Thanks for the update on the title positioning. Works great. What are the valid HTML tags for the CDATA section of the title? I tried <p> and <div> but neither worked. I want to create a colored background for the title so I am trying an inline style.
 
These are the HTML tags supported by flash Text:

http://livedocs.adobe.com/flash/9.0/Ac...

The

tag is supported, and you can specify a CSS class for it, but you cannot style it inline. We, obviously, didn't use CSS to format the text, for this component. You'll have to edit the flash project a little to put a background.

We can help you with this simple feature by doing custom work. If you're interested, please send us an email at office@vuzum.com.

has downloaded icon
has support ticket icon
 
dragon2000gh

Dr Pe

on 17/6/11

 
I set it up but I can't display special characters like Central European letters like čćžšđ.
Encoding is encoding="UTF-8" but characters are not shown. Also if you put html characters like this one &# 263; it doesn't work.
If someone could help I would be grateful.
 
Hi,

You can do it by embedding a font that has those special characters. This tutorial will help you:

http://www.flabell.com/blog/668/embedd...

If you need our help, just send an email at support@flabell.com using the email address associated with your Flabell account. Please attach the font that has those special characters. We'll embed it for you and send you the updated component.
has downloaded icon
has support ticket icon
 
dbottaro

dbottaro

on 28/6/11

 
I love this component!!! However, my requirements have changed a wee bit. Is there a way to use an image-map type linking on a slide? For example, if someone clicks in the lower left corner it take them somewhere other than the url for the rest of the area?
 
Hello,

We're glad to hear that. This is an interesting feature you want for the slideshow. You'd need some ActionScript coding to implement it.

If you're interested in our help we could do it as custom work. Please send our team an email at info@vuzum.com with more details.

Thanks.
has downloaded icon
has support ticket icon
 
Aja_AB

Aja Beasley

on 10/11/11

 
Ok -- I downloaded it onto my machine, but I'm confused about what now: I don't think you give pointers to the newbies... Should I get on Flash?
has downloaded icon
has support ticket icon
 
Aja_AB

Aja Beasley

on 10/11/11

 
Can you do a little tutorial just to catch me up? I've never purchased anything like this, & I'm lost. I love the idea, & want to get started making it my own asap!

Thanks so much!
 
corneliu.chitanu

has downloaded iconCorneliu Chitanu

on 14/11/11

Hello Aja,

We actually have a tutorial that will help you embed the component in your website:

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

If it gives you any trouble, please share a link to your component. We'll figure out what you did wrong and give you a solution.
has downloaded icon
has support ticket icon
 
Aja_AB

Aja Beasley

on 16/11/11

 
Thank you for the tutorial...! However, when I tried to embed the snippet of code, using the "deploy/", it didn't work...Since the example worked wonderfully, I'm assuming I'm missing a "deploy/", but I don't know where... Help?
                
<!--kenburns_slideshow-->
<span id="kenburns_slideshow">



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

			// JAVASCRIPT VARS
			// cache buster
			var cacheBuster = "?t=" + Date.parse(new Date());		
			
			// stage dimensions
			// if you define '100%' then the swf will have the browser dimensions
			var stageW = "560";//"100%";
			var stageH = "348";//"100%";
			
			
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'FlabellComponent';
		    attributes.name = attributes.id;
		    
			// PARAMS
			var params = {};
			params.bgcolor = "#ffffff";
			params.wmode = "transparent";
			

		    /* 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 = "kenburns/";
			flashvars.xmlPath = "xml/kenburns.xml";						
			
			/** EMBED THE SWF**/
			swfobject.embedSWF("deploy/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "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>
	

</span>
<!--end kenburns_slideshow-->

                
 
corneliu.chitanu

has downloaded iconCorneliu Chitanu

on 16/11/11

Hello,

You were right. The pathToFiles flashvar should be:

flashvars.pathToFiles = "deploy/kenburns/";

This is the mistake I can see.
has downloaded icon
has support ticket icon
 
Aja_AB

Aja Beasley

on 16/11/11

 
Oop. Too many lines, I suppose. I'll try again:
                
<!--kenburns_slideshow-->
<span id="kenburns_slideshow">
       <script type="text/javascript" src="deploy/js/swfobject.js"></script>	
		<script type="text/javascript">

<!--THEN-->

flashvars.pathToFiles = "kenburns/";
			flashvars.xmlPath = "xml/kenburns.xml";			
			/** EMBED THE SWF**/
			swfobject.embedSWF("deploy/preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "deploy/js/expressInstall.swf", flashvars, params);

                

If you would really rather me upload everything & post a link, I will, but I don't want to until everything is almost done...

 
corneliu.chitanu

has downloaded iconCorneliu Chitanu

on 16/11/11

Hi Aja,

Like I replied above, please modify the pathToFiles flashvar. You could upload a webpage that does not have a link to it, in the main website. This way only we're going to see it.

Thanks.

Post a comment


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


Try before you buy

Not sure if you need this component?

Download the free preview and customize it for your project before you purchase it.

Note: You can test the preview only on your computer.

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


XML Image Slideshow

XML Image Slideshow

Fashionable flash+XML image slide show with slick navigation and... 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


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

Save money now!

Premium membershipPremium membership
read more

10 Gold Tickets Pack10 Gold Tickets Pack
read more

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!