Everytime I start my Flex application (as opposed to Air), Firefox is “waiting for http://www.adobe.com”.
I am pretty sure that namespaces URL are not loaded, so why is Flex reaching out to adobe? Flash update?
I am using Flash Builder 4.5
Everytime I start my Flex application (as opposed to Air), Firefox is waiting for
Share
Take a look at your template.html file in the
html-templatefolder. The default template inserts images that get loaded from adobe.com.Replace
with
and
with
That should do the trick.