PDA

View Full Version : (html) How to get this video stream in homepage? Wife approved.



100%
01-25-2011, 08:36 PM
Wife wants a simple homepage with all her favourite links etc
and just, this tv channels video http://www.nrk.no/nett-tv/direkte/nrk1/

Can not seem to get it to work right.

Any advice would be helpful.

Thanks
z

If by chance you click the link and there is a static image just greyish text, it is because
there are commercials playing or an unleasable tv program showing.

100%
01-26-2011, 04:07 PM
ok found solution here

http://cit.ucsf.edu/embedmedia/step1.php

<table border='0' cellpadding='0' align="left">
<tr><td>
<OBJECT id='mediaPlayer' width="320" height="285"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value="http://www.nrk.no/nett-tv/direkte/nrk1/www.nrk.no/nett-tv/asx.aspx?param=38648255542F2F211E6B8C52EC613FF76907C09D15E50F25811DF91240E1986A6DB23C85C89CEF50B9DDB00CBC21E00B9055B676154DBE08E3E13EF01C49674EF58F9C07C4BEDEA718EA60EFFE0146D2C3B9099250471FBC7A688227B4F12F4F0E52FB50787BA5331588E17B77A550B53F1A8EC59AB91C1C">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="true">
<param name='loop' value="true">
<EMBED type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
src="http://www.nrk.no/nett-tv/direkte/nrk1/www.nrk.no/nett-tv/asx.aspx?param=38648255542F2F211E6B8C52EC613FF76907C09D15E50F25811DF91240E1986A6DB23C85C89CEF50B9DDB00CBC21E00B9055B676154DBE08E3E13EF01C49674EF58F9C07C4BEDEA718EA60EFFE0146D2C3B9099250471FBC7A688227B4F12F4F0E52FB50787BA5331588E17B77A550B53F1A8EC59AB91C1C" autostart="true" designtimesp='5311' loop="true">
</EMBED>
</OBJECT>
</td></tr>

</td></tr>
</table>

tesco
01-27-2011, 10:59 PM
With Firefox, when you want to copy something from another website, highlight it in your browser then right click on "view selection source".
Sometimes you can't highlight flash content or others, in that case start th highlighting from before the flash (like some text), and finish highlighting after the flash (again, text), then do the above.
At a minimum, it tells you where in the source to start looking.

100%
01-28-2011, 06:37 PM
Thanks, my last one was wrong, looked at page source and found it thanks.

tesco
01-30-2011, 01:29 AM
Ah, almost wasn't going to post here thinking you solved it yourself. Guess it's a good thing I did.