Code Monkey home page Code Monkey logo

flv-flash-fullscreen-video-player's People

Contributors

florianplag avatar

Watchers

 avatar

flv-flash-fullscreen-video-player's Issues

Add background color to wordpress plugin

What steps will reproduce the problem?
1.
2.
3.

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


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 1 May 2008 at 8:57

Support of IE6

Hello and thanks for this great player.

I am using it on a project where IE6 support is required. I've noticed 3 
problems with IE6:

* The skin files path is relative to the current file and not from the player. 
Imagine your page url is /blabla/ and the player is loaded under /static/, the 
defaultskin.sfw url is /blabla/skins/defaultskin.sfw. It is ok in Firefox. Not 
very critical for me, I've a workaround for this.

* The following js code doesn't work:

$(".video").live('mouseover', function() {
    var player = swfobject.getObjectById("videoCanvas");
    playervars.autoplay = true;
    player.updatePlayer(playervars); //In IE6 updatePlayer is unknown
});

Do you know have any solution for this?

Original issue reported on code.google.com by [email protected] on 30 May 2012 at 9:45

New skin

Skin + buttonOverlay + ending.

Vimeo-Style?
YouTube-Style?

Original issue reported on code.google.com by [email protected] on 3 Jan 2009 at 5:36

Volume control

Please add volume control. Thanks. It's a great player !

Original issue reported on code.google.com by [email protected] on 2 Oct 2008 at 2:53

click event is not called when clicking the video

Here is the skemeton of my html document:

<html>
<head>
<script type="text/javascript">
  var playervars = {
    'video': "myvideo.flv",
    'islive': true,
    'autoscale': false,
    'smoothing': false
  };

  var params = { scale: "noscale", allowfullscreen: "false", salign: "tl", bgcolor: "#ffffff", base: "."};      
  var attributes = { align: "left" };

  swfobject.embedSWF(
    "/static/flv/flvplayer.swf",
    "videoCanvas",
    "300", "200", "9.0.28",
    "/static/flv/expressInstall.swf", playervars, params, attributes
  );

  $(function() {
    $(".video").live('click', function() {
      alert('hello');
    });
  });
</script>


<body>
<span class="video">
 <div id="videoCanvas"></div>
</span>
</body>
</html>

The 'click' event is not called when clicking the video. According to your docs 
it should. Anything wrong in my code. 

Original issue reported on code.google.com by [email protected] on 30 May 2012 at 9:52

Much improvements

Follow things I've added to my player:

* skinhide
  With this new param, it's possible to make skin hideable.

* skinfade
  With this the new param, if skinhide set to true, a timer
  can be set, before the skin would be hidden.

* skinalpha
  This new param setup the transparency of the skin

* endimg
  With this param, if a preview image was setup, it is
  possible to display the preview image at the end of
  the video.
  TODO: Would not be hidden, if the user click on the
        play-button in the skin instead of the replay icon.
  >>>>> How could I hide the skin for these case?

* buffertime
  With this new param the buffer time could be set.

* More keyboard shortcuts added
  [s]          = starts / stops the video
  [r]          = plays the video from the beginning
  [p]          = pause or play
  [arrow keys] = set the volume
  [page up]    = seek ++
  [page down]  = seek --


My questions:

1.) How could I detach events to the mute and fullscreen button?
    I have tried a lot, but nothing seems to work and I think, I
    could not find the reference / instance to these buttons.
    I would take the keys:
    [f] or [F11] for toggle fullscreen
    [m] or [DEL] for toggle mute / unmute 

2.) How could I detach events to the first screen, for start
    playing with keyboard command?

3.) Why is in the start screen the skin with the buttons
    hidden? How can I change?

4.) Please see section above called 'endimg'.
    How can I hide the skin and its buttons at the end of video?
    Or: How could I remove the preview image again after clicking
    the play button in the skin?

5.) With the 'skinhide' param, and a skin like 'SkinOverAll...swf',
    in IE v7 - v9 always and sometimes in Firefox v3.5 - v3.6, the
    skin is not hidden, after mouse leaves the skin / video.
    What I'm doing wrong? Heres a little example code:
    <code>
    if (this._param.skinHide == true) {
      player.myFLVPlayback.skinAutoHide = this._param.skinHide;
      player.myFLVPlayback.skinFadeTime = this._param.skinFade;
    }
    </code>

Many thanks and Kind Regards
mk.keck

Original issue reported on code.google.com by [email protected] on 16 Dec 2010 at 2:01

Postroll

New parameter postroll:
Postroll video = video after the main video


Original issue reported on code.google.com by [email protected] on 4 Mar 2008 at 7:07

Zoom in Internet Explorer 11 on Windows 8 causes full-screen video to be displayed at the wrong size

What steps will reproduce the problem?
1. Use Internet Explorer 11 on Windows 8 to display a page containing an 
embedded video.
2. Change the browser's "zoom" setting to something other than 100%.
3. Click the "full-screen" icon on the video player controls.

What is the expected output? What do you see instead?
The full-screen video should fill the screen. Instead, if the zoom level is 
greater than 100% then the full-screen video is smaller than the screen. If the 
zoom level is less than 100% then the full-screen video is larger than the 
screen and the video controls disappear off the bottom of the screen. The size 
of the effect increases with the level of zoom in or out.

What version of the product are you using? On what operating system?
FLV Flash Fullscreen Video Player 1.9.7b with Internet Explorer 11 on Windows 8.

Please provide any additional information below.
The problem only occurs in Internet Explorer 11 on Windows 8. It does not occur 
in IE11 on Windows 7, nor does it occur in other browsers (e.g. Chrome, 
Firefox) on Windows 8. I think the main difference between the browsers is that 
the zoom function on IE11/Win8 changes the size of the video player while the 
other browsers do not change the player size.

I have attached screenshots of the sample page at 
http://www.video-flash.de/wp-content/demos/playlist-javascript-swfobject.html 
displayed in IE11/Win8 at various zoom levels in both normal and full-screen 
modes. At 100% zoom, the player behaves correctly. At 50% zoom, the full-screen 
video is too large. At 150% zoom, the full-screen video is too small.

Original issue reported on code.google.com by [email protected] on 20 Mar 2015 at 1:41

Attachments:

Timeout message

Wird kein Vorschaubild gewählt oder exisitiert dieses nicht auf dem
Server, so lädt der Player ewig ohne Reaktion. 

> Show Timeout Message

Original issue reported on code.google.com by [email protected] on 26 Mar 2009 at 10:31

Videos/Still Image + Play Button Overlay Not Functioning/Appearing

What steps will reproduce the problem?
1. follow all steps and setup the video player...
2. embeded at 720x525; black color with default player and content paths
2. video content name is correct and in correct path/folder...preview image is 
defined and also 
correctly placed and identified in the content folder
3. volume is checked and set to 1; autoscale is also checked, as is quality
4. skin color is set to black and the applied skin is skin-applestyle.swf

What is the expected output? What do you see instead?
I should see my preview image with the play button overtop; instead I see 
nothing--black box in 
the video content div location on the page


What version of the product are you using? On what operating system?
FLV Player 1.9.7; 1/17/09
Mac OSX 10.5.5 with Safari 3.1.2 (5525.20.1) and Firefox 3.5.5
Flash Player 10,0,32,18 


Please provide any additional information below.
It has worked before and seems to be intermittent; not something I can rely on 
if it won't be 
functioning all the time so that's what I'm trying to find out--where the error 
is.  My web host 
says all services are running correctly on their servers.



Original issue reported on code.google.com by [email protected] on 6 Nov 2009 at 6:42

Add Smoothing

see:
http://www.video-flash.de/index.php/flv-playback-komponente-smoothing-aktivieren
/

Original issue reported on code.google.com by [email protected] on 1 Mar 2008 at 3:12

Embed-Code Button

Feature Request:
Integration of an embed button which shows some code (in order to integrate the 
player into 
another web site).

Original issue reported on code.google.com by [email protected] on 6 Feb 2008 at 6:02

Debug-Mode

Log-Engine (Thunderbolt) cannot be disabled.

Debug mode should be optional (parameter: debug=true/false).


Original issue reported on code.google.com by [email protected] on 4 Feb 2008 at 6:15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.