-
1. Re: Strobe Media Playback in Flex wrapper.
Silviu Vergoti Sep 28, 2011 1:29 AM (in response to seokjoon)Hi,
cam you make the flex background and components backgrounds transparrent or disabled?
Stagevideo draws by design behind everything; having a non-transparent part in front of the video blocks it.
It seems you do not encounter it in window mode since you do not use wmode=direct for the swf.
S.
-
2. Re: Strobe Media Playback in Flex wrapper.
seokjoon Sep 28, 2011 5:47 PM (in response to seokjoon)Hi Silva,
Yes it works!
Thank you so much.
You save my time.
-
3. Re: Strobe Media Playback in Flex wrapper.
ravideveloper Sep 29, 2011 3:02 AM (in response to seokjoon)Hi seokjoon,
can you post what you did for this issue to overcome
-
4. Re: Strobe Media Playback in Flex wrapper.
seokjoon Sep 29, 2011 11:17 AM (in response to ravideveloper)Hi,
I simply add backgroundAlpha property in Application.
so, the code looks like
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
creationComplete ="init(event)"
backgroundAlpha="0">
I hope it helps you.
-
5. Re: Strobe Media Playback in Flex wrapper.
mihau12345 Jul 29, 2013 12:16 AM (in response to seokjoon)Yes, this is the right solution. backgroundAlpha="0"


