Amos,

How hard are you willing to work?

Its not hard to get the FLV from the HTML, steps:
1) Open the source code seek -> white_player.swf
invokeLater(function() {
        var so = new SWFObject("/flash/white_player.swf",
"Flash90_embed", "412", "337", "8", "#000000");
        so.addParam("wmode", "opaque");
        so.addParam("allowFullScreen", "true");
        so.addParam("menu", "false");
        so.addVariable("pageUrl", "http://reshet.ynet.co.il/1.aspx";);
        so.addVariable("xmlURL",
"/Handlers/CompnentVideos.ashx?id=90%26webPageId=1%26headerId=");
        so.addVariable("fixed", "false");
        so.write("Flash90");
    });

2) Copy the xmlURL section, like so
http://reshet.ynet.co.il/Handlers/CompnentVideos.ashx?id=90%26webPageId=1%26headerId=

3) Change %26 to &
http://reshet.ynet.co.il/Handlers/CompnentVideos.ashx?id=90&webPageId=1&headerId=

4) In the source of:
http://reshet.ynet.co.il/Handlers/CompnentVideos.ashx?id=90&webPageId=1&headerId=

Look for:
vsrc="http://switch434-01.castup.net/cunet/gm.asp?ai=434&ar=runway_s01_extra008&ak=null&test=test.flv";

5) The above link (vsrc) is the FLV movie you wanted

On Sat, Jun 27, 2009 at 11:47 PM, geoffrey
mendelson<geoffreymendel...@gmail.com> wrote:
>
> On Jun 27, 2009, at 11:42 PM, sara fink wrote:
>
>> There is an add on for firefox called Unplug. This one lets you
>> download the file. I haven't tried it with reshet. You may try it and
>> report to us.
>
>
>
> Did not work for me.
>
> Geoff.
> --
> geoffrey mendelson N3OWJ/4X1GM
> Jerusalem Israel geoffreymendel...@gmail.com
>
>
>
>
>
>
> _______________________________________________
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>
>

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to