Search tutorials

PlasmaNet tutorial - creating an easy edit slide for Flash developers and Flash designers - Page 2
Step 1 - construction of the EasyEdit(r) template
Download the example and extract the files. Open PlasmaNetBasic.fla or Basic_v5.fla
The basic slide contains 2 layers - save button (top right) and a text field entry layer

Note the properties of the save button.
The instance name is PlasmaNet.
Note: the PlasmaNet save button with an
instance name PlasmaNet is essential for text data transfer back to the
server.
You may create your own save button, the code for the save button
is...
get=_root.getURL("../save?openagent&", "_self", "POST");
Note also the properties of the text field
The field is Input Text, multiline and has the variable name /:a
Note: valid variable names for fields
are /:a /:b /:d /:e /:f /:g
... /:r ( /:c is now reserved for text
color on dynatext templates)

Next
- step 2 - creating your own slide from the basic template
» Level Basic |
Added: 2005-11-23 Rating: 1 Votes: 1 |
» Author |
Mark Hopgood is the head developer at PlasmaNet with experience of flash / database integration since flash v 4. |
» Download |
Download the files used in this tutorial. |
Download (0 kb) |
» Forums |
More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.
Comments
There are no comments yet. Be the first to comment!