Click here to Skip to main content
15,903,856 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: document.formname.objectname notation question Pin
R. Giskard Reventlov13-Jan-12 8:03
R. Giskard Reventlov13-Jan-12 8:03 
GeneralRe: document.formname.objectname notation question Pin
Aleksey Shurtygin13-Jan-12 8:18
Aleksey Shurtygin13-Jan-12 8:18 
QuestionJavaScript Pin
dannaros12-Jan-12 4:47
dannaros12-Jan-12 4:47 
AnswerRe: JavaScript Pin
R. Giskard Reventlov13-Jan-12 7:59
R. Giskard Reventlov13-Jan-12 7:59 
GeneralRe: JavaScript Pin
dannaros13-Jan-12 8:04
dannaros13-Jan-12 8:04 
GeneralRe: JavaScript Pin
R. Giskard Reventlov13-Jan-12 12:15
R. Giskard Reventlov13-Jan-12 12:15 
GeneralRe: JavaScript Pin
dannaros13-Jan-12 23:21
dannaros13-Jan-12 23:21 
QuestionHow can I download this video? Pin
turbosupramk39-Jan-12 8:29
turbosupramk39-Jan-12 8:29 
The url is :

http://www.baltimoreravens.com/?homepage=true[^]

I'm not very familiar with JS, but I am with OO languages (C#). I'd like to be able to get a copy of this video, is that possible? Normal firefox extension for this are not working.

Here is the code that I believe is responsible for the file.

Thanks for reading.



XML
<div id="flashcontent110d559fdea542ea9c1c8a5df7e70ef9" class="takeoverVideo"></div>

        <script type="text/javascript">
            $(document).ready(function () {
                var flashcontainer = $('#flashcontent110d559fdea542ea9c1c8a5df7e70ef9').clone().remove();
                $('#flashcontent110d559fdea542ea9c1c8a5df7e70ef9').remove()
                flashcontainer.appendTo('body');
                var pageWrapper = $('#contentHdr');
                var offset = pageWrapper.offset();
                /*var browserVersion = (parseInt($.browser.version, 10));
                if ($.browser.msie) {
                    if (browserVersion == 7) {
                        $('.takeoverVideo').css({top: offsetleft: (offset.left + 31)});
                    } else {
                        $('.takeoverVideo').css({left: (offset.left + 22)});
                        }
                } else {
                    $('.takeoverVideo').css({left: (offset.left + 30)});
                }*/
                flashcontainer.css({
                    top: offset.top,
                    left: offset.left
                });
                var now = new Date();
                var seed = now.getSeconds();
                var random_number = Math.random(seed);
                var range = random_number * 1000000000;
                var rounded_number = Math.round(range);
                function getRandomNum() {
                    return (rounded_number)
                }
                var so = new SWFObject("/Media/Flash/takeover.swf", "takeover", "996", "418", "9");
                so.addVariable("xmlPath", "/%3fxml%3dtrue%26ran%3d" + getRandomNum());
                so.addParam("scale", "noscale");
                so.addParam("wmode", "transparent");
                so.addParam("allowfullscreen", "false");
                so.addParam("allowScriptAccess", "always");
                so.write("flashcontent110d559fdea542ea9c1c8a5df7e70ef9");
            });
        </script>

    <div id="contentHdr">

    <!-- Main Content Rotator -->
    <div id="homepageRotator">

Questionwondering why about the site..jump..other site.. Pin
hack0042-Jan-12 2:18
hack0042-Jan-12 2:18 
AnswerRe: wondering why about the site..jump..other site.. Pin
DaveAuld2-Jan-12 2:36
professionalDaveAuld2-Jan-12 2:36 
AnswerRe: wondering why about the site..jump..other site.. Pin
thatraja2-Jan-12 2:49
professionalthatraja2-Jan-12 2:49 
GeneralRe: wondering why about the site..jump..other site.. Pin
hack0042-Jan-12 2:59
hack0042-Jan-12 2:59 
GeneralRe: wondering why about the site..jump..other site.. Pin
hack0042-Jan-12 3:04
hack0042-Jan-12 3:04 
GeneralRe: wondering why about the site..jump..other site.. Pin
thatraja2-Jan-12 3:13
professionalthatraja2-Jan-12 3:13 
GeneralRe: wondering why about the site..jump..other site.. Pin
hack0042-Jan-12 3:14
hack0042-Jan-12 3:14 
GeneralRe: wondering why about the site..jump..other site.. Pin
thatraja2-Jan-12 3:19
professionalthatraja2-Jan-12 3:19 
GeneralRe: wondering why about the site..jump..other site.. Pin
hack0042-Jan-12 3:20
hack0042-Jan-12 3:20 
GeneralRe: wondering why about the site..jump..other site.. Pin
thatraja2-Jan-12 3:30
professionalthatraja2-Jan-12 3:30 
GeneralRe: wondering why about the site..jump..other site.. Pin
hack0042-Jan-12 3:32
hack0042-Jan-12 3:32 
GeneralRe: wondering why about the site..jump..other site.. Pin
thatraja2-Jan-12 3:37
professionalthatraja2-Jan-12 3:37 
GeneralRe: wondering why about the site..jump..other site.. Pin
hack0042-Jan-12 3:41
hack0042-Jan-12 3:41 
GeneralRe: wondering why about the site..jump..other site.. Pin
hack0042-Jan-12 3:57
hack0042-Jan-12 3:57 
GeneralRe: wondering why about the site..jump..other site.. Pin
AprNgp2-Jan-12 5:56
AprNgp2-Jan-12 5:56 
AnswerRe: wondering why about the site..jump..other site.. Pin
AprNgp2-Jan-12 6:01
AprNgp2-Jan-12 6:01 
QuestionChrome positioning problem Pin
ed welch31-Dec-11 2:13
ed welch31-Dec-11 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.