Looks like Mark got the answer he needed but does anyone have any documentation on overriding the href in the text field class without asfunction?
I have previously googled this, looked in the docs, and looked in the flash classes (I was lost trying to read what I found there). I have seen something similar before here: http://www.osflash.org/ripple/overview Just curious, Ryan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Burvill Sent: Wednesday, November 08, 2006 10:10 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Detecting a click on an html link in a text field Lovely - that's what I need. Cheers. Alain Rousseau wrote: > Hi Mark, > > You should look into asfunction > http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhe l > p.htm?context=LiveDocs_Parts&file=00001719.html > > It lets you call AS functions through links in a html text like this : <a > href="asfunction:myFunction,arg1,arg2"> > > > HTH > > A. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Burvill > Sent: 8 novembre 2006 11:39 > To: [email protected] > Subject: [Flashcoders] Detecting a click on an html link in a text field > > Hi List, > > If you have an href link within an html text field in Flash, is there any > way of detecting when the user clicks on it? > > Not being a standard button, you obviously can't do: > > on (press) { > doStuff(); > } > > > But is there another way? > > Cheers. > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training http://www.figleaf.com > http://training.figleaf.com > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.409 / Virus Database: 268.14.0/524 - Release Date: 2006-11-08 > > > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

