google-code-export / flowplayer-core

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

controls: null + viralvideos plugin yield initialization error #606

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
plugins: {
  controls: null,
  viral: {
    url: 'flowplayer.viralvideos-3.2.11.swf'
  }
}

What is the expected output? What do you see instead?

Expected: controlbar plugin disabled, viralvideos loaded.
Instead: 300: Player initialization failed: TypeError: Error #1009

With version 3.2.7 you could work around this problem by controls: {opacity: 
0}, but "thanks" to issue492 this is not possible anymore.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by blacktrashproduct on 16 Jul 2012 at 2:08

GoogleCodeExporter commented 9 years ago
it was caused by 410 by attempting to disable the fullscreen button etc.

https://dl.dropbox.com/u/3394987/flowplayer.viralvideos-3.2.11.zip

Original comment by dani...@electroteque.org on 16 Jul 2012 at 2:47

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.viralvideos-3.2.11.zip
causes exactly the same error.

Original comment by blacktrashproduct on 16 Jul 2012 at 3:34

GoogleCodeExporter commented 9 years ago
hi not for me, the problem is corrected by first checking for the existance the 
controls is loaded. 

Original comment by dani...@electroteque.org on 16 Jul 2012 at 7:26

GoogleCodeExporter commented 9 years ago
gosh i see the other problem, i think this may affect all the other plugins 
referencing the controls plugin like this because there is no easy system to 
get references to it ;) 

Original comment by dani...@electroteque.org on 16 Jul 2012 at 7:29

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.viralvideos-3.2.11.zip better

Original comment by dani...@electroteque.org on 16 Jul 2012 at 7:38

GoogleCodeExporter commented 9 years ago
all good now ?

Original comment by dani...@electroteque.org on 18 Jul 2012 at 5:37

GoogleCodeExporter commented 9 years ago
lgtm

Original comment by blacktrashproduct on 19 Jul 2012 at 2:34