Old 10-14-2008, 04:07 AM   #1 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 7
Default Lost!!!

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
gdure is offline   Reply With Quote
Old 10-14-2008, 10:52 AM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Instructions can be found inside the readme.doc file that came with the package you purchased.
Adrian is offline   Reply With Quote
Old 10-14-2008, 01:58 PM   #3 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 7
Default Lost!!!

These instructions, if I may say, are embarassingly incomprehensible.
gdure is offline   Reply With Quote
Old 10-14-2008, 06:03 PM   #4 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

What do you mean ? Have you at least tried ?
Adrian is offline   Reply With Quote
Old 10-14-2008, 11:12 PM   #5 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 7
Default Lost!!!

Yes I Have!

I DO NOT KNOW WHAT TO MAKE OUT OF STEP # 2.

I DO NOT KNOW WHAT TO MAKE OF THE EXAMPLE GIVEN- WHEN AND WHERE IT SHOULD BE INCLUDED.:
gdure is offline   Reply With Quote
Old 10-15-2008, 09:54 AM   #6 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Hey,
Please calm down. And describe what you have done until now. Remember that support here is free, you should make it as easier as possible for me to support the product you have bought.

Thank you,
Adrian
Adrian is offline   Reply With Quote
Old 10-15-2008, 01:28 PM   #7 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 7
Default

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
gdure is offline   Reply With Quote
Old 10-15-2008, 08:48 PM   #8 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

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);
};
Adrian is offline   Reply With Quote
Old 10-16-2008, 01:25 PM   #9 (permalink)
Junior Member
 
Join Date: Oct 2008
Posts: 7
Default Lost!!!

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
gdure is offline   Reply With Quote
Old 10-17-2008, 02:47 PM   #10 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Hello,
The code is Action Script and it can be written in a frame. You have the sample .fla file with the code already written, in the source folder. Check it out, please.

Adrian
Adrian is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:16 PM.