Search  

PLAYERFLV V3

Full_screen_preview

Possibilities Player Move v3:

  • file format – .flv and h.264 (mp4…etc – a recommended converter is a mediacoder – http://mediacoder.sourceforge.net/ )
  • you can change easy size player in xml file
  • you can add preview (if autoPlay==false)
  • you can change all colors tools in xml file
  • you can change autoPlay (true/false ) in xml file
  • you can change autoReplay (true/false) in xml file
  • you can enabled/disabled sound effect rollover
  • you can change buffer size in xml file
  • you can full screen on/off (right key mouse)
The project consists of two files swf:
  • player_flv.swf (module player_flv , have only one function – getInstance())
  • your_file.swf (example how to load the module to different swf files)

date_flv.xml:

< data url_config=”xml/configuration_flv.xml” >
< item path=”flv/1.flv” preview=”flv/1_preview.jpg”/ >
< /data >

path – path flv move
preview – path image preview
url_config – path configurtion file


configuration_flv.xml:

< configuration>
< FLV _BACKGROUND_TOOLS> 0×292929< /FLV_BACKGROUND_TOOLS>
< FLV _BACKGROUND_PLAYER> 0×000000< /FLV_BACKGROUND_PLAYER>
< FLV _COLOR_SYMBOL_BUTTON_ROLLOVER> 0xF4D200< /FLV_COLOR_SYMBOL_BUTTON_ROLLOVER>
< FLV _COLOR_SYMBOL_BUTTON_ROLLOUT> 0xBEBEBE< /FLV_COLOR_SYMBOL_BUTTON_ROLLOUT>
< FLV _COLOR_NUMBER> 0X999999< /FLV_COLOR_NUMBER>
< FLV _COLOR_LINE_SOUND> 0×999999< /FLV_COLOR_LINE_SOUND>
< FLV _CURRENT_SOUND_LINE> 0xF4D200< /FLV_CURRENT_SOUND_LINE>
< FLV _COLOR_LINE_PROGRESS> 0×666666< /FLV_COLOR_LINE_PROGRESS>
< FLV _COLOR_LINE_PROGRESS_PRELOADER> 0×999999< /FLV_COLOR_LINE_PROGRESS_PRELOADER>
< FLV _CURRENT_PROGRESS_LINE> 0xF4D200< /FLV_CURRENT_PROGRESS_LINE>
< NEW _WIDTH> 640< /NEW_WIDTH>
< NEW _HEIGHT> 505< /NEW_HEIGHT>
< FLV _AUTO_PLAY> false< /FLV_AUTO_PLAY>
< FLV _AUTO_REPLAY> false< /FLV_AUTO_REPLAY>
< FLV _BUFFER_SIZE> 6< /FLV_BUFFER_SIZE>
< FULL _SCRENN_BUTTON> true< /FULL_SCRENN_BUTTON>
< FLV _SOUND_ROLL_SAMPLE> true< /FLV_SOUND_ROLL_SAMPLE>
< /configuration>

HTML code:

< script type=”text/javascript”>
var so = new SWFObject(“your_file.swf”, “index”, “640”, “505”, “8”, ”#000000”,true);
so.addParam(“scale”,”noScale” )
so.addParam(“menu”,”true” )
so.addParam(“FlashVars”,”url_date=xml/date_flv.xml” )
so.addParam(“align”,”top” );
so.addParam(“salign”,”lt” );
so.addParam(“allowfullscreen”,”true” );
so.write(“flashcontent” );
< /script>

url_date – pathway for file date



keywords: player flv,player video,move,h.264,264,h264

Posted 3 months ago

This is very useful! I love all the customization options. I see you can change the size to accomodate any movie, but can you specify the exact location in the flash file? Or have it centered in the Flash file?

Posted 3 months ago

Hello

I have baught your PlayerFlv v3 I wonder how to do with several swf and xml ? (date_flv.xml)

... Could you help me with that please ? What I have to change in the xml for several swf ( not on the same web page of course )

Thanks

Pascal

Posted 2 months ago

@plm
Read file help.pdf and title Date file

so.addParam( ” FlashVars ” ,” url_date=xml / date_flv.xml ” )

Posted 2 months ago

@drn24
You can determine any locations to the swf file.
Example html code:
var so = new SWFObject( “ pathway for swf file ”, “index”, “640”, “505”, “8”, ”#FF0000”,true);

Posted 2 months ago

Great Player! Is there a way to assign a movieclip-mask to the player? I’ve tried >> url_swf.setMask(mymask); that shows a mask but no videoplayer :-( maybe you’ve an idea? thanks!

Posted about 1 month ago

@stingray2008
A player is ordinary MovieClip. It is possible of course to mask it. Send me the example of the e-mail it can I will be able to help.

Posted about 1 month ago

Can this file be embedded in a swf?

Posted 25 days ago

Never mind, I just read that you can! Does this player play h.264? Hopefully it does because I will be looking to purchase soon! Great File!

Posted 25 days ago

@twobalanceone
RE: Can this file be embedded in a swf?
Yes….You can load it to your file

Posted 21 days ago

@twobalanceone
RE: Does this player play h.264?
Send me this film h.264 to the e-mail. I will check whether he is certainly acting.I will check whether your film will certainly be acting.

Posted 20 days ago

Hi! I’ve a project folio where the user could select a project and see then the assigned movieclip to it – in this movieclip there is a play button that on release start the flv-script.

1st problem:

the folio is a movieclip in the main-fla. its always centered in the stage. but that wont work for the flv-player that is placed inside the folio. no idea.

the 2nd problem:

i have about 24 projects and wont create 24 xml-files/player. how could i set the player to a specific item? (I’ve seen in the help file the date-section, but didnt really understand it ;-)

the 3rd problem:

it should be able for the user to close the player and get back to the folio. how could i include a close-button?!?

thanks for your help!!

Posted 7 days ago

To 1st problem: solved – I’ve deleted the x/y position-line and did it before to the mcContainer – and it works!

2nd problem is still one ;-)

3rd problem: I’ve included in my fla a exit button, that removes the mcContainer-movieclip and jump to another frame. the movieclip will be deleted, but the sound of the flv would still run?!? – no idea why! please let me know, if there is a better way to solve this! its really urgent! thanks alot for every help!

Posted 6 days ago

4th Problem: If i load the player in the timeline, it is flashing for one (first) frame on another position, then it is right positioned. how can i avoid this, that the player is set from the beginning to the right position? (I hope you understand ;-)

you know, this dont look good, if the player everytime started flashes, just for one frame, but it does.

Posted 5 days ago

@stingray2008
Re 2:
I am only demonstrating the player one film (nowhere it is written that he is supporting more)
Re 3:
__model.Stop()
container.removeMovieClip()
Re 4:
I don’t understand

Posted 5 days ago

@twobalanceone

Re: I just read that you can! Does this player play h.264?
it is possible

Posted 5 days ago