aruns Posted October 8, 2009 Share Posted October 8, 2009 Hi Guys, Presently i am doing Internet TV website using media player . What my problem is I want a Full Screen image button on Media Player center part. I tried a lot someone help me .Here is I used code <div style="position: absolute; top: 330px; left: 440px; border: none;"><a href="#" onClick="javascript:fullScreen();"><img src="images/play_fullscreen.gif" border="0"></a></div> <object id="Player" name="Player" width="667" height="492" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" standby="Loading Video..." type="application/x-oleobject" style=" position:absolute;"> <param name="stretchToFit" value="1" /> <param name="uiMode" value="mini" /> <param name="URL" value="http://xxxx.tv/stream.php?file=<?php echo $file; ?>" /> <param name="currentposition" value="19" /> <param name="AllowChangeDisplaySize" value="1" /> <param name="AutoSize" value="0" /> <param name="fullScreen" value="0"> <param name="DisplaySize" value="4" /> <param name="ShowControls" value="1" /> <param name="showstatusbar" value="1" /> <param name="AutoRewind" value="0" /> <param name="autoStart" value="1" /> <param name="volume" value="100" /> <embed name="Player" uimode="mini" src="http://xxxx.tv/stream.php?file=<?php echo $file; ?>" type="application/x-mplayer2" width="667" height="492" showstatusbar="1" showcontrols="1" currentposition="19" autosize="0" autostart="1" volume="100" stretchtofit="1" displaysize="4" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" style="position:absolute;"></embed> </object> Quote Link to comment https://forums.phpfreaks.com/topic/176972-need-help-on-image/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.