RE: [Flashcoders] htmlText + rollover

2006-02-14 Thread Damian Taggart
You can't do it. Asfunction ONLY works with click events.

Sorry,
Damian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder
Kumar
Sent: Tuesday, February 14, 2006 12:49 AM
To: Flashcoders mailing list
Subject: [Flashcoders] htmlText + rollover

Hi,

Currently i am using 'a href' tag to call a function on the click of text
which display a popup text.and my code is here.
text_txt.htmlText=a
href='asfunction:_root.displayGlossary,1'uBOpen
Glossary/B/u/a

But now the requirement changes.
Client wants to display the popup  on  RollOver of text. and on RollOut
hide the popup.

What can i do to achieve this.
pls help

Thanks in advance.
Tarjinder
___
Flashcoders@chattyfig.figleaf.com
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

___
Flashcoders@chattyfig.figleaf.com
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


RE: [Flashcoders] htmlText + rollover

2006-02-14 Thread Marc Hoffman
I haven't done this before, but seems to me that you could locate the 
coordinates of a specific string in a text field, create an invisible 
movie clip that overlays the text, and assign a rollOver function to 
the clip. Anybody have experience with this? Last time I had to do 
it, we just made all the text static and overlayed movie clips 
manually -- quite a pain and not at all elegant :)


- Marc

At 03:02 PM 2/14/2006, you wrote:

You can't do it. Asfunction ONLY works with click events.

Sorry,
Damian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder
Kumar
Sent: Tuesday, February 14, 2006 12:49 AM
To: Flashcoders mailing list
Subject: [Flashcoders] htmlText + rollover

Hi,

Currently i am using 'a href' tag to call a function on the click of text
which display a popup text.and my code is here.
text_txt.htmlText=a
href='asfunction:_root.displayGlossary,1'uBOpen
Glossary/B/u/a

But now the requirement changes.
Client wants to display the popup  on  RollOver of text. and on RollOut
hide the popup.

What can i do to achieve this.
pls help

Thanks in advance.
Tarjinder
___
Flashcoders@chattyfig.figleaf.com
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

___
Flashcoders@chattyfig.figleaf.com
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



___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] htmlText + rollover

2006-02-14 Thread JesterXL
This might help:
http://www.ifbin.com/news/2006/02/flex-2-mouseword-by-ralf-bokelberg.html

- Original Message - 
From: Marc Hoffman [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Tuesday, February 14, 2006 6:25 PM
Subject: RE: [Flashcoders] htmlText + rollover


I haven't done this before, but seems to me that you could locate the
coordinates of a specific string in a text field, create an invisible
movie clip that overlays the text, and assign a rollOver function to
the clip. Anybody have experience with this? Last time I had to do
it, we just made all the text static and overlayed movie clips
manually -- quite a pain and not at all elegant :)

- Marc

At 03:02 PM 2/14/2006, you wrote:
You can't do it. Asfunction ONLY works with click events.

Sorry,
Damian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tarjinder
Kumar
Sent: Tuesday, February 14, 2006 12:49 AM
To: Flashcoders mailing list
Subject: [Flashcoders] htmlText + rollover

Hi,

Currently i am using 'a href' tag to call a function on the click of text
which display a popup text.and my code is here.
text_txt.htmlText=a
href='asfunction:_root.displayGlossary,1'uBOpen
Glossary/B/u/a

But now the requirement changes.
Client wants to display the popup  on  RollOver of text. and on RollOut
hide the popup.

What can i do to achieve this.
pls help

Thanks in advance.
Tarjinder
___
Flashcoders@chattyfig.figleaf.com
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

___
Flashcoders@chattyfig.figleaf.com
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


___
Flashcoders@chattyfig.figleaf.com
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 

___
Flashcoders@chattyfig.figleaf.com
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