HTML

Adobe Flash Professional with CreateJS

I recently gave a talk on Flash Professional CC and CreateJS for Adobe and WebProfessionals.org. Slides and recording are up! Recording Link: http://seminars.adobeconnect.com/p1kqnaqlwzx/ Also: What?!? Flash Professional CC will target the Dart language from Google??? Crazy talk!

PhoneGap Starter (for PhoneGap Build)

Most PhoneGap “Hello World” examples make you go through the task of configuring PhoneGap on your system and making sure your system PATH is set with Android Virtual Device support and a bunch of command line interfacing… and it is CONFUSING for newcomers! What if you just want to write your code… test your code …

PhoneGap Starter (for PhoneGap Build) Read More »

HTML5, Flash and RIAs: Industry Experts Have Their Say

Check out the collection of commentary over at ActiveTuts+ from industry experts and community leaders over the manufactured “HTML vs. Flash” debate. Some really good points are made, all around. It’s also good to see that while these statements were gathered as individual contributions, they mostly tend to gel into a unified narrative. I am …

HTML5, Flash and RIAs: Industry Experts Have Their Say Read More »

Rendering Flash Content with Dynamic WMODE Attributes – Revisited

Screw Internet Explorer! This is one of the many reasons I prefer to avoid having a browser render anything at all for me. Can’t trust it! Better to just take care of these things before it even hits the browser: Java JSP example String embedCode1 = item.getEmbedCode(); String expression1 = “>

HTML Links in Flex

I’ve never found the need to have HTML links in Flex behave (and look) like their true HTML counterparts, but a student recently asked how she could get HTML links defined in a Text control to behave like regular HTML links.  After digging around, I found a lot of references to this problem but the …

HTML Links in Flex Read More »