By Brendon Smith on February 7, 2010
Capture URL for search with JavaScript and Pass it to Flash
Search Google from URL parsing
Use of Random Range
Create an Array of Spheres that holds the Google results
Apply the title field to a Text3D and add that as a child to the Sphere
Apply an Event to the Sphere to navigate to the Google result.
How to trace [...]
Posted in 3d, ActionScript, Flash, i-create, MashUp | Tagged ActionScript, Adobe Flash, api, Computer programming, Experiment, JavaScript, MashUp
By Brendon Smith on January 29, 2010
Quick Tip:
Utilize Firebug with ActionScript to trace out tough Bugs
Add the import statment at the Top and then call it anywhere Handy:) Note I was having troubles getting it to work with Firebug 1.5 but on Firebug 1.4.5 works like a charm!
import flash.external.ExternalInterface;
ExternalInterface.call( "console.log" , "Omaha Winter. Camera Z:" + cam.z);
The example below [...]
Posted in 3d, ActionScript, Flash, i-create | Tagged 3d, ActionScript, Android, Firebug, Internet Explorer 6, Panoramic, quick tip, Smartphones
By Brendon Smith on December 19, 2009
Ice-nine is a fictional material conceived by writer Kurt Vonnegut in his novel Cat’s Cradle. It is supposed to be a more stable polymorph of water than common ice (Ice Ih) which instead of melting at 0° Celsius (32° Fahrenheit), melts at 45.8°C (114.4°F). When ice-nine comes into contact with liquid water below 45.8°C (which [...]
Posted in 3d, Adobe, Flash, i-create, Linux, Open Source | Tagged 3d, ActionScript, Adobe, Alchemy, as3, Games, Technology/Internet
By Brendon Smith on December 8, 2009
Here is yet another tutorial. This tutorial demonstrates numerous JQuery methods:
Show how to embed a font.
How to use offset() on divs to get the divs position to pass to another item.
How to use JSON with jQuery.
How to pull Twitter Searches
How to consume Yahoo Pipes JSON.
How to parse content and only display a series of [...]
Posted in i-create, MashUp, Web 3.0 | Tagged Experiment, JavaScript, JSON, MashUp, Yahoo Pipes
By Brendon Smith on November 14, 2009
Well on occasion I like to play around with Processing. Processing is an awesome language for generating generative art and data visualizations etc.. Processing has been around for several years and it was originally created by Ben Fry and Casey Reas at MIT. Processing has traditionally depended on java to run. [...]
Posted in art, i-create | Tagged Experiment, JavaScript, Processing
Recent Comments