look... flat out... I am very young and a newb... so take it easy on the comments...(i've seen ya'll tear people with innocent questions to pieces...)
I am working with frontpage(I know there is better production software out there but my resources are limited... )
and I am trying to put in something that is a multi media player that has pause and play functions... I came to the conclusion that VLC is the best one and am trying to use active x to put it in...
I dont know wether or not its because I personaly am not hosting it, if the coding is wrong, or just because I am not very familiar with how perams work...
I have looked at a million sites for answers and they all just give me gibberish...(thats why I want a direct answer to my q')
When i run it in firefox all I get is a black screen...
I think my problem is that it isn't loading a file at all... and I am not sure how to do that. (because I am unfamiliar with how some of the params work...)
here's my very very simple code...
<html>
<body>
<p>
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" id="VLCPlugin21">
<param name="AutoLoop" value="0">
<param name="AutoPlay" value="-1">
<param name="Toolbar" value="0">
<param name="ExtentWidth" value="8466">
<param name="ExtentHeight" value="6350">
<param name="MRL" value = " www.some url.com"/>
<param name="Visible" value="-1">
<param name="Volume" value="50">
<param name="StartTime" value="0">
<param name="BaseURL" value>
<param name="BackColor" value="0">
</object>
</p>
</body>
</html>
any help at all would be greatly appreciated thanks...