Hi,
> A bit more complex for SWFs. JS it should just work.
So is SolidBackgroundBead the default for a container or do I need to add it?
Either way for JS it's still not working :-(
Tried without adding and the square still fails to turn red.
Adding it like so and the project fails to compile:
<js:Container id="box" width="100" height="100">
<js:beads>
<beads:SolidBackgroundBead />
</js:beads>
<js:style>
<js:BindableCSSStyles id="bg" backgroundColor="grey" />
</js:style>
</js:Container>
With:
Could not find file for class: org.apache.flex.html.beads.SolidBackgroundBead
File not found: org.apache.flex.html.beads.SolidBackgroundBead
Thanks,
Justin