swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Simple Links? and a button problem with swfc


From: John Simmons
Subject: Re: [Swftools-common] Simple Links? and a button problem with swfc
Date: Fri, 06 Aug 2004 01:02:48 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Thanks for your help!

The buttons now work easily with a later version of swfc.

I'm still trying to figure out:
1. how to get a pressed button to load a new URL
2. how to get a pressed button to replay the flash.

e.g.
on_press:
(do action to load new url)
(or do action which replays the flash move)
.end

I was trying

on_press:
getURL("http://host.com/newpage.html";);
stop();
.end

But that doesn't work - I have to admit my grasp of actionscript is a bit vague, though.

John

Matthias Kramm wrote:

On Tue, Aug 03, 2004 at 03:40:58AM -0700, John Simmons wrote:
Is there a simple way to add an <A HREF> to a text object?
If not, how about to a button?

Normal text doesn't support links at all.
However, .edittext has an "html" flag, which let's you use at least
HTML markup. Maybe links also work- I haven't tested it.

I am using swfc compiled under cygwin, (0.5.1) which generally works great, but does not seem to like actionscript using getURL()

Also for some reason, I am not able to generate buttons using either text in boxes or using jpegs. No matter what I do (including following the formulas in the examples on the swftools site)
I get an error concerning a missing value for shape.

0.5.1 didn't have buttons yet. You need to either
a) compile the current CVS version with Cygwin or
b) use the precompiled swftools Windows version.

Greetings

Matthias








reply via email to

[Prev in Thread] Current Thread [Next in Thread]