Search  

LIGHT SCROLLER

HomeBrowse CategoriesFlashMenus & ButtonsHorizontal MenusLight Scroller

This is an xml driven scroller. This scroller scales by ratio all the images and respects the maximum boundaries that you will establish. It is highly customizable and it can be programmed to to trigger any actions you desire. Basic AS2 knowledge is required, aswell as being familiar with Flash developing environment (like editing the library items, writing code etc). At the moment when you click a thumb a url will be launched. Here’s a list of what you can customize from the xml:
- The title
- The thumb’s address
- The thumb’s url that will be launched
- The thumb’s width and height
- You can toggle reflection, tooltip, blur and the scroller’s speed
- You can set the space between thumbs, the scroller’s width and height
- The tooltip’s distance and you can toggle the scroller’s alignament.

Support only on the Light Scroller Public Support Forum

Here are some of our interesting works on FlashDen :

Galleries / Portofolios
Tab Gallery/FLV Portfolio v.2 Multilevel XML Photo Gallery v2.0 Tab Gallery v.1 Image Explorer Multilevel Image Gallery Resizable Gallery Easy Image Gallery XML - B1 White Tab Gallery/FLV Portfolio v.2.0 Easy Image Gallery Vertical Easy Image Gallery with Tabs Image Gallery v2 Resizable Portfolio Gallery w/Albums Product List Dock Gallery v1 June Gallery Fullscreen Gallery v.2 draft Fullscreen Showcase Gallery v1 Light

Menus
XML Multilevel Sliding Menu Vertical Scroller Vertical Multilevel Drop Down Menu 2 Levels XML Menu Purple 2 Levels XML Menu Green Horizontal Scroller Image Vertical Menu Vertical Scrolling Menu Cool Image Folio Menu Light - Image Folio v.2 Dark -Image Folio v.2 Fading Slider Dock Menu v1 Sliding List Light Scroller 2 Levels Accordion Menu Dock Menu v.2

Video Players, News Readers, RSS etc.
FLV Player Light RSS Feed Reader XML News Ticker White XML News Ticker Black 2.0 Style Date/Time Widget White XML News Reader Stylish XML News Reader FLV Player with playlist XML Banner Rotator XML News Ticker v3 News Module Light Skin News Module Dark Skin

Small Utils
Image Panning Clasic Tooltip Easy Animated Buttons Tooltip v.2 Image Panning v.2 Motion Blur Banner Rotator v.1.0



Posted 2 months ago

awesome! great job on the blur effect.

Posted 2 months ago

Hi I have question, when i use png image with transparent background i see white background on animation, so if there a the chance to see transparent background on animation?

Posted about 1 month ago

This is nice. I too would be interested in having a png alone against the background. Im looking for a product scroller similkar to what is on apple site. This could almost do the job and is very well done.

There is a component for joomla which works as such for virtuemart. I am surprised nobody has created an xml product scroller. I cant find one.

This would be my suggestion and request to you oxylus as you have some of the best work on here. It coukld be a good seller.

A simple php user back end for image and associated link upload would be just awesome!!! I think xml would still scare some of my customers.

Is there a request section on the den?

Posted about 1 month ago

can this autoscroll automatically on load?

Posted about 1 month ago

Having a couple issues. Can anyone help?

1) Trying to change the background on the flash file and keep getting a locked destination file and/or file name is too long error but neither is the case.

2) I realize that once you click on an image it becomes “unclickable” if you go back to the page. Can I get rid of that?

3) One thing I got around is that my final image file doesn’t seem to show up. I got around this by putting in an extra line in the xml that I don’t want to display but a better way perhaps?

Ok thanks!

Email me directly if you like: tonya.taylor@gmail.com

Posted about 1 month ago

Oxylus – You mentioned that when you click on a thumbnail, you’re taken to a specified URL (I imagine in XML ). What if we need the click to perform an action within flash? Can your menu do that? Thanks.

Posted about 1 month ago

Guys,

In your discription it says the url to be launched is to be set in de XML . This is true, but the target is not to be set from the XML which I find a bit disappointing.

Other than that, great script.

Posted about 1 month ago

I can’t find how to change the link target in the source files either.

Posted about 1 month ago

Hi Author, How can I set the link target in the source files? I want _self. Thanks

Posted about 1 month ago

Just few pointers for anyone struggling with this. Support seems to be a liitle vague on this.

To set a specific x&y position on the stage rather than central open up main.as and scroll to line 27-27.

scroller.x = Stage.width/2-sw/2; scroller.y = Stage.height/2-sh/2;

change the values to something more specific such as:

scroller._x = 160; scroller._y = 466;

Posted about 1 month ago

pointing to a specific frame or command rather than URL :

open up thumb.as scroll to line 169:

getURL(node.attributes.url,”_blank”;);

change the code to any action such as:

_root.my_mc.loadMovie(node.attributes.url);

change the URL inside the xml to mymovie.swf and this will then load mymovie.swf into your blank movie clip called my_mc.

The menu works very well. Great code. If anyone has a better way of doing this I would love to know. Also I need to know how to unload the scroller when not needed as it currently stays where it is.

Posted about 1 month ago

Fantastic recourse…

How can I change the color from the tooltip?

Thanks.

Posted 25 days ago

Great product

I just want to know how can I set the actual length of the reflections displayed.

I want to move the thumbnails up and display more of the reflection.

Thanks

Posted 9 days ago

Support only on the Light Scroller Public Support Forum

.<

Posted 8 days ago

there isn’t a support forum, the link doesn’t work.

I’ve emailed these guys twice and had no reply. this scroller has so much code its crazy. It links to about 10 .as files. I’m having trouble just working out what everything does. If anyone can help to adjust the tweening motion from easing to linear I would be very greatful as when you add many thumbs and slow it down a lot it takes forever to seet the first and last thumbnail

thanks

Posted 2 days ago