Skip to content

Category Archives: Flash

HTML 5 Video – Flash Fallback

I am nearing completion of the flash player that I have been developing this week. You can take a look at it in my development sandpit. This is the fall back player for browsers such as ie that don’t currently support HTML5 Video tags. The next part of this project will extend to include the [...]

Flash Player Control Bar

Part of creating a HTML5 Video player requires a fall back option for the likes of ie, so a flash player is the option. This is the design for the control panel on the flash player. The source and instructions for the flash player will follow on completion.

Cross Platform Flash AS3 CD-ROM – Part 1

Having had some huge problems trying to get a cross platform CD to work correctly I decided to build a browser & platform detection function. Part 1 of the tutorial is all about detecting which platform you are on. Lets begin… var playerVersion:String = System.capabilities.version; var playerType:String = System.capabilities.playerType; var myLength:Number = length(playerVersion); var platform:String; [...]

Move or add a keyframe in flash

To select a single keyframe on a flash (CS4) timeline just hold down the cmd button and click. You can then ctrl or right click and do what you need to do. You can also now drag that single key frame to a new place on the timeline and all the positions, rotations, alpha etc [...]