| |
PROGRAMMING COURSES
ADMIN VIDEO TUTORIALS
COMMUNITY RESOURCES
|
|
Google Chrome Cursor Hand Problem!!!
|
|
|
|
| Google Chrome Cursor Hand Problem!!! |
| by mistadobalina - Wed Apr 07, 2010 10:34:44 AM |
Hi Guy's
I'm using the following code in AS3 to switch the cursor pointer to a hand. It works OK in Firefox and Safari but no show in Chrome. Any Ideas???
instanceName.buttonMode = true;
Thanks for any help!
|
| |
|
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire
Libra
Posts: 51
Joined: 12/29/09
|
| RE: Google Chrome Cursor Hand Problem!!! |
| by puggsy21 - Wed Apr 07, 2010 10:41:20 AM |
do you use chrome alot try clearing your cache first then view it again see if that makes a difference first
|
| |
|
puggsy21
Forum & Site XP Level:
   
United Kingdom
kent
london
Taurus
Posts: 751
Joined: 09/29/09
Website: URL
|
| RE: Google Chrome Cursor Hand Problem!!! |
| by mistadobalina - Wed Apr 07, 2010 11:26:45 AM |
Thanks for the reply puggsy21,
Yep I clear the cache everytime I do an update, still no joy!
|
| |
|
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire
Libra
Posts: 51
Joined: 12/29/09
|
| RE: Google Chrome Cursor Hand Problem!!! |
| by wr3ck - Wed Apr 07, 2010 11:52:45 AM |
how did you make your button? is it an MC button?
if it is, go inside the MC, and make the text ( for example ) an actual button....
you will need to go inside of that button ( the actual button ), and put a box in there the size you want to make your button area....make the fill alpha 0, and you are done....just make sure you put the layer that the button is on on the lowest layer possible to keep the functionn correct....if there is an MC on another layer that plays any effects, you may need to mess around with it to get it correct....
if all else fails, email me the FLA file and ill fix it
|
| |
|
wr3ck
Forum & Site XP Level:
     
United States of America
FLORIDA
TAMPA
Taurus
Posts: 1788
Joined: 02/24/09
Website: URL
|
| RE: Google Chrome Cursor Hand Problem!!! |
| by mistadobalina - Wed Apr 07, 2010 12:06:31 PM |
The button is a MC because I have some blur effect going on. It's a clickable icon so no text add. Is there no way of making Chrome render the hand pointer AS code?
Neat idea of putting an Alpha 0 clickable area wr3ck but do you think the best way is to make another keyframe and turn the MC into a button there???
|
| |
|
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire
Libra
Posts: 51
Joined: 12/29/09
|
| RE: Google Chrome Cursor Hand Problem!!! |
| by GeorgeITSolutions - Wed Apr 07, 2010 01:52:52 PM |
when i want to use a mc as a btn i use
instanceName.buttonMode = true;
instancenName.useHandCursor = true;
i use both as sometimes just one doesnt work.
|
| |
|
GeorgeITSolutions
Forum & Site XP Level:
 
United Kingdom
west midlands
cov
Leo
Posts: 135
Joined: 09/04/09
|
| RE: Google Chrome Cursor Hand Problem!!! |
| by mistadobalina - Wed Apr 07, 2010 02:23:42 PM |
Thanks GeorgeITSolutions,
Still no joy even with both codes...
|
| |
|
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire
Libra
Posts: 51
Joined: 12/29/09
|
| RE: Google Chrome Cursor Hand Problem!!! |
| by GeorgeITSolutions - Thu Apr 08, 2010 01:31:14 AM |
hmmm strange can you send me a link to the site?
|
| |
|
GeorgeITSolutions
Forum & Site XP Level:
 
United Kingdom
west midlands
cov
Leo
Posts: 135
Joined: 09/04/09
|
|
|
Syhon
Forum & Site XP Level:

Australia
Queensland
Brisbane
Capricorn
Posts: 1
Joined: 07/13/10
Website: URL
|
|
 |
|
|
|
|
|
|