Downloading Replays?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • T)r6g0n
    FFR Player
    • Dec 2006
    • 226

    #1

    Downloading Replays?

    This may be a weird question, is there way to directly download a replay so that I may put it on a personal webpage for a project at school in Web Design? By viewing the source, i was able to come up with linking to the video by something like this example:
    https://www.flashflashrevolution.com...layid=47609663

    but ffr is blocked at my school and I doubt that would work as a link to the video.

    I would rather download the video and have it in my folder so that it can play directly from my folder.

    This is going on my hobbies page, since FFR is one of the only games I ever play.


    *I know there is a way to view the things running in your web browser, but I forgot how to do it. You could just press something and it would open up everything playing in the browser and you could just download something playing, like streaming music.
    Last edited by T)r6g0n; 05-11-2009, 11:43 PM.
  • foilman8805
    smoke wheat hail satin
    FFR Simfile Author
    • Sep 2006
    • 5704

    #2
    Re: Downloading Replays?

    It's been discussed before, but there isn't. There really needs to be one though.

    There is a way, however, to manipulate the HTML on the widgets, replace some of the URLs with replay IDs, and then embed the replay like a widget. I've done it before, but I don't remember how to anymore.

    I'll have to tinker with the code to remember how to use it again, but I'll try to come up with something.
    Last edited by foilman8805; 05-11-2009, 11:53 PM.

    Comment

    • T)r6g0n
      FFR Player
      • Dec 2006
      • 226

      #3
      Re: Downloading Replays?

      Try to make it quick asap if you try anything. It's due in 7 hours.

      Edit: WOW I think I have it. I uploaded the SWF, and now I am able to right click it from my web page and save it due to the plugin from Realplayer. Now, I just need to put it in my file and re-upload as .flv! Sweet! Thanks for the uploading widget idea.

      Edit2: But wait, if I download it as a video, you can't click it to view it as a replay as you normally would, since you would only view it and not be able to click anything on it. Let me see how it works out.
      Last edited by T)r6g0n; 05-12-2009, 12:09 AM.

      Comment

      • foilman8805
        smoke wheat hail satin
        FFR Simfile Author
        • Sep 2006
        • 5704

        #4
        Re: Downloading Replays?

        I want to say ieatyourlvllol posted the way to do it awhile back. I don't want to sift through his post history to find it though...

        Comment

        • T)r6g0n
          FFR Player
          • Dec 2006
          • 226

          #5
          Re: Downloading Replays?

          Ah, when I saved the video into realplayer it didnt work. I have it running on my webpage fine due to a nice SWF imbed, but i'm terrified of getting to school and it not working since ffr is completely blocked.

          Edit: I used this method to grab the .swf off the replay. http://www.lancelhoff.com/how-to-dow...using-firefox/

          But when I uploaded the downloaded .swf, it was just a widget to where you can play different songs, but it doesnt go to the replay, it goes to a list of songs to play instead. You click on a song and it gets stuck at 0% on a load screen.
          Last edited by T)r6g0n; 05-12-2009, 12:34 AM.

          Comment

          • Sprite-
            HAVE ME WITH VODKA
            FFR Simfile Author
            • Aug 2005
            • 7316

            #6
            Re: Downloading Replays?

            Yes, that will happen because the replays use a php query to embed each replay into the widget engine. It is impossible to download a replay without knowing exactly where they are stored. It is, however, possible to obtain them in other ways, and possibly make them into an swf.

            Comment

            • T)r6g0n
              FFR Player
              • Dec 2006
              • 226

              #7
              Re: Downloading Replays?

              Hmmm. I cannot find any other way to do this. I tried recording a vid with hypercam but it is too rediculous on how many frames per seconds it captures. It looks like the arrows spawn at the bottom then disappear at the top with no movement inbetween.

              Comment

              • Sprite-
                HAVE ME WITH VODKA
                FFR Simfile Author
                • Aug 2005
                • 7316

                #8
                Re: Downloading Replays?

                You could always just use an iframe.
                Example: http://jupiterfordarfur.com/derailed...eplaytest.html

                Comment

                • T)r6g0n
                  FFR Player
                  • Dec 2006
                  • 226

                  #9
                  Re: Downloading Replays?

                  Whoa. How did you do that?

                  Comment

                  • Sprite-
                    HAVE ME WITH VODKA
                    FFR Simfile Author
                    • Aug 2005
                    • 7316

                    #10
                    Re: Downloading Replays?

                    HTML Code:
                    <html>
                    <head>
                    </head>
                    <body>
                    <iframe src="http://www.flashflashrevolution.com/ffrReplay.swf?replayid=47625073" width="435" height="316"></iframe>
                    </body>
                    </html>
                    Basically, an iframe is a page that is embedded onto another page...but you can also use it with swfs. The content is not shown from your site, but from another. You could say it makes your web page into a browser to show another web page.
                    Last edited by Sprite-; 05-12-2009, 01:19 AM.

                    Comment

                    • T)r6g0n
                      FFR Player
                      • Dec 2006
                      • 226

                      #11
                      Re: Downloading Replays?

                      Heh, ya, I just saw that, but the only question I have is that if a browser has ffr's ip blocked, will it still play?

                      Comment

                      • Sprite-
                        HAVE ME WITH VODKA
                        FFR Simfile Author
                        • Aug 2005
                        • 7316

                        #12
                        Re: Downloading Replays?

                        Unfortunately, no, it wouldn't play because it's loading content directly from ffr....so I guess this doesn't help you at all. Sorry =/

                        Comment

                        • T)r6g0n
                          FFR Player
                          • Dec 2006
                          • 226

                          #13
                          Re: Downloading Replays?

                          This is hard. I need to get the actual replay onto something that I can upload from a file, which is physically impossible. I know a proxy site that works, could I probably try to run it through a proxy?

                          Gah. Tried running it through the proxy but it went to a ffr widget instead of the replay.

                          Thanks for that Iframe idea though. I learned something very useful.
                          Last edited by T)r6g0n; 05-12-2009, 01:18 AM.

                          Comment

                          Working...