Author Topic: MPEG  (Read 4117 times)

0 Members and 1 Guest are viewing this topic.

Offline Galls

  • Newbie
  • *
  • Posts: 16
    • View Profile
MPEG
« on: July 09, 2002, 04:21:01 AM »
if you go here to my MPEG movie in 4Images http://www.gamegrounds.net/screenshots/details.php?image_id=22

you get nothing but if you go to it in gamegrounds.net/images/Halo.mpeg (enter it in the same browser you are in now you get something, i asume this is the template it'self but i do not now what to edit to fix it. here it is
Code: [Select]
<!-- Template file for MPEG Movies -->
<OBJECT
  ID="mediaPlayer"  
  CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"  
  CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
  STANDBY="Loading Microsoft Windows Media Player components..."
  TYPE="application/x-oleobject">
  <PARAM NAME="fileName" VALUE="{media_src}">
  <PARAM NAME="animationatStart" VALUE="true">
  <PARAM NAME="transparentatStart" VALUE="true">
  <PARAM NAME="autoStart" VALUE="true">
  <PARAM NAME="autoSize" VALUE="true">
  <PARAM NAME="showControls" VALUE="true">
  <PARAM NAME="loop" VALUE="true">
</OBJECT>
<br>
<br>

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: MPEG
« Reply #1 on: April 03, 2005, 07:24:05 PM »
Hi,

many Users blocked ActiveX. Is there a way to see the Videos without ActiveX???
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: MPEG
« Reply #2 on: April 03, 2005, 07:45:58 PM »
only through Flash player or Java player.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline gifwav

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • http://www.funpics4u.com
Re: MPEG
« Reply #3 on: April 12, 2005, 11:08:53 AM »
Hello,

I've found another code to use in mpeg.html.
It works for me in IE and Firefox.

Code: [Select]
<!-- Template file for MPEG Movies -->
<OBJECT ID="ActiveMovie1" WIDTH="400" HEIGHT="300" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
     <PARAM NAME="Filename" VALUE="{media_src}">
      <PARAM NAME="Appearance" VALUE="0">
      <PARAM NAME="AutoStart" VALUE="-1">
      <PARAM NAME="AllowChangeDisplayMode" VALUE="0">
      <PARAM NAME="AllowHideDisplay" VALUE="0">
      <PARAM NAME="AllowHideControls" VALUE="-1">
      <PARAM NAME="AutoRewind" VALUE="0">

      <PARAM NAME="Balance" VALUE="0">
      <PARAM NAME="CurrentPosition" VALUE="0">
      <PARAM NAME="DisplayBackColor" VALUE="0">
      <PARAM NAME="DisplayForeColor" VALUE="16777215">
      <PARAM NAME="DisplayMode" VALUE="0">
      <PARAM NAME="Enabled" VALUE="-1">
      <PARAM NAME="EnableContextMenu" VALUE="0">
      <PARAM NAME="EnablePositionControls" VALUE="0">
      <PARAM NAME="EnableSelectionControls" VALUE="0">

      <PARAM NAME="EnableTracker" VALUE="0">
      <PARAM NAME="FullScreenMode" VALUE="0">
      <PARAM NAME="MovieWindowSize" VALUE="0">
      <PARAM NAME="PlayCount" VALUE="10">
      <PARAM NAME="Rate" VALUE="1">
      <PARAM NAME="SelectionStart" VALUE="-1">
      <PARAM NAME="SelectionEnd" VALUE="-1">
      <PARAM NAME="ShowControls" VALUE="1">
      <PARAM NAME="ShowDisplay" VALUE="0">

      <PARAM NAME="ShowPositionControls" VALUE="0">
      <PARAM NAME="ShowTracker" VALUE="0">
      <PARAM NAME="Volume" VALUE="0"></object>
<br />