videoplayer.js loading error ???

  • Hi, I'm trying to display video on ipad and iphone and it works, but each time I call the video I have an error message :

    Code
    ERROR: plugin[v1] loading error: %SWFPATH%/plugins/videoplayer.js

    here is how i call the video by clicking on a hotspot :

    What is wrong as video works ?

    here is the page : http://360images.fr/sjm/video.html

    thanx !!!

  • Hi,

    okay, that's seems to be a bug in the viewer - the first set url (the videoplayer.swf) starts loading, but then the url was overwritten with the "alturl" and the loading of the videoplayer.js starts but the old url seems to be still loading an reporting the error (but with the wrong url in the error message),

    a part of problem here is that the "alturl" was more designed/thought for static xml definition usage - when setting it - it overwrites the current url setting,

    maybe use instead of:

    Code
    set(plugin[v1].url,%SWFPATH%/plugins/videoplayer.swf);
    set(plugin[v1].alturl,%SWFPATH%/plugins/videoplayer.js);

    this code:

    Code
    if(flash, 
      set(plugin[v1].url,%SWFPATH%/plugins/videoplayer.swf);
      ,
      set(plugin[v1].url,%SWFPATH%/plugins/videoplayer.js);
    );

    best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!