1

I'm using stagewebview > Flash Builder 4.6

I have a stagewebview and I load an url in it. I want to show sometimes a slide panel on top of the stagewebview. I tried it, but the panel is always behind the stagewebview. I know that stagewebview isn't a display object, but does anyone know if there is any way I can do it?

Thanks in advance

A.Vila
  • 1,456
  • 4
  • 21
  • 32

1 Answers1

5

I think I have the answer, it's a little trickery but I think it's the only way

You need to take a picture of the stagewebview, add the picture to the stage, hide the real stagewebview and THEN you can add something over the top of the pic.

Thanks

A.Vila
  • 1,456
  • 4
  • 21
  • 32