|
|
#1 (permalink) |
|
Junior Member
Join Date: Oct 2008
Posts: 7
|
I recently bought the tooltip .v2 and I am having some problems implementing it. Here is what I was able to do:
1. Import the Tooltip.Fla to the library. 2. Apply the changes necessary to transform the tooltip appearance and to the text description box. 3. Test the movie, created an SWF file Now, this is where I am lost: What are the steps that I need to take to apply JUST the tootip information that I've just created to an image of my own? Please help! Gerard |
|
|
|
|
|
#7 (permalink) |
|
Junior Member
Join Date: Oct 2008
Posts: 7
|
Adrian,
Here is what I was able to do: 1. Import the Tooltip.Fla to the library. 2. Apply the changes necessary to transform the tooltip appearance and to the text description box. 3. Test the movie, created an SWF file What other steps need I do to make this thing work? P.S. I bought some of your other projects (Tab Gallery etc.,) so, please be kind! Lay off the "Hey" greeting. Gerard |
|
|
|
|
|
#8 (permalink) |
|
OYXLUSFlash.com Staff Member
|
Dear sir,
I apologize for that form of greeting. You can see the steps in how to attach and display the tooltip, inside the help file: Code:
import oxylus.tooltip.Tooltip; //import the class
Tooltip.attach(); // attaches the tooltip
some_mc.onRollOver = function() {
Tooltip.show({ img: "images/thumbnail1.jpg",
imgWidth:100,
imgHeight:70,
tip:”Lorem ipsum dolor sit amet <br/> New line”,
delay:0.3,
stay:10,
follow:true
});
};
some_mc.onRollOut = function() {
Tooltip.hide(0.5);
};
|
|
|
|
|
|
#9 (permalink) |
|
Junior Member
Join Date: Oct 2008
Posts: 7
|
Adrian,
I've seen the instructions! The question is: How do I simply aply these lines of code to get result. Should I: A. Create a PHP fikle - which by the way I tried but did not work. B. Put it as part of an Action Script - Which I did with no result OR C. Just give up and buy an XML driven tooltip! Gerard |
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 08:16 PM.









Linear Mode
