Tag Archives: download
CSS and HTML WYSIWYG in Flash | Open Source Example
Overview:
Using what I learned with the Actionscript Javascript Communication Tutorial, and pushing it a little further I’ve set up this example of how flash renders html and css. This is basically a wysiwyg (What you see is what you get) html editor! Natively flash only handles some html and css. Many people have enhanced [...]
Posted in portfolio Also tagged actionscript, as2, css, experiment, flash, html, javascript, open source, tutorial Leave a comment
City Skyline Test | Depth Study
Gives feel of perspective and depth by reacting to mouse movements. The effect is parallax, read more…
The city images are very choppy and ugly, I know, it’s just a test.
Sample Actionscript. This in on one of the buildings which are separate movie clips. Adjust the equation for different effect.
The [...]
Posted in portfolio Also tagged 3D, actionscript, animation, as2, experiment, flash, open source Leave a comment
Actionscript Javascript Communication | ExternalInterface call and addCallback Tutorial
Overview:
Using ExternalInterface.addCallback() we can expose an actionscript function and make it available to javascript. This would be helpful to have your webpage with embedded flash communicate to your flash swf file and even control it with javascript! Say we wanted to have buttons in the html page that would control an object in the flash. [...]
Posted in tutorial Also tagged actionscript, as2, flash, html, interactive, javascript, open source, tutorial, web design 35 Comments
Integrate Google Analytics with Flash | Tutorial
The results are in and the requested topic is “Integrate Google Analytics into Flash.” The poll has been reset and is ready to recieve your post requests, so keep voting! It’s located in the side bar!
Overview:
Tracking your visitors and attempting to better understand them is a large part of even having content on the web. [...]
Posted in tutorial Also tagged actionscript, analytics, as2, flash, interactive, javascript, open source, tutorial 40 Comments
Get current url to Flash swf using an External Interface call
Overview:
Many have struggled with the task of getting you swf to read or get the current url showing in the browser, the html page the browser is at which has the swf embedded. Not to be confused with the _root._url which returns the path of the swf file. This would be helpful to know if [...]
Posted in tutorial Also tagged actionscript, as2, flash, html, javascript, open source, tutorial 25 Comments
StomperNet Scrutinizer
StomperNet releases Scrutinizer, software for viewing websites through a simulated fovea vision. Since not everyone could set-up, let alone afford a real eye-tracker. This software uses the mouse pointer as the user’s focal point, or foveal view. It blurs everything except where your focal point (the mouse) is. It is helpful because it forces you [...]
Posted in portfolio, work Also tagged actionscript, AIR, flex, stompernet, video, web design, website, work, xml Leave a comment






















Distance Formula in Actionscript Tutorial | Pythagorean theorem