Im editing a website for a client and I am having some issues with this flash website. I am not very familiar with flash. I did a little editing to the .fxp file in flash builder 4 and now when i am trying to compile it i am getting this error.
Could not resolve <s:Image> to a component implementation
here is the line of code it is complaining about
Code:
<s:Image id="logo" source="{data.logoFile}" rollOverEffect="rollOverEfx" rollOutEffect="rollOutEfx" smooth="true" smoothingQuality="high" buttonMode="true"
click="navigateToURL(new URLRequest('http://www.'+data.url), '_blank')" />
Thanks in advance for any help.