c# - Layering Image over Flash XAML -


i have flash ui, , image. place image on flash object, can't seem working when using panel.zindex.

here code

      <my1:wpfflashui name="mflashui" margin="0,0,0,6" horizontalalignment="stretch" panel.zindex="2" />         <image name="img2" source="http://www.donkersct.nl/wordpress/wp-content/uploads/2012/07/stackoverflow.png" height="217" width="363" margin="560,199,-45,6" panel.zindex="1" /> 

can see why isn't working, or suggest better way? have tried swapping zvalues around.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -