Content playing

Reply

Join Date: Jan 2005
Posts: 33
Reputation: pajac is an unknown quantity at this point 
Solved Threads: 0
pajac's Avatar
pajac pajac is offline Offline
Light Poster

Content playing

 
0
  #1
Jul 11th, 2005
Hello guys I'm new on this field!
I can't get my *.avi working with <embed src="movie.avi"></embed> tag!!
Is there any other way to play diferent content (movies like)?Mybe some other script language like PHP? :cry:
::: Ha thisone nobody has! :lol: :lol:
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 20
Reputation: Eddie Traversa is an unknown quantity at this point 
Solved Threads: 0
Eddie Traversa Eddie Traversa is offline Offline
Newbie Poster

Re: Content playing

 
0
  #2
Jul 11th, 2005
you need to use the object tag and then use the embed tag with its application type like so: this will play mp3 files, just change the extensions and it should play avis too

HTML and CSS Syntax (Toggle Plain Text)
  1. <object id="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
  2. standby="Loading Microsoft Windows® Media Player components..." type="application/x-oleobject" width="280" height="256">
  3. <param name="fileName" value="one..mpg">
  4. <param name="animationatStart" value="true">
  5. <param name="transparentatStart" value="true">
  6. <param name="autoStart" value="true">
  7. <param name="showControls" value="true">
  8. <param name="Volume" value="-450">
  9. <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="one.mpg" name="MediaPlayer1" width=280 height=256 autostart=1 showcontrols=1 volume=-450>
  10. </object>


Eddie Traversa

DHTML Nirvana

http://dhtmlnirvana.com/

Spiritual Blog

http://www.truthrealization.com/
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 33
Reputation: pajac is an unknown quantity at this point 
Solved Threads: 0
pajac's Avatar
pajac pajac is offline Offline
Light Poster

Re: Content playing

 
0
  #3
Jul 12th, 2005
TNX 100^n times!!
It's working. :mrgreen:
::: Ha thisone nobody has! :lol: :lol:
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC