PDA

View Full Version : scroll bar component


dirk
12-15-2005, 06:33 PM
Hi

I'm trying to get a simple scroll bar component working - to be able to scroll a .gif - but so far without success. Grateful for some help.

I have dragged the scroll bar component on the work area - and left the default parameter settings as they are - except setting scroll drag to true + specifying a file path.

The file path as been set as 'approach.gif' - which sits in the same sub folder as the main movie.

I also gave the component an instance name.

But on loading it up - it's not working - the gif image and the scroll bar are not appearing - although the componet border is.

Any ideas what else I need to do to get the gif and the scroll to work?

Thanx

Dirk

[PAUL FERRIE]
12-15-2005, 07:32 PM
Check your publish setting so that tey are set to player 7 AS2

Jiggie
12-16-2005, 01:41 AM
Are trying to load dynamically a .gif file? coz you can only load jpgs (non-progressive) and not gif...

dirk
12-16-2005, 12:17 PM
thanx for that - will switch to jpeg

[PAUL FERRIE]
12-16-2005, 12:24 PM
Are trying to load dynamically a .gif file? coz you can only load jpgs (non-progressive) and not gif...
You can load a gif dynamicly! It better to stick with either jpg or png but yes you can load a gif.

saumya
12-16-2005, 12:36 PM
gif loading is only supported in Flash Player 8 onwards.

[PAUL FERRIE]
12-16-2005, 12:50 PM
gif loading is only supported in Flash Player 8 onwards.
Thats news to me... But thtas not to say that your wrong