Zoumaho / flv-flash-fullscreen-video-player

Automatically exported from code.google.com/p/flv-flash-fullscreen-video-player
0 stars 0 forks source link

Much improvements #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 kec...@googlemail.com on 16 Dec 2010 at 2:01

GoogleCodeExporter commented 9 years ago
Sorry, that's no defect but an improvement. (Don't know how to change this)

Original comment by kec...@googlemail.com on 16 Dec 2010 at 2:06