HighDots Forums  

Links übergeben an ein Objekt

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss Links übergeben an ein Objekt in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dirk Herwig
 
Posts: n/a

Default Links übergeben an ein Objekt - 10-19-2009 , 07:57 PM






Hallo,

ich möchte eine Vorschau von Dateien auf meiner Seite machen. Mit Bildern
hatte ich kein Problem, jedoch weiß ich nicht, wie ich die Links an das
Mediaplayer-Objekt übergeben kann? Die Links gebe ich in eine Textbox ein
und bestätige das ganze mit einem Button - dann soll der Link an den
eingebetteten Mediaplayer übergeben werden.

Ich möchte die Videodatei hier in meinen Quelltext einbinden:

<PARAM NAME="FileName" VALUE="DIESE STELLE MUSS MIT DEM DATEINAMEN AUS DER
TEXTBOX ABGEÄNDERT WERDEN">
<Embed type="application/x-mplayer2"
pluginspage="
http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
src="DIESE STELLE MUSS MIT DEM DATEINAMEN AUS DER
TEXTBOX ABGEÄNDERT WERDEN" Name="MediaPlayer"
width="150" height="53" transparentAtStart="1"
autostart="0"
animationAtStart="0" ShowControls="true"
ShowAudioControls="1"
ShowPositionControls="0" autoSize="0" ShowStatusBar="1"
displaySize="false">

Kann man soetwas mit JS machen? Wie geht das?

Dirk

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.