inicio mail me! sindicaci;ón

t-roy.net*

blog by designer troy ginbey

Archive for General Rantings

iPhones make you a better person.

Yep… They make you smarter, more interesting, and give you those good looking friends you see on commercials. I literally haven’t put it down since I walked out of the shop with it yesterday… Sorry Sarah! :)

Calling an ActionScript function from Flash

This is pretty cool… being able to control your Flash movies from your HTML page through JavaScript.

To do this, you need to make use of Flash’s ExternalInterface (from Flash 8+)

Your flash code will look something like this:

import flash.external.ExternalInterface;
function stopVideoPlaying() {
myVideo.stop();
}
ExternalInterface.addCallback("stopVideoPlaying", this, stopVideoPlaying);

The first line imports the External Interface. The next is three lines is the function we want to call from our HTML page.

Finally, we add an addCallBack method, which, in order, defines the JavaScript function to listen for, the target, and the function to call when the callBack is received.

The JavaScript code will look like this:

window.onload = function() {
if(navigator.appName.indexOf("Microsoft") != -1) {
flash = window.swfVideo;
}else {
flash = window.document.swfVideo;
}
}
function stopFlashVideo() {
flash.stopVideoPlaying();
}

Then, to call the Javascript method, just make sure your Flash is given an id name of swfVideo, then call the JavaScript function stopFlashVideo.

c’mon… it’s only been 8 months

Yes, I finally thought I should write something. Just for the sake of it. I’ve just started working on some new standards based designs, so I’ll start to post some new stuff soon!
Also I’m about to start bringing together an Adobe AIR project using Flex… so I’ll make sure I keep posting my progress :)

Adobe CS3 Video Workshops

Just found a heap of videos on the Adobe site which are really useful to check out & learn new features in any of the CS3 applications:

http://www.adobe.com/designcenter/video_workshop/

Kuler Addict

I found this the other day.. Kuler. Create different colour pallets with this Adobe AIR app, publish them & let the public decide if you’re in the right profession!

My latest Kuler theme: Oranjeboom:
http://kuler.adobe.com/index.cfm#themeID/65129

You can even download themes as swatch sets for use in Photoshop…

September = Ubud

Ok - we’ve finally booked our trip in September! 8 nights in Indonesia… Staying in the arts centre of Bali - Ubud for the first part, then Seminyak.

Check it out here:
http://www.alilahotels.com/Ubud/

and here:
http://www.sofitelbali.com/english.php

New Nova Radio Websites

We’ve just launched completely re-designed websites at Nova…

Sydney : Nova 96.9
Melbourne : Nova 100.3
Perth : Nova 93.7
Adelaide : Nova 91.9
Brisbane : Nova 106.9

Check them out & let me know what you think :)

Summer Bowling… and genuine 1972 beer prices

Checked out a new weekly event presented by the Funk Club and Fundamental Empire: Summer Bowling at the Mt Lawley Bowling Club from 2 to 8pm every Sunday. Featuring genuine 1972 beer prices, funky tunes, lawn bowls, bbq, ice cream & more…. farking brilliant!

god created cricket

Man I love summer… it’s 41 degrees… as it has been for the past 3 days straight… nothing to do but sit inside drink beer & watch cricket…

You know it! faaaarkin hot…

the great MySpace race…

MySpace… mmmm no. It looks like web from the 80’s… move on kids (and you Brad ya loser…) hehe

Next entries »