Sorry, I think I may have misled you.
 
Tell us exactly where things are set up:
 
What is the filename of the MXML file you have listed here?
When you created the component in Flash, what is classname you used for
what you exported?
Did you write any actionscript code for the Flash components or just do
the symbol example?
 
Matt
 
________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Friday, May 11, 2007 5:21 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3



I placed the package name in the namespace
"xmlns:myComps="flashComponentPackage.*"" as below:

<?xml version="1.0"?>

  <!-- skins/EmbedSWF9ButtonSkins.mxml -->

  <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
height="1500"

    xmlns:myComps="flashComponentPackage.*">

    <mx:Button label="Click Me"

      upSkin="MyButtonUpSkin"

      overSkin="MyButtonOverSkin"

      downSkin="MyButtonDownSkin"

      disabledSkin="MyButtonDisabledSkin"/>

    <myComps:MyButtonUpSkin/>

    <myComps:MyButtonOverSkin/>

    <myComps:MyButtonDownSkin/>

    <myComps:MyButtonDisabledSkin/>

</mx:Application>

Still not working - any clues - anyone

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

Matt

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the "Flex Component Kit for Flash CS3" to
work.
I am using Flex Builder version 2.0.143459 and working through the
material
at:
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3
<http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3> 

In particular the example in "swf9.pdf" part of
"flex_component_kit_docs_042307.zip"

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---
<?xml version="1.0"?>
<!-- skins/EmbedSWF9ButtonSkins.mxml -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> " height="1500"
xmlns:myComps="*">
<mx:Button label="Click Me"
upSkin="MyButtonUpSkin"
overSkin="MyButtonOverSkin"
downSkin="MyButtonDownSkin"
disabledSkin="MyButtonDisabledSkin"/>
<myComps:MyButtonUpSkin/>
<myComps:MyButtonOverSkin/>
<myComps:MyButtonDownSkin/>
<myComps:MyButtonDisabledSkin/>
</mx:Application>

The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design > Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this
got no
replies.

Hope someone can help as I am a newbie and real keen see what possible
with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 

Reply via email to