Search  

PLAYERFLV V2

Full_screen_preview

PlayerFlv v2 (all size):

Size of movie will be change to size swf. All tools(Play,Stop,Pause,scroll etc.) will be change to size swf. You can change all Colors !
  • You can change size swf in code html (min width>=350px)
  • You can Full Screen on/off (right key mouse)
  • You can change BACKGROUND _PLAYER
  • You can change COLOR _BACKGROUND_TOOLS
  • You can change COLOR _SYMBOL_BUTTON_ROLLOVER
  • You can change COLOR _SYMBOL_BUTTON_ROLLOUT
  • You can change COLOR _NUMBER
  • You can change COLOR _LINE_SOUND
  • You can change COLOR _LINE_PROGRESS
  • You can change COLOR _LINE_PROGRESS_PRELOADER
  • You can change COLOR _CIRCLE
  • You can change AUTO _PLAY (true/false)
  • You can change AUTO _REPLAY (true/false)
  • You can change URL _MOVE (path for flv file)

Included files:

  • Documentation (.txt)
  • Flash 8 file
  • SWF file
  • XML file
  • Movie used
  • AS file (classes action script)

Configuration file: “xml/configuration.xml”.



keywords:
player,flv,flv file,player full screen

Posted 4 months ago

really nice :)

Posted 4 months ago

I think you have a bug. If I click escape key on fullscreen, the icon of the fullscreen doesn’t change back.

Posted 4 months ago

@bobocel – Thanks
I sent updated files to the server

Posted 4 months ago

Hi,

I’m want to purchase the file but if I load the videoplayer on top of another swf will the video maintain the normal size on normal state or will it just automatically resize to the size of the canvas?

Thanks

Posted 4 months ago

@selarom1978
You can change it alone in the code action script.
Class FLVModel.as: (line 96)

function resizeImage(){
this.widthPlayer=Stage.width
this.heightPlayer=Stage.height

Posted 4 months ago

Thanks,

Does it include FLA ?

Posted 4 months ago

@selarom1978
So of course.

Posted 4 months ago

Now I got it. The download link was giving a different version with missing files.

Posted 4 months ago

This may sound like a dumb question, obviously this is going to work with your average HTML site, but can this be used with a WordPress blog? Do you have a plug-in or an XHTML tag? Anyway to do this?

Posted 4 months ago

I hate to be a nudge, but does anyone know of a third-party app that can embed this into a Wordpress with XHTML ? Or another way to do it? please? Thank You!

Posted 3 months ago

@reproductions
Sorry…
I don’t know I am not using wordpress

Posted 3 months ago

i bought your player, it’s nice, but now i got a problem with fullscreen mode, please check this www.glebzhavoronkov.com

Posted 3 months ago

@gleb
so.addParam(“align”,”middle”;);
so.addParam(“salign”,”middle”;);
It is here badly !

Correctly:
so.addParam(“align”,”top”;);
so.addParam(“salign”,”lt”;);

Posted 3 months ago