TomChiverton
10-07-2004, 12:50 AM
A few questions that weren't covered by the stuff I've seen so far:
1) setTimeout()
- in JavaScript, this runs a function every N milliseconds - is there an equiv in LZX ?
2) runtime creation
- can you create views (or add tree nodes, or append to text) at run time, like JavaScript can by document.write()'ing a div tag or using innerHTML (say) ?
3) parmeters
- how can I get url, form or other parameters into the code ? Such as an item ID to display.
- how do I get things out of the Flash and back into the server - say a 'username' text box and 'submit' button.
4) Skin and style
Can these be changed at runtime easily ? I.e. for one user have things based on green, and another user gets the red version - see the first part of 3 above :-)
1) setTimeout()
- in JavaScript, this runs a function every N milliseconds - is there an equiv in LZX ?
2) runtime creation
- can you create views (or add tree nodes, or append to text) at run time, like JavaScript can by document.write()'ing a div tag or using innerHTML (say) ?
3) parmeters
- how can I get url, form or other parameters into the code ? Such as an item ID to display.
- how do I get things out of the Flash and back into the server - say a 'username' text box and 'submit' button.
4) Skin and style
Can these be changed at runtime easily ? I.e. for one user have things based on green, and another user gets the red version - see the first part of 3 above :-)