Frage von robbitobbi:Hello,
I am short films (10-16 MB) for the Internet program and with the practical implementation is still too unfamiliar. Maybe someone knows the Council or has a few handy tips.
The clips I would like a Flash movie, but as synonymous wma movie for Windows Media Player in the Internet.
A Flash movie with Dreamweaver mount is no problem, but how does it work with a wmv.-File?
The film, for example, the size of 240 x 192, but with the below (Mini) Source stretched out (suppose, because the navigation bar of the media player also space)
The source
code> embed src = "klein.wmv" width = "240" height = "192" <> / embed <can not be everything?
But how would the code be read correctly?
I appreciate every answer
Antwort von Wiro:
Hello,
Height of the desired control strips you have to specify with the source code, so dazuaddieren.
Here's a suggestion - you can use it directly in your web site copy, if you want. The round brackets by square you have to replace it. I had to do to make it here in the forum is displayed correctly.
(object id = "wmp" width = "240" height = "238"
classid = "CLSID: 22D6F312-B0F6-11D0-94AB-0080C74C7E95"
type = "application / x-oleobject"
codebase = "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112")
(param name = "FileName" value = "klein.wmv")
(param name = "autostart" value = "true")
(param name = "Show Controls" value = "true")
(param name = "ShowStatusBar" value = "false")
(param name = "Show Audio Controls" value = "true")
(param name = "Show Controls heading" value = "true")
(param name = "AnimationAtStart" value = "false")
(param name = "Show Tracker" value = "true")
(param name = "ShowGotoBar" value = "false")
(param name = "ShowCaptioning" value = "false")
(param name = "Show Display" value = "false")
(embed id = "wmp" type = "application/x-mplayer2" width = "240" height = "238" src = "klein.wmv" autostart = "true"
show controls = "true" showstatusbar = "false" show audio controls = "true" show position controls = "true" animationatstart = "false"
tracker show = "false" showgotobar = "false" showcaptioning = "false"
show display = "false")
(/ object)
The display shows the following (see Annex)