Monday, May 24, 2010

I want to burn a streaming video to a DVD from a news website. How do I go about that? The link was by email.?

here is the link. http://www.myfoxdc.com/myfox/pages/Home/...

I want to burn a streaming video to a DVD from a news website. How do I go about that? The link was by email.?
When you wish to take a streaming channel / video from a website, you must locate where it is on the page, usually with a title, then search for that in the source code, then underneath should be the code to the movie:


%26lt;div id="news_movie"%26gt;


%26lt;script type="text/javascript"%26gt;


function getVar (v) {


return eval(v);


}


var ord; if (! (ord %26gt; 0)) ord=Math.random()*1000000000000000000;


var adid; if (adid == undefined) adid='';


var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);


if( hasRightVersion) {


var embed = new FlashTag("/myfox/flash/videoPlayer.swf", 336, 295, "8,0,0,0");


embed.setFlashvars("videoDisplayType=... + lcId + "%26amp;cookie=" + document.cookie + "%26amp;consistentPath=/myfox%26amp;servletUrl=/myfo... ord + "%26amp;dartVideo=tsg.wttg/homepage%26amp;adid="+adi...


embed.setId("videoPlayer");


embed.write(document);


identifyFlash();


} else { // flash is too old or we can't detect the plugin


var alternateContent = '%26lt;br%26gt;%26lt;br%26gt;'


+ '%26lt;a href=http://www.macromedia.com/go/getfla... target=_blank%26gt;%26lt;img src="/myfox/img/logo/flash8.gif" alt="Get flash 8"/%26gt;%26lt;/a%26gt;';


document.write(alternateContent); // insert non-flash content


}


%26lt;/script%26gt;


%26lt;/div%26gt;


But because it was a Flash video, it is a protected class, thus preventing the stream, you must locate the files and then send them to your hard disk, then burn them as DVD files to your DVD.


Make sure it doesn't forever burn.
Reply:You don't want to do that because if the bandwidth stutters or otherwise has issues, your dvd, and all of the program, is ruined!


No comments:

Post a Comment

Blog Archive