Following example code might give you idea, how to do it:

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="onAppInit ()">
<mx:Script>
function onAppInit ():void
{
linkBar.setStyle ("rollOverSkin", null);
}
</mx:Script>
<mx:LinkBar id="linkBar" />
</mx:Application>

-abdul



On 9/6/06, jdixon428 < [EMAIL PROTECTED]> wrote:

--- In [email protected], "Abdul Qabiz" < [EMAIL PROTECTED]>
wrote:
>
Abdul:

Where do I put this code?

Is the linkBarInstance the id of the LinkBar?

Regards,

John


> linkBarInstance.setStyle ("overSkin", null);
>
> That should work..
>
> Later if you want to show something else, you can create a
programmatic skin
> or CSS based to override the inherited one..
>
> -abdul
>
> On 9/6/06, jdixon428 <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I posted this yesterday, but did not see it show up. Maybe
everyone
> > was enjoying the long holiday weekend. So I will try again.
> >
> > ****************
> >
> > I have an HBox with a backgroundImage. I then have a LinkBar with
> > several menu choices on top of the HBox.
> >
> > How can I set the LinkBar RollOverColor to NOT display any color.
> >
> > I guess I am saying transparent or something of that nature.
> >
> > ****************
> >
> > Bottom line, I can't figure out how to do it.
> >
> > Any suggestions?
> >
> > Regards,
> >
> > John
> >
> >
> >
>


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to