I’m John C Bland II

Husband, Father, Tech Author, Deacon.
Founder of Katapult Media, and full-stack polyglot developer.
Political Free Agents Podcast Host.

I create. I launch.

YouTube Channel

I post regular fun on YouTube like me playing the bass and anything else I find fun. 

Get Something Built

All project work goes through Katapult Media. Business is open. Let’s chat.

Ok…this was boggling for a minute but thanks to my good buddies Google and the public Flex bug system I found the problem. It was a tough search so I figured I’d post here to help.

Error:

“Error while loading initial content” when trying to Debug and imported 3.0.1 AIR project

Fix:

Changing the namespace from 1.0 to 1.5 fixes this issue.
<application xmlns=”https://ns.adobe.com/air/application/1.5“>

You can read the full issue on the Flex bug list.