all groups > flash (macromedia) > december 2003 >
You're in the

flash (macromedia)

group:

Student vs Full Blown Version?



Re: Student vs Full Blown Version? Carl Fink
12/26/2003 4:38:37 PM
flash (macromedia): [quoted text, click to view]

What does this mean? They don't start out with handlers, you have to write
them. Do you mean that the Actions panel won't let you enter code for the
button?
--
Carl Fink
Student vs Full Blown Version? ja_steam
12/26/2003 9:08:25 PM
Hi all,
I got the student version so I can test the new features and data communication. But I think I mayhave thrown my money away because I can't do the simple things.

I was doing this tutorial:
http://www.devshed.com/Client_Side/Flash/WebForms/page4.html

The problemn is that my button doesn't have a handler. Is there a way to replicate this in the student version or is there an upgrade/patch in order for me to have to enable a button to handle wats goign on in my form?

Thx all.



Referring URLs
http://www.devshed.com/Client_Side/Flash/WebForms/page4.html



Re: Student vs Full Blown Version? ja_steam
12/26/2003 10:16:58 PM
From what I can undestand, a button can have a click handler. A function whcih gets invoked when the user clicks on the button.

My purpose is to do the following when a user clicks on the button.
*On my form I have a Inputbox named "name";

on (click)
{
doLogin();
}

function doLogin()
{
userdata = new LoadVars();
userdata.name = name;
userdata.send("validateLogin.php", "", "post");
}

Is there another wait to accomplish this if the Click Handler is not available in My Buttons Properties table? Its supposed be be there, in teh previous posting, you can see a screen capture at the botom of the page.



Re: Student vs Full Blown Version? Koolance76
12/28/2003 4:59:38 PM
I have the Student Version as well. I don't believe (click) is an event. There is either (Press) or (Release).

Re: Student vs Full Blown Version? Ibis Fernandez // flashfilmmaker.com
1/1/2004 10:45:20 PM
They are the same. The only difference between the student version and the
full version is the price and terms of the licence. IE, the stuednt version
is meant for learning purposes and the content you produce may not be used
for commercial purposes that sort of thing.


[quoted text, click to view]
communication. But I think I mayhave thrown my money away because I can't do
the simple things.
[quoted text, click to view]
replicate this in the student version or is there an upgrade/patch in order
for me to have to enable a button to handle wats goign on in my form?
[quoted text, click to view]

AddThis Social Bookmark Button