Results 1 to 5 of 5

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

  1. #1
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    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.

  2. Internet, Programming and Graphics   -   #2
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    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>
    Last edited by 100%; 01-28-2011 at 06:37 PM.

  3. Internet, Programming and Graphics   -   #3
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    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.

  4. Internet, Programming and Graphics   -   #4
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    Thanks, my last one was wrong, looked at page source and found it thanks.

  5. Internet, Programming and Graphics   -   #5
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Ah, almost wasn't going to post here thinking you solved it yourself. Guess it's a good thing I did.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •