Thanks Kevin. I have made another approach using instead of edittext object an image object and define and put this image as first element in the application as a background.
But..., I think that may be another way to obtain this behavoir setting a global URL to the swf object. Thanks. George ----- Original Message ----- From: "Kevin Veroneau" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, July 29, 2007 5:31 PM Subject: Re: [Swftools-common] SWFC launch some URL Hello, Here is an example on how to use the edittext object to create an HTML link, I hope this helps. .flash filename="link.swf" .font arial "fonts/Arial.swf" .edittext link font=arial text="<a href='http://www.swftools.org/'>SWFTools</a>" html width=300 height=20 size=20% .put link .end Kevin. On Thursday 26 July 2007 18:09, Jorge wrote: > Hi, > > It is posible to make that when somebody press some swf made via SWFC it > access some URL without use of .button. > > I need than when anybody click on an HTML page over a swf element made > with > SWFC goto an URL. > > I do not know how can I make this using SWFC without use .button > > Can anyome help me with an example. > > TIA. > > George Colaccini
