Gazthrak
06-02-2005, 03:56 PM
OK, I have embeded a video into a page, and it works beautifully on all other browsers. However, when I got to testing on Netscape 7, it decided not to play and say the source filter could not load. I'll give the code for deliberation:
Response.write "<object CLASSID = 'CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' HEIGHT='300' WIDTH='320' ID = 'Video' TYPE = 'application/x-oleobject' STANDBY = 'Loading Microsoft Windows Media Player components...' HSPACE = '0' VSPACE = '0'>"
Response.write "<param NAME = 'url' "
Response.write "VALUE = '"
Response.write metafilePath & ".asx'>"
Response.write "<param name = 'AutoStart' value = '1'>"
Response.write "<param name = 'ShowDisplay' value = '0'>"
Response.write "<param name = 'ShowPositionControls' value = '0'>"
Response.write "<param name = 'ShowStatusBar' value = '1'>"
Response.write "<embed type = 'application/x-mplayer2' pluginspage = 'http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' Name = 'Video' "
Response.write "src = '"
Response.write metafilePath & ".asx'"
Response.write "HEIGHT='300' WIDTH='320' ShowPositionControls = '0' ShowDisplay = '0' ShowStatusBar = '1' AutoStart = '1'>"
Response.write "</object>"
metafilePath = ../../live_meta/test_1_live
Yes this was written in ASP and i am too busy to bother removing all the responses.
I have gotten this to work with VERY absolute paths, but i would rather not use this. I just want to know if anyone has ever heard of this. Thank you
Rich
Response.write "<object CLASSID = 'CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' HEIGHT='300' WIDTH='320' ID = 'Video' TYPE = 'application/x-oleobject' STANDBY = 'Loading Microsoft Windows Media Player components...' HSPACE = '0' VSPACE = '0'>"
Response.write "<param NAME = 'url' "
Response.write "VALUE = '"
Response.write metafilePath & ".asx'>"
Response.write "<param name = 'AutoStart' value = '1'>"
Response.write "<param name = 'ShowDisplay' value = '0'>"
Response.write "<param name = 'ShowPositionControls' value = '0'>"
Response.write "<param name = 'ShowStatusBar' value = '1'>"
Response.write "<embed type = 'application/x-mplayer2' pluginspage = 'http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' Name = 'Video' "
Response.write "src = '"
Response.write metafilePath & ".asx'"
Response.write "HEIGHT='300' WIDTH='320' ShowPositionControls = '0' ShowDisplay = '0' ShowStatusBar = '1' AutoStart = '1'>"
Response.write "</object>"
metafilePath = ../../live_meta/test_1_live
Yes this was written in ASP and i am too busy to bother removing all the responses.
I have gotten this to work with VERY absolute paths, but i would rather not use this. I just want to know if anyone has ever heard of this. Thank you
Rich