I am having an issue with testing my application in Chrome, but it appears to run fine in Firefox. Previously, I was able to Run Tests using Chrome, but something seems to have gone wrong when I attempted to add an image to the controlBarContent. When I attempt to run a test in Chrome all I get is a blank screen which then flickers once.I have subsequently removed the image tag and related code leaving only this block for the controlBarContent:<s:controlBarContent> <mx:Text color="#EC6500"> <mx:htmlText> <![CDATA[ <b><font size="18" font-weight="bold">Institut für Angewandte Geowissenschaften</font></b> <b><font size="12">Forschungsprojekte: Geo-Ressourcen und Geo-Risiken</font></b> <font color="#000000" size="12">Created by John Wall [someEmail]@gmail.com</font> ]]> </mx:htmlText> </mx:Text> </s:controlBarContent>
Additionally, I have copy and pasted the code into two new packages seeing if something might be the issue there. The pathname of one of these packages contained no spaces or special characters while another one had the default "Adobe Flash Builder 4.6" file in the pathname. Yet, neither one of these worked.I have also experimented with removing various parts of the HTML including the entire section of <mx:Text> code, but nothing changed.This was the only section of code I was editing when I noticed the issue, thus why I figured it must contain the issue. If more code is needed, please let me know and I will provide it.Thanks in advance,John