Good Arvo,
Does anyone here have a good method of saving Flash files? I want to save a file from a website that has a video embedded in it. I've looked through the html source, and found some mumble jumbo that might be it;
flashVars = 'titleID=1096&videoID=1043&xmlURL=/related_material_data_output/title_videos/1096';
generateFlash('flash1', '/resources/media/nza_vid_player_[890x400].swf', 890, 400, flashVars, '', '', flashObjectId);
</script>
<div class="nonflash">
but before i try and piece together this stuff, does anyone know of a good application that could rip it automatically? I would prefer that, instead of waiting for the thing to finish streaming and picking out the swf file from the temp folders.
Any suggestions would be appreciated!