Also ich habe auf meinen Ftp sever eine Hp von mir mit einer navigation und alles.
Jetzt möchte ich die Videos die ich auf meinen ftp Server geparkt habe auf die seite tuhen ohne my video oder so. nur so das man sie sich mit media player angucken kan.
Ist das möglich?
Video html einbinden!
-
-
Code
Alles anzeigen<OBJECT ID="MediaPlayer1" width=160 height=162 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <PARAM NAME="FileName" VALUE="video/st.mpg"> <PARAM NAME="animationatStart" VALUE="true"> <PARAM NAME="transparentatStart" VALUE="true"> <PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true"> <EMBED type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" SRC="video/st.mpg" name="MediaPlayer1" width="160" height="162" AutoStart="true"> </EMBED> </OBJECT>
-
Und bei code base muss ich dan meine datei angeben oder ???
(nochmal danke) =)
-
code ? ne, bei filename, dort wo jetzt video/st.mpg drinsteht...
-
ok danke
-
Und wen ich einen mpeg film habe der heist : Trailer Pntasma
und kanst du mir vieleiicht noch den code so wie er dan ausiht geben ??? wäre nett =) -
"Trailer Pntasma" is kein dateiname, fehlt die endung
-
ah so : Trailer Pntasma.mpeg ??
und dan so siht das aus:Zitat
<OBJECT ID="MediaPlayer1" width=160 height=162
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName"
VALUE="video/st.mpg">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
<EMBED type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
SRC="Trailer Pntasma.mpeg"
name="MediaPlayer1"
width="160"
height="162"
AutoStart="true">
</EMBED></OBJECT>
oder?
-
<PARAM NAME="FileName" VALUE="video/st.mpg">
da is auch noch eins....
-
aso bei VALUE="video/st.mpg"> kan man das format auswehlen ne und
<PARAM NAME="FileName" bei filme komt meine datei rein oder so xxx.mpeg dan muss es laufen -
herje, is das wirklich so schwer ?
zuerst benennst deine datei mal um in Trailer_Pntasma.mpeg,
weil leerzeichen immer scheiße sind ! dann...Code
Alles anzeigen<OBJECT ID="MediaPlayer1" width=160 height=162 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <PARAM NAME="FileName" VALUE="Trailer_Pntasma.mpeg"> <PARAM NAME="animationatStart" VALUE="true"> <PARAM NAME="transparentatStart" VALUE="true"> <PARAM NAME="autoStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true"> <EMBED type="application/x-mplayer2" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" SRC="Trailer_Pntasma.mpeg" name="MediaPlayer1" width="160" height="162" AutoStart="true"> </EMBED> </OBJECT>
evtl musst noch width(breite) und height(höhe) anpassen damit der
film auch korrekt angezeigt wird... -
also habe jetzt dein code ausprobiert und ich teste ihn der player erscheint aber es rührt sich nix
-
kannst die seite mal online stellen ? bzw hast nen link dazu ?
stimmt auch der pfad bzw der dateiname ?
-
mh ja dauert nen bissel aber warte ebend 5 min oder so
-
-
die seite hast ja wel oben, oder ? zeig die doch mal...
-
was Jetzt ?
-
http://www.frey-live.de das ist die hp aber net von mir
-
ich schike ein paar pics oder eins vieleicht hilft dir das
-
a) BENUTZ DIE EDITFUNKTION !
b) den code bindest ja auf ne html-seite ein, die will ich sehen
c) n bild / screen nützt nix, ich will den code sehen
-