Author Topic: [PROB] Does anybody know this Media problem?  (Read 2249 times)

0 Members and 1 Guest are viewing this topic.

Offline FunnyUser

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
[PROB] Does anybody know this Media problem?
« on: May 18, 2007, 02:37:14 PM »
Hey,

following problem:

I want to show Videos from external server. So I just made a "details_218.html" because all videos in this categorie should be used from a different server. In this detail page, I just copied the following code instead of "{image}":

Code: [Select]
<embed src="http://www.weltspass.de/{image_name}.avi" border="0" width="240" height="240" type="application/x-mplayer2"></embed><br />
And YES! The video I want to show is an .avi file.

everything works fine: http://www.weltspass.de/file11375.html but it just doesn't screen the video!
Its just starting the sound but not the screen.


May anybody help me with this?

THANKS A LOT!