Tuesday, January 27th, 2009
How can I find the url of the page my flash is embedded in? This may seem really simple but I cant count how often I find js functions which pass this value into the flash. ExternalInterface allows access to a wide variety of js and should not be over looked. The below line of code will call the javascript “window.location.href.toString” and return the url as a string.
var currentURL:String = ExternalInterface.call("window.location.href.toString");
Posted in Adobe Flash, Flex, Nifty | No Comments »
Tuesday, January 13th, 2009
Mobile development is something I have always wanted to spend some time on. Recently I have been looking at mobile application development. I have found there are a lot applications or tutorials on how to convert your Flash Lite files to sis installers which allow you present your swf files like an application on the main menu of your Symbian based phone.
http://www.swfpack.com/
SWFPack is a on-line service which will package up your swf into sis file with little to no effort. Mind you its still in beta but it does what it promises on the tin. Hell it even lets you add a custom icon which is used on the menu.
Posted in Mobile, Nokia | No Comments »
Thursday, January 8th, 2009
Posted in Games, Off Topic | No Comments »