supernginx / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
0 stars 0 forks source link

commercial + accel + wmode direct + canvas config: logo and content plugin overlayed by video #552

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
$f("player", {
  src: "/flowplayer.commercial-3.2.10.swf",
  wmode: "direct"
}, {
  key: "<key>",
  plugins: {
    content: {
      // some config
      url: "flowplayer.content-3.2.8.swf"
    }
  },
  logo: {
    url: "http://flowplayer.org/media/img/player/acme.png",
    fullscreenOnly: false
  },
  canvas: {
    backgroundGradient: "none"
  },
  clip: {
    url: "http://stream.flowplayer.org/bbb-800.mp4",
    accelerated: true
  }
});
2. sample at http://flowplayer.blacktrash.org/test/commercial-accel.html

What is the expected output? What do you see instead?
Expected: logo and content overlay video
Instead: video and logo overlay content

Also happens with either logo or content alone.

Does not happen w/o wmode direct or w/o canvas config or in free version.

Original issue reported on code.google.com by blacktrashproduct on 14 May 2012 at 2:12

GoogleCodeExporter commented 8 years ago
I fixed this or is it still happening ? 

Original comment by electrot...@gmail.com on 14 May 2012 at 2:49

GoogleCodeExporter commented 8 years ago
fixed in #508, please confirm

http://code.google.com/p/flowplayer-core/source/diff?spec=svn794&r=789&format=si
de&path=/flowplayer/trunk/src/actionscript/org/flowplayer/view/Launcher.as&old_p
ath=/flowplayer/trunk/src/actionscript/org/flowplayer/view/Launcher.as&old=783

Original comment by electrot...@gmail.com on 14 May 2012 at 2:54

GoogleCodeExporter commented 8 years ago
The fix fixes your problem but still overlays over the canvas for some reason, 
which was fixed in my tests before and showing up again ! Having a look. If i 
set a border on the canvas the stage video overlays over the top before the 
border was still showing. 

Original comment by electrot...@gmail.com on 18 May 2012 at 2:37

GoogleCodeExporter commented 8 years ago
correction it is fine. Here is the zip again with the fix

http://dl.dropbox.com/u/3394987/flowplayer.commercial-3.2.10.zip

Did it not go into the release ? 

Original comment by electrot...@gmail.com on 18 May 2012 at 4:14

GoogleCodeExporter commented 8 years ago
closing this for now fixed in #508

Original comment by dani...@electroteque.org on 26 May 2012 at 8:38