Tag Archives: flex
Flash Drag and Drop Tutorial | startDrag Actionscript
I find that Drag and Drop is the most intuitive form of user interaction (at least using a mouse). Actionscript has some of this functionality built in, with the interactive functions startDrag and stopDrag, these can help make our coding pretty easy. If you are transitioning from as2, the code was incredibly simple:
Actionscript2
123456on (press) {
[...]
Posted in tutorial Also tagged actionscript, as2, as3, design, flash, interactive, open source, tutorial 7 Comments
How to use fullscreen in AS3 | Stage Display State Tutorial
One of the best features of the flash player if you’re doing video is the fullscreen functionality. It has been a question I’ve heard repeatedly. There are limits to what you can do in fullscreen. Such as minimal keyboard support while in fullscreen. But it is perfect for a video player! Who doesn’t want to [...]
Posted in tutorial Also tagged actionscript, as3, download, experiment, flash, html, interactive, open source, tutorial, video, web design 8 Comments
Fullscreen in AS3 Tutorial | Plus Firefox Flash bug when enter fullscreen keyboard events fired
To view the full fullscreen tutorial go here: How to use fullscreen in AS3 | Stage Display State Tutorial
Sucks when you seem to have a bug in your code somewhere so you dissect your code over and over and are convinced that according to your code, everything should be fine, so you come back later [...]
Posted in tutorial Also tagged actionscript, as3, flash, interactive, video, web design, work 10 Comments
Random Movement | Brownian revisited for as3
I have had feedback that certain random movements I program are a bit “jumpy”. Such as my old brownian movement tutorial and I really noticed it in my last tutorial, the parallax 3d depth effect tutorial. I’ve been thinking about it and looking around at some code and now have this updated brownian movement [...]
Posted in tutorial Also tagged 3D, abstract, actionscript, animation, as3, color, download, experiment, flash, open source, physics, tutorial 16 Comments
asfunction (TextEvent.LINK) Tutorial for AS3 | Flash HTML Link to call actionscript function | Tutorial
Overview
Earlier I wrote a tutorial article about asfunction in as2. Now that I’ m into as3, surprise surprise asfunction has been depreciated and now to replace it is the LINK TextEvent. Dispatched when a user clicks a hyperlink in an HTML-enabled text field, where the URL begins with “event:”. The remainder of the URL [...]
Posted in tutorial Also tagged actionscript, as3, css, download, flash, html, interactive, open source, tutorial, web design 2 Comments






















Stock Flash Site, Introducing ‘BuyStockFlash.com’