3D ImageFlow Gallery for Flash Support Product Page
This topic was archived
green box around Imageflow
Asked 19 May 2008 13:54:15
1
has this question
19 May 2008 13:54:15 Jorge Rivera posted:
Hi friends,I'm using your GREAT ImageFlow component, and all is ok, but...
If the user click over any picture of the flow, appears a green box around the component with the same dimensions I gave to the component in Flash.
I don't know if this is from my flash (CS3) or due to the way of do the things.
Maybe it's something stupid, but I'm getting mad...
THX a LOT from Madrid, Spain.
Replies
Replied 19 May 2008 14:55:17
19 May 2008 14:55:17 Patrick Woldberg replied:
I think that what you see is the focus of the component, every UIComponent inside flash gets a glow arround it when it gets focus.
You can remove the focus rectangle for an instance with the following ActionScript:
<pre id=code><font face=courier size=2 id=code>
{component name}.drawFocus = "";
</font id=code></pre id=code>
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
You can remove the focus rectangle for an instance with the following ActionScript:
<pre id=code><font face=courier size=2 id=code>
{component name}.drawFocus = "";
</font id=code></pre id=code>
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
Replied 19 May 2008 17:22:11
19 May 2008 17:22:11 Jorge Rivera replied:
THANK YOU VERY MUCH!
You won a BIG BEER!
I was trying and finally it worked with
on(focusIn){
this.drawFocus = null;
}
I hope it is helpful.
THX!
Jorge.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I think that what you see is the focus of the component, every UIComponent inside flash gets a glow arround it when it gets focus.
You can remove the focus rectangle for an instance with the following ActionScript:
<pre id=code><font face=courier size=2 id=code>
{component name}.drawFocus = "";
</font id=code></pre id=code>
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
You won a BIG BEER!
I was trying and finally it worked with
on(focusIn){
this.drawFocus = null;
}
I hope it is helpful.
THX!
Jorge.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I think that what you see is the focus of the component, every UIComponent inside flash gets a glow arround it when it gets focus.
You can remove the focus rectangle for an instance with the following ActionScript:
<pre id=code><font face=courier size=2 id=code>
{component name}.drawFocus = "";
</font id=code></pre id=code>
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
