My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 09, 2009
    issue 32 (How can i changge the size of buttons ) reported by aniltalsania   -   How can i changge the size of buttons such as play, pause, time.. etc. there is no anyways to make it small size or reduce the space between those?
    How can i changge the size of buttons such as play, pause, time.. etc. there is no anyways to make it small size or reduce the space between those?
  • Dec 09, 2009
    issue 30 (player_JS fonction setPosition non précise) commented on by blop6564   -   En fait j'ai trouvé la solution et le problème ne vient pas à priori du player, mais de la vidéo.
    En fait j'ai trouvé la solution et le problème ne vient pas à priori du player, mais de la vidéo.

Earlier this year

  • Nov 10, 2009
    issue 31 (Setting the "buffer" property has no useful effect) reported by naveen.chwl   -   What steps will reproduce the problem? 1. set the "buffer" property to a larger value 2. 3. What is the expected output? What do you see instead? The "buffer" property SHOULD (like with FLVPlayer) allow a video to avoid the VIDEO STOP situation by setting the buffer time REQUIRED to START the video. As it is, setting the "buffer" property KEEPS the VIDEO STOP situation by continuing to demand the same buffer time during playback (so the video stops just as often at any "buffer" value. Solution: there should be another property "startbuffer" which determines the amount of video time to buffer before the player can start (different from "buffer"), thereby allowing the developer to completely solve the mid- stream VIDEO STOP situation.
    What steps will reproduce the problem? 1. set the "buffer" property to a larger value 2. 3. What is the expected output? What do you see instead? The "buffer" property SHOULD (like with FLVPlayer) allow a video to avoid the VIDEO STOP situation by setting the buffer time REQUIRED to START the video. As it is, setting the "buffer" property KEEPS the VIDEO STOP situation by continuing to demand the same buffer time during playback (so the video stops just as often at any "buffer" value. Solution: there should be another property "startbuffer" which determines the amount of video time to buffer before the player can start (different from "buffer"), thereby allowing the developer to completely solve the mid- stream VIDEO STOP situation.
  • Nov 10, 2009
    issue 30 (player_JS fonction setPosition non précise) reported by blop6564   -   Bonjour, voici le problème que j'ai rencontré la fonction setPosition dans le player javascript n'est pas précise parfois, il y a un décalage entre le temps en entrée de la fonction et la position dans la vidéo après le changement... Afin de reproduire cela : 1. aller sur http://resources.neolao.com/download/flash/components/player_flv_js.html 2. lire la vidéo 3. mettre 5000 dans l'input Modifier la position : , puis cliquer sur modifier. On peut voir que position : affichera un nombre aux alentours de 6000, on a donc un décalage de 1 seconde. Il m'est déjà arriver d'avoir un décalage plus important. Peut-on y remédier? Merci d'avance.
    Bonjour, voici le problème que j'ai rencontré la fonction setPosition dans le player javascript n'est pas précise parfois, il y a un décalage entre le temps en entrée de la fonction et la position dans la vidéo après le changement... Afin de reproduire cela : 1. aller sur http://resources.neolao.com/download/flash/components/player_flv_js.html 2. lire la vidéo 3. mettre 5000 dans l'input Modifier la position : , puis cliquer sur modifier. On peut voir que position : affichera un nombre aux alentours de 6000, on a donc un décalage de 1 seconde. Il m'est déjà arriver d'avoir un décalage plus important. Peut-on y remédier? Merci d'avance.
  • Nov 08, 2009
    issue 29 (SetVariable method from javascript : no such method register...) reported by naveen.chwl   -   What steps will reproduce the problem? 1. document.getElementById("myFlash").SetVariable("player:jsPlay", ""); 2. 3. What is the expected output? What do you see instead? Expected: plays the video. Instead see: "Object doesn't support this property or method" (in relation to "SetVariable") What version of the product are you using? On what operating system? NORMAL 1.1.4 and JS 0.3.1 Please provide any additional information below.
    What steps will reproduce the problem? 1. document.getElementById("myFlash").SetVariable("player:jsPlay", ""); 2. 3. What is the expected output? What do you see instead? Expected: plays the video. Instead see: "Object doesn't support this property or method" (in relation to "SetVariable") What version of the product are you using? On what operating system? NORMAL 1.1.4 and JS 0.3.1 Please provide any additional information below.
  • Oct 14, 2009
    issue 7 (Wrong initialization of object using Ajax on IE6 or IE7) commented on by vincent.pennec   -   Hi, I assume this is the same bug. We (our users) use a cms to create pages with videos. I don't want our users to deal with swf code so there are only allowed to post plain links to videos. Using Ajax (jquery) all links tagged "flv" are altered to display flvplayer <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.flv.js"></script> </script> <script type="text/javascript"> $(document).ready(function(){ // find all items with class="flv" and replace link with player $(".flv").jflv(); }); </script>... <a href="video.flv">a video</a> This works with FF but not with IE. Hope it will be fixed soon.
    Hi, I assume this is the same bug. We (our users) use a cms to create pages with videos. I don't want our users to deal with swf code so there are only allowed to post plain links to videos. Using Ajax (jquery) all links tagged "flv" are altered to display flvplayer <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="jquery.flv.js"></script> </script> <script type="text/javascript"> $(document).ready(function(){ // find all items with class="flv" and replace link with player $(".flv").jflv(); }); </script>... <a href="video.flv">a video</a> This works with FF but not with IE. Hope it will be fixed soon.
  • Oct 11, 2009
    issue 28 (fullscreen mode problem when wmode set to opaque) commented on by Frantise...@gmail.com   -   this has only been tested on XP
    this has only been tested on XP
  • Oct 11, 2009
    issue 28 (fullscreen mode problem when wmode set to opaque) commented on by Frantise...@gmail.com   -   his seems to have already been filed as issue #20, however the existing issue doesn't mention anything about the wmode.
    his seems to have already been filed as issue #20, however the existing issue doesn't mention anything about the wmode.
  • Oct 11, 2009
    issue 28 (fullscreen mode problem when wmode set to opaque) commented on by Frantise...@gmail.com   -   this seems to already have been filed as issue #20, however the existing issue doesn't mention anything about the wmode.
    this seems to already have been filed as issue #20, however the existing issue doesn't mention anything about the wmode.
  • Oct 11, 2009
    issue 28 (fullscreen mode problem when wmode set to opaque) reported by Frantise...@gmail.com   -   What steps will reproduce the problem? 1. set wmode to opaque 2. go fullscreen and then back to windowed mode 3. try to go fullscreen again What is the expected output? What do you see instead? no more fullscreen until the page gets refreshed What version of the product are you using? On what operating system? maxi 1.6.0 Please provide any additional information below. this does not appear in an activex-flahs enabled browser (ie7), but is confirmed in ff2/3, safari and chrome.
    What steps will reproduce the problem? 1. set wmode to opaque 2. go fullscreen and then back to windowed mode 3. try to go fullscreen again What is the expected output? What do you see instead? no more fullscreen until the page gets refreshed What version of the product are you using? On what operating system? maxi 1.6.0 Please provide any additional information below. this does not appear in an activex-flahs enabled browser (ie7), but is confirmed in ff2/3, safari and chrome.
  • Sep 24, 2009
    TemplateMaxiChangelog (The changelog of template "maxi") Wiki page edited by neolao   -   Revision r154 Edited wiki page through web user interface.
    Revision r154 Edited wiki page through web user interface.
  • Sep 24, 2009
    r153 (Revert 1.6.0) committed by neolao   -   Revert 1.6.0
    Revert 1.6.0
  • Sep 22, 2009
    TemplateMaxiChangelog (The changelog of template "maxi") Wiki page edited by neolao   -   Revision r152 Edited wiki page through web user interface.
    Revision r152 Edited wiki page through web user interface.
  • Sep 22, 2009
    TemplateMaxiChangelog (The changelog of template "maxi") Wiki page edited by neolao   -   Revision r151 Edited wiki page through web user interface.
    Revision r151 Edited wiki page through web user interface.
  • Sep 22, 2009
    TemplateMaxiChangelog (The changelog of template "maxi") Wiki page edited by neolao   -   Revision r150 Version 1.7.0
    Revision r150 Version 1.7.0
  • Sep 22, 2009
    template_maxi_1.7.0.zip (source template maxi 1.7.0) file uploaded by neolao   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • Sep 22, 2009
    player_flv_maxi_1.7.0.swf (template maxi 1.7.0) file uploaded by neolao   -  
    Labels: Featured Type-Executable OpSys-All
    Labels: Featured Type-Executable OpSys-All
  • Sep 22, 2009
    r149 (patch from Eddie Sullivan) committed by neolao   -   patch from Eddie Sullivan
    patch from Eddie Sullivan
  • Sep 22, 2009
    issue 7 (Wrong initialization of object using Ajax on IE6 or IE7) commented on by marie.alhomme   -   Yes, I confirm, this is a big bug, and it's really sad because I love this player and would love to continue using it... Any idea of a workaround or when this will be fixed ? Thanks !! Merci !!
    Yes, I confirm, this is a big bug, and it's really sad because I love this player and would love to continue using it... Any idea of a workaround or when this will be fixed ? Thanks !! Merci !!
  • Sep 18, 2009
    issue 27 (video in window mode is resized after changing cursor positi...) commented on by luc.desc...@freesurf.ch   -   it happends also after pressing stop and play when watching the video
    it happends also after pressing stop and play when watching the video
  • Sep 18, 2009
    issue 27 (video in window mode is resized after changing cursor positi...) reported by luc.desc...@freesurf.ch   -   What steps will reproduce the problem? 1. play the video 2. change the cursor position 3. now you have borders until you reload the page (although they dont appear in fullscreen mode) What is the expected output? What do you see instead? I'd like to have the video fit in the player window :) What version of the product are you using? On what operating system? player_flv_maxi.swf 1.60 firefox 3.0.14 / ubuntu 9.04 Shockwave Flash 10.0 r32 Please provide any additional information below. see the attached files
    What steps will reproduce the problem? 1. play the video 2. change the cursor position 3. now you have borders until you reload the page (although they dont appear in fullscreen mode) What is the expected output? What do you see instead? I'd like to have the video fit in the player window :) What version of the product are you using? On what operating system? player_flv_maxi.swf 1.60 firefox 3.0.14 / ubuntu 9.04 Shockwave Flash 10.0 r32 Please provide any additional information below. see the attached files
  • Sep 18, 2009
    issue 26 (video is downloaded for nuts when the player is displayed an...) reported by luc.desc...@freesurf.ch   -   What steps will reproduce the problem? 1. Load the page and display the player -> The php streamer script is called with "start=0" 2. You are now downloading the stream for nuts (data will never be used) when you just want to display the streamer (autoload, autoplay and loadonstop are set to 0) 3. Play the movie: the streamer script is called again with "start=" 4. You are downloading the stream twice What is the expected output? What do you see instead? The streamer script should not be called with "start=0" when the player is loaded and autoload, autoplay and loadonstop are set to 0. Actually you must "exit(0)" from the streamer script when start=0 or you are downloading the video for nuts as soon the player is displayed (incoming data is never used, instead the video is downloaded a second time when you press play) What version of the product are you using? On what operating system? player_flv_maxi.swf 1.60 firefox 3.0.14 / ubuntu 9.04 Shockwave Flash 10.0 r32
    What steps will reproduce the problem? 1. Load the page and display the player -> The php streamer script is called with "start=0" 2. You are now downloading the stream for nuts (data will never be used) when you just want to display the streamer (autoload, autoplay and loadonstop are set to 0) 3. Play the movie: the streamer script is called again with "start=" 4. You are downloading the stream twice What is the expected output? What do you see instead? The streamer script should not be called with "start=0" when the player is loaded and autoload, autoplay and loadonstop are set to 0. Actually you must "exit(0)" from the streamer script when start=0 or you are downloading the video for nuts as soon the player is displayed (incoming data is never used, instead the video is downloaded a second time when you press play) What version of the product are you using? On what operating system? player_flv_maxi.swf 1.60 firefox 3.0.14 / ubuntu 9.04 Shockwave Flash 10.0 r32
  • Sep 18, 2009
    issue 25 (using php streaming, cursor dont show actual position before...) commented on by luc.desc...@freesurf.ch   -   when unpausing the video, the cursor is reset to 0 and i have to switch the fullscreen mode so that the cursor position is correct again.
    when unpausing the video, the cursor is reset to 0 and i have to switch the fullscreen mode so that the cursor position is correct again.
  • Sep 18, 2009
    issue 25 (using php streaming, cursor dont show actual position before...) reported by luc.desc...@freesurf.ch   -   What steps will reproduce the problem? 1. play the video 2. change the position -> cursor position is reset to zero, but elapsed time and video position is correct 3. go fullscreen 4. cursor position is now correct, you can change its position, but download progress bar is not displayed anymore 6. quit full screen and play with position 7. cursor position is still correct, progress bar still not displayed What is the expected output? What do you see instead? why do i need to switch fullscreen ? why the progress bar disappear ? What version of the product are you using? On what operating system? player_flv_maxi.swf 1.60 firefox 3.0.14 / ubuntu 9.04 Please provide any additional information below.
    What steps will reproduce the problem? 1. play the video 2. change the position -> cursor position is reset to zero, but elapsed time and video position is correct 3. go fullscreen 4. cursor position is now correct, you can change its position, but download progress bar is not displayed anymore 6. quit full screen and play with position 7. cursor position is still correct, progress bar still not displayed What is the expected output? What do you see instead? why do i need to switch fullscreen ? why the progress bar disappear ? What version of the product are you using? On what operating system? player_flv_maxi.swf 1.60 firefox 3.0.14 / ubuntu 9.04 Please provide any additional information below.
  • Aug 18, 2009
    issue 24 (i have a problem with subtitle in arabic language) reported by gamesnetads   -   i have a problem with subtitle in arabic language
    i have a problem with subtitle in arabic language
  • Aug 18, 2009
    issue 21 (Embed Code Not Working In Clipbucket) commented on by sribalas   -   Try HD FLV Player for Clipbucket www.hdflvplayer.net
    Try HD FLV Player for Clipbucket www.hdflvplayer.net
  • Jul 21, 2009
    issue 16 (IE7 not playing after dynamic dom change) commented on by idotzang   -   I use Vista + IE7, and for me the link you gave does work. However, in my own application, where I load the player using swfobject.js, it does not play the movie I'm using the js 0.3.1 version. I don't even see my js listener object being called for onInit (or any other event, obviously)
    I use Vista + IE7, and for me the link you gave does work. However, in my own application, where I load the player using swfobject.js, it does not play the movie I'm using the js 0.3.1 version. I don't even see my js listener object being called for onInit (or any other event, obviously)
  • Jul 09, 2009
    issue 23 (Unable to compile player_flv_js.swf) reported by idotzang   -   What I need is a version of the player with System.security.allowDomain("*");. I see it in the trunk, in ATemplate.as, but in the current zip (0.3.1), ATemplate.as doesn't contain this line. My problem is that I'm unable to compile using compileTemplateJS.bat What steps will reproduce the problem? 1. Download & unzip template_js_0.3.1.zip 2. invoke compileTemplateJS.bat in the template_js directory What is the expected output? What do you see instead? Compilation output is: template_js>..\swfmill\swfmill simple ..\base\player.xml player_flv_js.swf template_js>..\mtasc\mtasc -version 7 - keep -strict -v -main -cp ..\classes -swf player_flv_js.swf TemplateJS.as Classpath : C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/;..\classes/;C:\w ork\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/;;/ Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/StdPresent.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Object.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Boolean.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/String.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Number.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Array.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Function.as Parsed TemplateJS.as Parsed ..\classes/ATemplate.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/MovieClip.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/ContextMenu.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/TextSnapshot.as Parsed ..\classes/PlayerBasic.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/NetConnection.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/NetStream.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Microphone.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Camera.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Sound.as Parsed ..\classes/PlayerDefault.as Typing PlayerBasic.PlayerBasic Typing PlayerBasic._initVars Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/TopLevel.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/FunctionArguments.as Typing PlayerBasic._initVideo Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Math.as Typing PlayerBasic.play Typing PlayerBasic.pause Typing PlayerBasic.stop Typing PlayerBasic.setPosition Typing PlayerBasic.getPosition Typing PlayerBasic.getDuration Typing PlayerBasic.getBufferLength Typing PlayerBasic.getBufferTime Typing PlayerBasic.getLoading Typing ATemplate.ATemplate Typing ATemplate._initFlash Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Stage.as Typing ATemplate._initVars Typing ATemplate._initKey Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Key.as Typing ATemplate._addShortcut Typing ATemplate._initVideo Typing ATemplate._initPlayer Typing ATemplate.delegate Typing ATemplate.resizeVideo Typing ATemplate.playRelease Typing ATemplate.pauseRelease Typing ATemplate.stopRelease Typing ATemplate.startLoading Typing PlayerDefault.PlayerDefault Typing PlayerDefault._initVars Typing PlayerDefault._initSubtitles Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/LoadVars.as Typing PlayerDefault._incrementMillisecond Typing PlayerDefault.play Typing PlayerDefault.pause Typing PlayerDefault.stop Typing PlayerDefault.setVolume Typing PlayerDefault.getVolume Typing PlayerDefault.getSubtitles Typing PlayerDefault.getSubtitle Typing PlayerDefault.setUrl Typing TemplateJS.TemplateJS Typing TemplateJS.main Typing TemplateJS._initKey Typing TemplateJS._initVideo Typing TemplateJS._enterFrame Typing TemplateJS._setProperty Typing TemplateJS._onResize Typing TemplateJS.sendToJavascript TemplateJS.as:222: characters 3-25 : type error Unknown variable ExternalInterface What version of the product are you using? On what operating system? 0.3.1 on Vista Please provide any additional information below. Commenting out the problematic line (222) in TepmlateJS causes compile to succeed. For no I commented out line 222, added System.security.allowDomain("*"); in ATepmlate, like in the trunk, and I have my own compiled version of the player - I just have no idea what's the commenting out causing (my js onInit is still getting called, so I figured I might try working with this version of the SWF for now).
    What I need is a version of the player with System.security.allowDomain("*");. I see it in the trunk, in ATemplate.as, but in the current zip (0.3.1), ATemplate.as doesn't contain this line. My problem is that I'm unable to compile using compileTemplateJS.bat What steps will reproduce the problem? 1. Download & unzip template_js_0.3.1.zip 2. invoke compileTemplateJS.bat in the template_js directory What is the expected output? What do you see instead? Compilation output is: template_js>..\swfmill\swfmill simple ..\base\player.xml player_flv_js.swf template_js>..\mtasc\mtasc -version 7 - keep -strict -v -main -cp ..\classes -swf player_flv_js.swf TemplateJS.as Classpath : C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/;..\classes/;C:\w ork\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/;;/ Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/StdPresent.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Object.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Boolean.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/String.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Number.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Array.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Function.as Parsed TemplateJS.as Parsed ..\classes/ATemplate.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/MovieClip.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/ContextMenu.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/TextSnapshot.as Parsed ..\classes/PlayerBasic.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/NetConnection.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/NetStream.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Microphone.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Camera.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Sound.as Parsed ..\classes/PlayerDefault.as Typing PlayerBasic.PlayerBasic Typing PlayerBasic._initVars Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/TopLevel.as Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/FunctionArguments.as Typing PlayerBasic._initVideo Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Math.as Typing PlayerBasic.play Typing PlayerBasic.pause Typing PlayerBasic.stop Typing PlayerBasic.setPosition Typing PlayerBasic.getPosition Typing PlayerBasic.getDuration Typing PlayerBasic.getBufferLength Typing PlayerBasic.getBufferTime Typing PlayerBasic.getLoading Typing ATemplate.ATemplate Typing ATemplate._initFlash Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Stage.as Typing ATemplate._initVars Typing ATemplate._initKey Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/Key.as Typing ATemplate._addShortcut Typing ATemplate._initVideo Typing ATemplate._initPlayer Typing ATemplate.delegate Typing ATemplate.resizeVideo Typing ATemplate.playRelease Typing ATemplate.pauseRelease Typing ATemplate.stopRelease Typing ATemplate.startLoading Typing PlayerDefault.PlayerDefault Typing PlayerDefault._initVars Typing PlayerDefault._initSubtitles Parsed C:\work\bin\flvplayer-template_js\downloaded-0.3.1\mtasc/std/LoadVars.as Typing PlayerDefault._incrementMillisecond Typing PlayerDefault.play Typing PlayerDefault.pause Typing PlayerDefault.stop Typing PlayerDefault.setVolume Typing PlayerDefault.getVolume Typing PlayerDefault.getSubtitles Typing PlayerDefault.getSubtitle Typing PlayerDefault.setUrl Typing TemplateJS.TemplateJS Typing TemplateJS.main Typing TemplateJS._initKey Typing TemplateJS._initVideo Typing TemplateJS._enterFrame Typing TemplateJS._setProperty Typing TemplateJS._onResize Typing TemplateJS.sendToJavascript TemplateJS.as:222: characters 3-25 : type error Unknown variable ExternalInterface What version of the product are you using? On what operating system? 0.3.1 on Vista Please provide any additional information below. Commenting out the problematic line (222) in TepmlateJS causes compile to succeed. For no I commented out line 222, added System.security.allowDomain("*"); in ATepmlate, like in the trunk, and I have my own compiled version of the player - I just have no idea what's the commenting out causing (my js onInit is still getting called, so I figured I might try working with this version of the SWF for now).
  • Jul 06, 2009
    TemplateMiniChangelog (The changelog of the template "mini") Wiki page commented on by Contact.team.ffa   -   Team =FFA=
    Team =FFA=
  • Jun 30, 2009
    issue 7 (Wrong initialization of object using Ajax on IE6 or IE7) commented on by cordierarnaud   -   Yes this is a big bug, IE won't show the player when there is a DOM change. On IE6 and IE7 (windows XP) none of the generator/ pages works: http://flv-player.net/players/maxi/generator/
    Yes this is a big bug, IE won't show the player when there is a DOM change. On IE6 and IE7 (windows XP) none of the generator/ pages works: http://flv-player.net/players/maxi/generator/
  • Jun 17, 2009
    issue 22 (Progress bar color with XML config file) reported by loic.etibe   -   What steps will reproduce the problem? 1. Set up the player using configxml parameter. 2. Build your XML 3. Run the HTML page What is the expected output? What do you see instead? The problem lays with the color of the progress bar. Instead of considering the XML's values, it shows a yellow/orange line. If you go fullscreen, then everything is fine. Going back to normal keeps everything ok too. The solution I found was to use a TXT (config parameter) file instead. What version of the product are you using? On what operating system? flv-player 1.6.0, Firefox 3.0.11, IE 8, Opera 9.64 Windows Vista SP1 Please provide any additional information below. See the config files (attached)
    What steps will reproduce the problem? 1. Set up the player using configxml parameter. 2. Build your XML 3. Run the HTML page What is the expected output? What do you see instead? The problem lays with the color of the progress bar. Instead of considering the XML's values, it shows a yellow/orange line. If you go fullscreen, then everything is fine. Going back to normal keeps everything ok too. The solution I found was to use a TXT (config parameter) file instead. What version of the product are you using? On what operating system? flv-player 1.6.0, Firefox 3.0.11, IE 8, Opera 9.64 Windows Vista SP1 Please provide any additional information below. See the config files (attached)
  • Jun 07, 2009
    r148 ([No log message]) committed by neolao   -   [No log message]
    [No log message]
  • Jun 07, 2009
    Html5Changelog (The changelog of the FLV player for HTML 5) Wiki page added by neolao
  • Jun 07, 2009
    r146 (First version of the flv player for html 5) committed by neolao   -   First version of the flv player for html 5
    First version of the flv player for html 5
  • Jun 05, 2009
    r145 ([No log message]) committed by neolao   -   [No log message]
    [No log message]
  • Jun 04, 2009
    r144 ([No log message]) committed by neolao   -   [No log message]
    [No log message]
  • Jun 04, 2009
    r143 ([No log message]) committed by neolao   -   [No log message]
    [No log message]
  • Jun 03, 2009
    r142 ([No log message]) committed by neolao   -   [No log message]
    [No log message]
  • Jun 03, 2009
    r141 ([No log message]) committed by neolao   -   [No log message]
    [No log message]
  • Jun 02, 2009
    r140 (Update javascript object) committed by neolao   -   Update javascript object
    Update javascript object
  • Jun 01, 2009
    r139 (Add example page for the html 5 video player) committed by neolao   -   Add example page for the html 5 video player
    Add example page for the html 5 video player
  • Jun 01, 2009
    r138 (Add html5 player) committed by neolao   -   Add html5 player
    Add html5 player
  • May 09, 2009
    issue 21 (Embed Code Not Working In Clipbucket) reported by sukumar4b   -   What steps will reproduce the problem? 1.Embed Not Working What is the expected output? What do you see instead? No Videos. Embading Player Not Support in Clipbucket Script What version of the product are you using? On what operating system? Clipbucket 1.71 in Linux Server Please provide any additional information below.
    What steps will reproduce the problem? 1.Embed Not Working What is the expected output? What do you see instead? No Videos. Embading Player Not Support in Clipbucket Script What version of the product are you using? On what operating system? Clipbucket 1.71 in Linux Server Please provide any additional information below.
  • Mar 23, 2009
    issue 20 (full screen don't work correctly) reported by gilbert....@logica.com   -   plateform : Windows XP SP3 Browser : IE 7, FF 3.0.7 and Safari 3.2.2 Problem : Click on full screen's icon and after press on the key 'ESC' work correctly on IE 7 (I can repeat this sequence as many time as I want), but only 1 time with the other browsers. When I click on full screen's icon after, I remark no effect What is the expected output? The same as IE7 for all the browsers : repeat this sequence as many time as I want. I use player_flv_maxi.swf version 1.6.0 Gilbert ARMENGAUD (FRANCE)
    plateform : Windows XP SP3 Browser : IE 7, FF 3.0.7 and Safari 3.2.2 Problem : Click on full screen's icon and after press on the key 'ESC' work correctly on IE 7 (I can repeat this sequence as many time as I want), but only 1 time with the other browsers. When I click on full screen's icon after, I remark no effect What is the expected output? The same as IE7 for all the browsers : repeat this sequence as many time as I want. I use player_flv_maxi.swf version 1.6.0 Gilbert ARMENGAUD (FRANCE)
  • Mar 19, 2009
    issue 19 (All Players won't work with Firefox 3.x and Flock 2.x) reported by els...@jubii.de   -   What steps will reproduce the problem? 1. Open your own website with Firefox 3.x or Flock 2.x 2. No players will show up What is the expected output? What do you see instead? Only the plain text with links. It's working in Firefox 2.x though. What version of the product are you using? On what operating system? Windows XP Home Edition SP2, fully patched. Please provide any additional information below. Please find a solution soon!
    What steps will reproduce the problem? 1. Open your own website with Firefox 3.x or Flock 2.x 2. No players will show up What is the expected output? What do you see instead? Only the plain text with links. It's working in Firefox 2.x though. What version of the product are you using? On what operating system? Windows XP Home Edition SP2, fully patched. Please provide any additional information below. Please find a solution soon!
  • Feb 27, 2009
    issue 18 (Small movie has got stuck) reported by green-ap...@mtu-net.ru   -   1. Slide-bar has got stuck at the end of movie and the movie has got stuck too 2. Play/Pause button not work 3. Movie can play again only after pressing the stop button Problem is shown with small movie about 3 seconds long. When I elongate the movie to 6 seconds then problem disappear OS: MS Vista , FLV-players maxi 1.6 & multi 1.5 tested
    1. Slide-bar has got stuck at the end of movie and the movie has got stuck too 2. Play/Pause button not work 3. Movie can play again only after pressing the stop button Problem is shown with small movie about 3 seconds long. When I elongate the movie to 6 seconds then problem disappear OS: MS Vista , FLV-players maxi 1.6 & multi 1.5 tested
  • Feb 27, 2009
    issue 17 (Problem with Flashget's getflash option.) reported by tufanunal   -   What steps will reproduce the problem? 1. Problem occurs when Flashget's Get Flash Pluging enable 2. 3. What is the expected output? What do you see instead? It dost not play file, IE tries to restart itself and not respond. What version of the product are you using? On what operating system? All versions Please provide any additional information below.
    What steps will reproduce the problem? 1. Problem occurs when Flashget's Get Flash Pluging enable 2. 3. What is the expected output? What do you see instead? It dost not play file, IE tries to restart itself and not respond. What version of the product are you using? On what operating system? All versions Please provide any additional information below.
  • Feb 16, 2009
    issue 16 (IE7 not playing after dynamic dom change) reported by p...@yahoo.com   -   What steps will reproduce the problem? 1. open IE 2. go to http://flv-player.net/players/maxi/generator/ 3. just play with the generator What is the expected output? What do you see instead? playing the video.... What version of the product are you using? On what operating system? IE7 windows xp Please provide any additional information below. flvplayer is great but I can't use it because some people use IE ...
    What steps will reproduce the problem? 1. open IE 2. go to http://flv-player.net/players/maxi/generator/ 3. just play with the generator What is the expected output? What do you see instead? playing the video.... What version of the product are you using? On what operating system? IE7 windows xp Please provide any additional information below. flvplayer is great but I can't use it because some people use IE ...

Older

  • Dec 26, 2008
    issue 14 (not able to see the video locally (french description)) reported by sebastien.dionne   -   J'essaye de faire fonctionner le programme en local, mais j'obtiens toujours un écran noir. J'ai même pris le code du generator, et meme résultat. Voici ce que j'ai dans mon dernier test <html> <object type="application/x-shockwave-flash" data="http://flv-player.net/medias/player_flv_maxi.swf" width="320" height="240"> <param name="movie" value="http://flv-player.net/medias/player_flv_maxi.swf" /> <param name="allowFullScreen" value="true" /> <param name="FlashVars" value="config=flv-config.xml" /> </object> </html> et flv-config.xml = <config> <param name="flv" value="http%3A//flv-player.net/medias/KyodaiNoGilga.flv"/> </config> ceci devrait aller directement sur ton site, donc rien de local.. et meme ca ca ne marche pas, mais si je prend l'exemple de ton site tel quel, ca fonctionne.
    J'essaye de faire fonctionner le programme en local, mais j'obtiens toujours un écran noir. J'ai même pris le code du generator, et meme résultat. Voici ce que j'ai dans mon dernier test <html> <object type="application/x-shockwave-flash" data="http://flv-player.net/medias/player_flv_maxi.swf" width="320" height="240"> <param name="movie" value="http://flv-player.net/medias/player_flv_maxi.swf" /> <param name="allowFullScreen" value="true" /> <param name="FlashVars" value="config=flv-config.xml" /> </object> </html> et flv-config.xml = <config> <param name="flv" value="http%3A//flv-player.net/medias/KyodaiNoGilga.flv"/> </config> ceci devrait aller directement sur ton site, donc rien de local.. et meme ca ca ne marche pas, mais si je prend l'exemple de ton site tel quel, ca fonctionne.
  • Oct 05, 2008
    issue 13 (exporting html code into forum) reported by jeanchri...@free.fr   -   I have tried to paste the html code used in your generator into a forum but only Firefox show the flv player and not IE. it seems maybe pbm of different domain... no?
    I have tried to paste the html code used in your generator into a forum but only Firefox show the flv player and not IE. it seems maybe pbm of different domain... no?
 
Hosted by Google Code