|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 | |
WHO IS FONZY!?! Don't they teach you anything at school?
Join Date: Aug 2005
Posts: 40
|
Quote:
same here |
|
![]() |
![]() |
![]() |
#2 |
You can now put whatever you want in this space :)
|
I checked the first one; movie doesn't play on NN or IE. This is the code I use to embed movies on a page, although it doesn't work with FF:
<object class=plugin id='Player' width="320" height="310" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' type='application/x-oleobject'> <param name="fileName" value="/xxx.wmv"> <param name="animationatStart" value="true"> <param name="transparentatStart" value="false"> <param name="autoStart" value="false"> <param name="showControls" value="true"> <param name="ShowPositionControls" value="true"> <param name="ShowAudioControls" value="true"> <param name="ShowDisplay" value="false"> <param name="EnableTracker" value="true"> <param name="ShowTracker" value="true"> <param name="ShowStatusBar" value="true"> <param name="AutoSize" value="1"> <param name='loop' value="false"> </object>
__________________
Success is going from failure to failure without a loss of enthusiasm. |
![]() |
![]() |
![]() |
|
|