View Single Post
Old 10-30-2012, 10:56 PM   PM User | #1
brightsolutions
New to the CF scene

 
Join Date: Oct 2012
Location: Anchorage, AK
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
brightsolutions is an unknown quantity at this point
Could not resolve <s:Image> to a component implementation

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.
brightsolutions is offline   Reply With Quote