Re: [Flashcoders] flash - css tooltip

2005-12-02 Thread eric dolecki
http://www.ericd.net/new_css/tooltips/ You can see what I am doing at the above destination. Works pretty well - ExternalInterface call to the javascript which pops the tooltips with the text sent out of Flash. The hide tooltip is another call made from Flash to javascript as well. The example

Re: [Flashcoders] flash - css tooltip

2005-12-02 Thread Éric Thibault
Very intersting. Can you send me off-list an example of a call from flash? I'm curious about the encoding of the strings passed to the ddrivetip function (line breaks, special caracters,...) Thanks a million! eric dolecki wrote: http://www.ericd.net/new_css/tooltips/ You can see what I

Re: [Flashcoders] flash - css tooltip

2005-12-02 Thread eric dolecki
http://www.ericd.net/2005/11/externalinterface-css-tooltips-oh-my.inc strings that come from MXNA RSS are html encoded - I just sent it straight through... On 12/2/05, Éric Thibault [EMAIL PROTECTED] wrote: Very intersting. Can you send me off-list an example of a call from flash? I'm

Re: [Flashcoders] flash - css tooltip

2005-12-01 Thread Michael Klishin
eric dolecki wrote: What I am doing so far... I have some javascript that calls up a css tooltip removes them. using wmode=transparent I can ensure the DHTML will appear above Flash. Now I guess I'm just looking to hook the flash and css together using externalInterface as I slog thorugh

Re: [Flashcoders] flash - css tooltip

2005-11-30 Thread Janis Radins
youre talking about CSS tooltip using browser propertys or tooltip created in flash envoirment? 2005/11/30, eric dolecki [EMAIL PROTECTED]: Im working on something where I would like to generate css tooltips out of above a flash container... does anyone have a working example or code of some

Re: [Flashcoders] flash - css tooltip

2005-11-30 Thread eric dolecki
Flash ExternalInterface HTML CSS Tooltip edolecki On 11/30/05, Janis Radins [EMAIL PROTECTED] wrote: youre talking about CSS tooltip using browser propertys or tooltip created in flash envoirment? 2005/11/30, eric dolecki [EMAIL PROTECTED]: Im working on something where I would like to

Re: [Flashcoders] flash - css tooltip

2005-11-30 Thread eric dolecki
wow - i got it working ;) if anyone is interested in seeing this let me know... On 11/30/05, eric dolecki [EMAIL PROTECTED] wrote: What I am doing so far... I have some javascript that calls up a css tooltip removes them. using wmode=transparent I can ensure the DHTML will appear above

Re: [Flashcoders] flash - css tooltip

2005-11-30 Thread Johan Lopes
Hi Eric, I don't have an immediate need for this feature but I'm always eager to learn something new :) Please email me offlist on how you did it! Cheers, /Johan On 11/30/05, eric dolecki [EMAIL PROTECTED] wrote: wow - i got it working ;) if anyone is interested in seeing this let me know...