|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 |
Registered User
|
I did not have any issues with the ones that open in media player (WMV). I'm using version 10.00.00.3646
1st movie in html worked fine 2nd movie in html froze on 1st frame. 3rd movie in html worked fine, just looks like a size issue IE its not 320.240 it seems smaller but dont know if you meant it that way. 4th movie in html has nothing at all. just a black area.. |
![]() |
![]() |
![]() |
#2 | |
WHO IS FONZY!?! Don't they teach you anything at school?
Join Date: Aug 2005
Posts: 40
|
Quote:
same here |
|
![]() |
![]() |
![]() |
#3 |
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. |
![]() |
![]() |
![]() |
|
|