PHP Classes

Video clarity

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  Video clarity  
Subject:Video clarity
Summary:How to increase video clarity
Messages:3
Author:malraj
Date:2009-07-18 10:44:00
Update:2009-07-19 14:07:57
 

  1. Video clarity   Reply   Report abuse  
Picture of malraj malraj - 2009-07-18 17:06:22

Hi All,
I have created a php web application. In the project I am using "player.swf" object and "SteelExternalAll.swf" skin. But the video clarity is very poor. Here below I listed my video player coding.

<script type="text/javascript">
var FO = { codebase:"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0",
type:"application/x-shockwave-flash",
pluginspage:"http://www.macromedia.com/go/getflashplayer",
movie:"http://www.test.com/station/player.swf",
width:"450",
height:"300",
majorversion:"9",
build:"0",
bgcolor:"#000000",
allowfullscreen:"true",
flashvars:"file=http://www.test.com/vault/video/temp/1247076974.flv&image=http://www.test.com/vault/video/thumbnail/1247076974.jpeg&add_song=http://www.test.com/login/login.php&download_song=http://www.test.com/more/downloadvideoinst.php?musicid=380&share_song=http://www.test.com/login/login.php&buy_album=http://www.test.com/more/song_download.php?musicid=380&autostart=false&showfsbutton=true&frontcolor=0xC2BDBD&backcolor=0x000000&lightcolor=0xFF0000&skinname=http://www.test.com/station/SteelExternalAll.swf&uri=http://www.test.com/index.php?vid=380&id=in&embed=<script type='text/javascript' src='http://www.test.com/station/ufo.js'><%2n/script><div id='player1' align='center'></div> <script type='text/javascript'> var FO = { codebase:'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',type:'application/x-shockwave-flash',pluginspage:'http://www.macromedia.com/go/getflashplayer',movie:'http://www.test.com/embedvideoplayer/player.swf',width:'450',height:'300',majorversion:'9',build:'0',
bgcolor:'#000000',allowfullscreen:'true',flashvars:'file=http://www.test.com/vault/video/temp/1247076974.flv%26image=http://www.test.com/vault/video/thumbnail/1247076974.jpeg%26add_song=http://www.test.com/addfav.php?vid=380%26mpid=%26download_song=http://www.test.com/more/song_download.php?musicid=380%26buy_album=http://www.test.com/more/song_download.php?musicid=380%26autostart=false%26
showfsbutton=true%26frontcolor=0xC2BDBD%26backcolor=0x000000%26
lightcolor=0xFF0000%26skinname=http://www.test.com/embedvideoplayer/SteelExternalAll.swf' }; UFO.create( FO, 'player1');<%2n/script>"};
UFO.create( FO, "player1");
</script>

So anyone advice me how to improve the video clarity in my site.

Thanks for advance!

There are 2 replies in this thread, which are not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.