hi again,
this doesn't work. i have the following code and the AssetPreview component is shown
below the active view stack componenent
<mx:Canvas>
<mx:VBox x="0" y="0" height="520" width="600">
<mx:Button id="videomode" label="video"/>
<mx:Button id="imagemode" label="image"/>
<mx:ViewStack id="vwStack" left="0" top="0" right="0" bottom="0" resizeToContent="true" creationPolicy="auto">
<view:ImageViewer id="imageViewer"/>
<view:Player id="player"/>
</mx:ViewStack>
<view:AssetPreview id="preview" y="150" width="100%" visible="true"/>
</mx:VBox>
</mx:Canvas>
Am i missing something?
p.s. the viewstack also doesnt have mouseOver/mousOut event handler, but this is not my big problem.
regards, Thomas