rldjrsksl / flex-iframe

Automatically exported from code.google.com/p/flex-iframe
0 stars 0 forks source link

Error: Cannot resolve attribute 'update' for component type #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Flash Builder 4
2. Create New Project
3. Settings - 
    Application type - Web
    Flex SDK - Use Default SDK ("currently "Flex 4.0")
4. Library Path
    Component Set - MX + Spark
    Framework Linkage - Use SDK Default
    Check all three checkboxes (Verify RSL Digest..., Use local debug runtime..., automatically determine library...)

Depending how you setup your namespaces...
 - If you use the 2006 version (xmlns:mx="http://www.adobe.com/2006/mxml") you will get an error saying: Cannot resolve attribute 'update' for component type
 - If you use the 2010 version (xmlns:s="library://ns.adobe.com/flex/spark"), you will get an error saying: 'PodLayoutManager' declaration must be contained within the <Declarations> tag, since it is not assignable to the default property's element type 'mx.core.IVisualElement'

What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?
I am using the Flex-IFrame v1.4.6 on Windows XP while testing it in: Google 
Chrome 5, Firefox 3.5, Safari 5, Opera 10.54 and Internet Explorer 6 (need to 
have v6 for work...)

Did you follow the users guide ? Particularly, did you set "wmode" to
"opaque" ?
Yes, the window mode is set to opaque.

Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.
That's pretty much it... I can add more information upon request.

Original issue reported on code.google.com by isaacewi...@gmail.com on 24 Jun 2010 at 8:57