MarkFilipak

msg:4092945 | 3:50 pm on Mar 7, 2010 (gmt 0) |
I've tried to run flash off-line many times and have failed every time. There apparently is a ton of run-time code that can only be downloaded from the Adobe site but cannot - or will not - be cached. I gave up. If you find a way to do it, let me know, please.
|
mishiwishi

msg:4092999 | 7:24 pm on Mar 7, 2010 (gmt 0) |
Actually, it's not just youtube pages, you are right...most of the flash pages can't be replicated offline. If I find a solution, I will surely post it here. Anybody got ideas?
|
tangor

msg:4093010 | 7:56 pm on Mar 7, 2010 (gmt 0) |
There are flash and swf players out there. I have several open source apps I use for that purpose. But they do not integrate to the scraped page...merely play the content when selected.
|
mishiwishi

msg:4093203 | 10:32 am on Mar 8, 2010 (gmt 0) |
I have already downloaded the player.swf that youtube uses and the video.flv file as well. I tried replacing the path filename with the one on my local (video.flv) but it still wouldn't play. I'm thinking of not using youtube script on the part of the page and replace it with something simple. Hopefully it will look the same. I'll let you guys know.
|
mishiwishi

msg:4094521 | 7:26 am on Mar 10, 2010 (gmt 0) |
I gave up on youtube's flv player. I downloaded the SWF player ( watch-vfl148687.swf ) from youtube's page but I don't know how to make it play the video.flv. The player shows on the webpage but the video won't play. I am pretty sure that the variable that I'm using on flashvars is not the right one. Anyway, what I did was to use an open source FLV player from [flv-player.net...] ( I downloaded the maxi type of player) and then used the ff code: <object type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="650" height="407"> <param name="movie" value="player_flv_maxi.swf" /> <param name="allowFullScreen" value="true" /> <param name="FlashVars" value="flv=video.flv&width=650&height=407&autoplay=0" /> Take note of the file paths and change the video.flv to the name of your video. You can also edit the height and width to the size that you want. Hope this helps. If you know though how to use youtube's own flv player, please share. </object>
|
|