Changes between Initial Version and Version 4 of Ticket #12264


Ignore:
Timestamp:
Jun 22, 2015, 10:10:26 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12264 – Description

    initial v4  
    1 When opening a page, containing some [[Movie(...)]], I've get just a black screen at the place of where video should be.
     1When opening a page, containing some `[[Movie(...)]]`, I've get just a black screen at the place of where video should be.
    22In the Developer Tools I have error:
    33
     4{{{
    45Uncaught TypeError: undefined is not a function
     6}}}
    57
    68Pointed to the file, containing that:
    7 
     9{{{#!js
    810$(function() {
    911
    1012$('#player-1428651430-115959').flowplayer({"adaptiveRatio":true,"bufferTime":"0.1","debug":false,"disabled":false,"engine":"html5","errors":"array","flashfit":false,"fullscreen":true,"keyboard":true,"live":false,"muted":false,"native_fullscreen":false,"speeds":[0.25,0.5,1,1.5,2],"splash":false,"subscribe":false,"tooltip":true,"volume":"1"});
    1113});
     14}}}
    1215
    1316Also I can send you a link to page with that error, if you want...