LOGIN Don't have an account yet?   Register

Forgot password?
 
Horizontal Image Slide on Mouse Move

Horizontal Image Slide on Mouse Move screenshot

Demo:     Preview:   Downloads: 482

Last update (2):Wed, Jan 20th 2010, 00:00

 

$8
 
Search comments:
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 28/11/09

 
David, sorry for the late reply. We though you've been answered directly. The issue is that you forgot to put the name on your MovieClip, in this case mcSlider.

Did you do any other changes to the file, because I see the mouseMovement doesn't work as in our file?
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 28/11/09

 
sergetpco, I used your XML in the component, and it works flawlessly.

Note you didn't pass the correct path to the XML file in your example, because the character "/" breaks the javascript code, unless you use the "\" character, to consider it as a string. So your path should be this (only in the HTML, in XML it works):

                flashvars.xmlPath = "http:\/\/www.twikee.net/flabell/slider.xml";
                
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 28/11/09

 
A good code editor should have pointed out this problem to you, as it colors the string differently if it isn't correctly passed.

For example, in this editor we use for code on Flabell, it will look something like this:

                flashvars.xmlPath = "http://www.twikee.net/flabell/slider.xml";
                
(THIS IS WRONG)

Compare it with the code line in the previous post and you can see the difference.
has downloaded icon

 
andrei.neamtu

Andrei Neamtu

on 30/11/09

 
IMPORTANT SMALL UPDATE: the product has been fixed, so it can work in another flash project on any position on the stage.
has downloaded icon

 
grafatik

Laurence Johnston

on 14/1/10

 
How can the hover opacity on the slider images be set to 0? Also I want to position the hover text to display at the top of the slider not the bottom. Is this possible? I tried changing the x/y in Fla and republish but that did not change it.
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 15/1/10

Dear grafatik, I added the following items, for your convenience:

                
overAlpha = "100"
upAlpha = "30"
	
textYPosition = "245"
textXPosition = "10"

                


Please download the files again, and do let me know if you have other questions.
 
thanks bobocel,

can the previous/next arrows be repositioned as well in the xml file?

 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 20/1/10

No, not yet. We're working on that.
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 20/1/10

Now you can. Please download the file again, and check the new XML attributes. ;)
has downloaded icon

 
jhunt2004

jhunt2004

on 19/1/10

 
I want to put this in my flash movie that i am working on and link to frame 100 when i click on one of the people. How do i go about that?
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 20/1/10

First, please make sure you follow the video tutorial, which shows you how to add the component to your AS3 website.

After you did that successfully, you should edit some code that I will give you, after you answer me one question. Should the click on different images go to the same frame, or will each need to send the user to a different frame?
 
jhunt2004

has downloaded iconjhunt2004

on 20/1/10

each will need to send the user to a different frame?
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 21/1/10

Ok. So, inside Slider.as there's the function releaseHandler.

Inside this function, you can add your code where this line is, which you need to comment:
                
URLNavigator.ChangePage(galleryArray[mcParent.index].link, galleryArray[mcParent.index].target);

                
I don't recommend you use frames to build your file, but set the movieclips to visible = true instead. So do something like this:
                
setVisibility(mcParent.index);

                

And in that function you set the current movie-clip to false, and the new movieclip to true.

When you want to get back to the component, you make it visible again.
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 20/1/10

 
Update 02:

We added new functionality to the file, and we updated the structure to follow the new structure we're adding to all Flabell products. (Main.as replaced with Sample.as, new location for the class, new way of reading the variables)
has downloaded icon

 
tomradenz

Tom Radenz

on 10/2/10

 
Hello,

I was wondering if I can somehow add a sound effect over the images, i.e. onRollOver of an image it plays a little click sound that I would normally import into flash?

many thanks
tom
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 10/2/10

This is not implemented, but yes, it could be doable. Do you have AS3 knowledge to add it yourself, or would you like us to look into this?
 
tomradenz

has downloaded iconTom Radenz

on 10/2/10

Hey, well im used to working with AS2 and usually do it with a function on each button/image such as:
                
on(rollOver) { 
    sound = new Sound() 
    sound.attachSound("sound1") 
    _root.sound.start() 
} 

                

so i would probably need a little help ;-)
thanks
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 10/2/10

Ok. Please send me an email with your modified files, we'll add it directly for you (because we don't believe it's appropriate for this component). :-)
 
tomradenz

has downloaded iconTom Radenz

on 11/2/10

Heya,

Did you receive my files?

thx
tom
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 11/2/10

Nope, where did you send it?

show all replies

has downloaded icon

 
tomradenz

Tom Radenz

on 11/2/10

 
okay, I just send it over...

can i also ask, would it be possible to change the xml so that the images are dark right from the beginning i.e when they load without the mouse being over the slider?

many thanks again
tom
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 12/2/10

Received, thanks. Yes, but please make sure you have the latest version. Check my comment on 15/1/10.
has downloaded icon

 
tyrekehunt

Tyreke Hunt

on 22/2/10

 
would you please explain how to use this with lightbox
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 23/2/10

Please use the sample embed code provided to put the swf in your lightbox. Make sure you read the pathToFiles article in our FAQ section, so you set the paths correctly. ;)

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.

Or try our demos.

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

Similar flash components

Horizontal Scroller Slideshow

Horizontal Scroller...

This is a horizontal controller for displaying multiple images with... read more


Content Scroller

Content Scroller

Easy drag and drop scrollbar component built with support for vertical... read more


Continuous Image Slider

Continuous Image Slider

Using this image slider you can display a continuous loop of images,... 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!