Re: Media Insertion does not include param tags

  •  04-21-2009, 1:53 PM

    Re: Media Insertion does not include param tags

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}

     In IE7, I insert the following code:

    <object id="MediaPlayer" type="application/x-oleobject" height="309" standby="Loading Windows Media Player components..."

                                        width="320" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">

                                        <param name="FileName" value="http://youthsportslive.edgeboss.net/wmedia/youthsportslive/StThomasHighSchool_140420092115119843750.wvx">

                                        <param name="autostart" value="true">

                                        <param name="Volume" value="50">

                                        <param name="PlayCount " value="5">

                                        <param name="ShowControls" value="true">

                                        <param name="ShowStatusBar" value="true">

                                        <param name="ShowDisplay" value="false">

                                        <embed src="http://youthsportslive.edgeboss.net/wmedia/youthsportslive/StThomasHighSchool_140420092115119843750.wvx" width="320" height="309" autostart="true" type="application/x-mplayer2"

                                            showcontrols="true" showstatusbar="true" volume="3" showdisplay="false" filename="http://youthsportslive.edgeboss.net/wmedia/youthsportslive/StThomasHighSchool_140420092115119843750.wvx">

    </embed></object>

    The page works fine.  However, here is the code that is displayed when I go back and try to edit the page:

     <OBJECT id=MediaPlayer type=application/x-oleobject height=309 standby="Loading Windows Media Player components..."

    width=320 classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95>

                                                                           

                                        <embed src="http://youthsportslive.edgeboss.net/wmedia/youthsportslive/StThomasHighSchool_140420092115119843750.wvx" width="320" height="309" autostart="true" type="application/x-mplayer2"

                                            showcontrols="true" showstatusbar="true" volume="3" showdisplay="false" filename="http://youthsportslive.edgeboss.net/wmedia/youthsportslive/StThomasHighSchool_140420092115119843750.wvx">

    </embed></OBJECT>

View Complete Thread