Writing
The public notebook: Swift, iOS, Flutter, and a long trail of “I will definitely remember this.”
-
Captivate communicating with Flash
I think it’s a little strange that Captivate is owned by the same company as Flash and exports ‘swf’ format, yet there’s no option to simply dispatch a Flash event. Which makes…
-
My Review of Introducing Starling
Originally submitted at O’Reilly Building GPU Accelerated Applications Introducing Starling Great intro to Starling, but not perfect By craiggrummitt from Melbourne, Australia on 1/22/2012 4out of 5 Pros: Easy to understand, Helpful…
-
Two FLVPlayers battle eachother with full-screen
When an FLVPlayer component contains a fullscreen button, whenever the application goes to full-screen, the component automatically shows the FLVPlayer component, even if you have set up an alternative full-screen button elsewhere.…
-
Warning: All instances will be automatically declared as…
Sometimes it’s useful to have two Flash symbols which use the same Base Class which references symbols within the clip, that could be differently symbols. For example, a symbol of base class…
-
Facebook Flash app lessons…
Been building a few Facebook Flash apps lately, and learnt some lessons on the way, some that didn’t appear to be in manuals, or are easy to skip over and then find…
-
SCORM with custom menu built in Flash
I’ve been researching into making a training course SCORM compliant. Been quite a learning curve, and to be honest the whole system seems quite outdated and excessively jargon rich. Reading the documentation…
-
Video white
A recent task I had to achieve was to play a video for several seconds and extract a frame as a JPG several seconds in. I did not know the dimensions of…
-
SharedObject not updating between tabs
Just created an app which required persistent data, so used a local SharedObject. However discovered that if one person had the app open in two different places(eg. 2 tabs) the persistent data…
-
Frustrating Flex problems solved #7 – Removing DragDrop animation
In Flex was building a simple drag and drop from a library list to another simple list. I also wanted to build the functionality of dragging the item out of the simple…
-
Frustrating Flex problems solved #6 – Keydown
Spent some time screaming “Why can’t my component receive keyboard events? “ Crazy, I’m not sure why i never knew this, but for a component to receive keyboard events, it needs to…
