Link is now LinkButton. Can you send me a link to any errors in current doc? Tnks,
matt horn flex docs > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Henry > Sent: Thursday, July 06, 2006 2:31 PM > To: [email protected] > Subject: [flexcoders] Re: Using and image as a link > > Thanks for the information. I was looking online this morning > after i posted hoping to find something and i ran across a > mx:Link tag that actually inherited from the button tag. Did > that tag get taken away in Flex 2.0? I tried it this morning > and it would throw an error and not compile when used as > listed in the documentation. > > tfth! > > henry iii > > --- In [email protected] > <mailto:flexcoders%40yahoogroups.com> , "Matt Horn" <[EMAIL PROTECTED]> wrote: > > > > You could use a button and define the skins to be the same > graphic (so > > it doesnt change like a button normally would when its > state changes): > > > > Button { > > upSkin:Embed("../assets/mygraphic.jpg"); > > downSkin:Embed("../assets/mygraphic.jpg"); > > overSkin:Embed("../assets/mygraphic.jpg"); > > } > > > > THen you just specify the click handler as you would with > any button: > > > > <mx:Button id="b1" click="doSomething()"/> > > > > Just dont specify a label for the button. That will muck up > the sizing > > of the button and the text will bleed through your image. > > > > hth, > > > > matt horn > > flex docs > > > > > > > -----Original Message----- > > > From: [email protected] > > > <mailto:flexcoders%40yahoogroups.com> > > > [mailto:[email protected] > > > <mailto:flexcoders%40yahoogroups.com> ] On Behalf Of Henry > > > Sent: Thursday, July 06, 2006 8:37 AM > > > To: [email protected] > <mailto:flexcoders%40yahoogroups.com> > > > Subject: [flexcoders] Using and image as a link > > > > > > I have been trying to get and image to go to a URL on a > click. I am > > > sure that I am making this harder than it should be. > However i would > > > like to know how you guys/gals might be doing this. I was > trying to > > > use an actionscript function that is predefined in Flash, > but that > > > does not seem to work. > > > > > > Do I need to create my own actionscript for this?, or is there > > > something i am missing that is super simple? > > > > > > Thanks so much for your help! > > > > > > > > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

