943,653 Members | Top Members by Rank

Ad:
Jul 11th, 2005
0

Content playing

Expand Post »
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:
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
pajac is offline Offline
33 posts
since Jan 2005
Jul 11th, 2005
0

Re: Content playing

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/
Reputation Points: 11
Solved Threads: 0
Newbie Poster
Eddie Traversa is offline Offline
20 posts
since Jul 2005
Jul 12th, 2005
0

Re: Content playing

TNX 100^n times!!
It's working. :mrgreen:
Reputation Points: 10
Solved Threads: 0
Light Poster
pajac is offline Offline
33 posts
since Jan 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Java and search engine optimisation
Next Thread in HTML and CSS Forum Timeline: Moving <form></form> to an external file?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC