Tech Support Forum banner
Status
Not open for further replies.
1 - 3 of 3 Posts

· Registered
Joined
·
2 Posts
Discussion Starter · #1 ·
hi everyone, i am a frustrated web designer who never had to deal with WMP!!!

but the time came and i have to deal with it now!

i am working on a site where i have to link live streaming video to the site from live locations.....now i have the player in place and linked the source the guy from the live location gave me.

this is the code i used (i put in the whole thing so in case i am missing something) also please note that the source is not live anymore so it will not work, but if you can still see why it didn't...that would be nice, i know that the source was ok because the guy told me that they are viewing it from 3 computers...so here it is:


<html>
<head>
<title>view movie</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">



<script language="JavaScript" type="text/JavaScript">
<!--



function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
//-->
</script>
</head>

<body bgcolor="#FFFFCC" text="663333" link="#CC3333" vlink="FBB438" alink="#E0DFE3" topmargin="0">
<style type="text/css">
body {background-color: transparent}
</style>
<style>
BODY{
scrollbar-face-color:#CC3333;
scrollbar-shadow-color:#DDC856;
scrollbar-3dlight-color:#DDC856;
scrollbar-arrow-color:#ffffcc;
scrollbar-base-color:#DDC856;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#DDC856;
scrollbar-track-color:#FFFFCC;
}
</style>
<div align="center">
<table width="449" height="252" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2394" height="252" align="center" valign="top"><p><font size="2" face="Arial">Your Are Watching:<font size="3"><i> TEST MOVIE</i><br>
</font></font>







</table>
</div>
</body>
</html>


as you see the source was http://pointers.audiovideoweb.com/asxfiles-live/va92winlive2076.asx

also i have another question: i am trying to customize this player but no matter what para name code i put in it won't change a thing!

and i am also trying to see if the controller color could be changed or the buttons and how to add a fullscreen toggle button...is that possible????


thank you so much in advance!!!!!!!!!!!!

szilvia
 

· Registered
Joined
·
1 Posts
That's interesting! Hope you get help. If you resolve the issue and can figure out how to do the live stream and put a player on the site, I need to hire you.

Am currently out at: http://www.angelmystics.com

And, am linking to BlogTalkRAdio. For (1) I don't like blogs, (2) I don't like the fact that my traffic is leaving my site and going elsewhere.

So, I'd love to have a radio on the site that can stream both live shows and archives!

Thank You,

Alix
 

· Registered
Joined
·
2 Posts
Discussion Starter · #3 ·
That's interesting! Hope you get help. If you resolve the issue and can figure out how to do the live stream and put a player on the site, I need to hire you.

Am currently out at: http://www.angelmystics.com

And, am linking to BlogTalkRAdio. For (1) I don't like blogs, (2) I don't like the fact that my traffic is leaving my site and going elsewhere.

So, I'd love to have a radio on the site that can stream both live shows and archives!

Thank You,

Alix
well i guess you can hire me soon :) i figured it out, but there is more you need to know about live streaming.

why don't you email me and we can [email protected]
 
1 - 3 of 3 Posts
Status
Not open for further replies.
Top