Thursday, July 14, 2011

Google Earth Plugin Works in Firefox but not IE

A nice 3 hours wasted of my life. I have a Flash app that has a Google Earth Plugin overlay on it. I upgraded to Internet Explorer 9 and the globe would not appear (only in FF and Chrome). It would just be a blank screen and sometimes for 1 second I could see the plugin spinner for 1 second.

I finally came across an IE doc that specified everything needs to be HTML5 compliant.

The problem was quickly fixed. I had my top tag as "<html>". Changing it to "<!doctype html>" fixed everything. Thanks for nothing IE.

Monday, April 11, 2011

"No Templates Proposals" Warning Error in Flash Builder

When hitting the Ctrl + SPACE bar I no longer receive my attributes or any of the code assist helping I got before. It turns out it actually is still there....hold the CTRL + hit the SPACEBAR two plus times.

I'm not sure why editing my Templates in Preferences now make it the default one of the cycle to show when doing a code edit, but so it goes.

Tuesday, February 01, 2011

XCode Build and Archive menu disabled - grayed out

Man, I spent an inordinate amount of time on this. The drop-down combo box at the very top left of XCode where you specify the iOS version and SDK...it's on Simulator. Change it to "Device."

Hopefully this helps someone. RTFM also helped for me.