
-----------------------------------
ecookman
Mon Jan 12, 2009 9:15 am

How Do I
-----------------------------------
just wondering ...how would i extract a .swf from a website?

-----------------------------------
jernst
Mon Jan 12, 2009 2:37 pm

Re: How Do I
-----------------------------------
Usually you can tell the location of the swf file from the html code of the page it is on. For example, where I work the main page has an swf clip on it. You can look through the source searching for ".swf" and you can see exactly where the file is. Once you know that, you can paste it into the browser url area and then you can go to file->save and you will have the swf file.

-----------------------------------
ecookman
Mon Jan 12, 2009 4:47 pm

Re: How Do I
-----------------------------------
o.k how about this one





Web game Powder Game - web games site DAN-BALL


 JapaneseLogin is here.Home Web Game Game Search Flash Comments Support Link Profile?@Web Game &gt; Powder Game?@- Powder Game ver5.6 -Game Description:This web game is to use the mouse to feed Wind powder,the powder dance to enjoy the game.Genre:Simulation GamesGame Operation:left-click, right-clickNew : [BG-mesh] addition.Save game :   ?@





newMid-air Treesby Nando?@?@3vote2009/01/13 06:42playnewBobs Adventureby Xs jester?@?@3vote2009/01/13 06:40playnewAirgun, erase wallby Roni77?@?@16vote2009/01/13 06:30playLuigiby DaPiet?@?@331vote2009/01/13 00:33play* New past hour, Random past 24 hours.Delete function:After 12 hours, if the delete is often automatically deleted.

Save dataWeekly ranking?@December ranking- Game Instruction -

- Powder Game Comments -See commentsMore games - [Popularity degree]Stick RangerFont GameSimulation games POWDER GAMETyping games SAND MOJIRace games HAM RACESimulation games LIQUID WEBTOY[gooood[gooood[gooood[goood[gooood[gooood]]]]]]Earth EditorIrritation Stickman3D action games MICRO PANDASimulation games COMPASSESSimulation games PLANET SIMULATIONRace games ROCKETS[gooood[gooood[gooood[good[goood[goood]]]]]]

- What's new. - Stick Ranger ver2.8 Powder Game ver5.6





- Access Counter -

QuestionnaireWhat is a favorite game machine in 2008?1.DS2.Wii3.PSP4.PS35.Xbox360[Result]

?@- History Site map Inquiry Blog -Copyright(C) 2006 DAN-BALL. All Rights Reserved.




-----------------------------------
Tony
Mon Jan 12, 2009 5:29 pm

RE:How Do I
-----------------------------------
The game is written in Java (and runs as an applet), not flash.

-----------------------------------
andrew.
Mon Jan 12, 2009 6:16 pm

RE:How Do I
-----------------------------------
Maybe it's possible for you to download the .class file and maybe run it from there in a web browser with an html page. I don't know for sure because I'm not a master in embedding applets and HTML.

-----------------------------------
ecookman
Tue Jan 13, 2009 8:04 am

RE:How Do I
-----------------------------------
hmmm how would i snag that?

-----------------------------------
Zren
Tue Jan 13, 2009 12:30 pm

Re: How Do I
-----------------------------------
http://dan-ball.jp/en/javagame/dust/5.6/dust.jar

Right click > Save link as

It's a .Jar so it beats me how to use it. It also is designed to run as an applet soooo... Though when I did try it said something about the main method manifest. It might just be me though.

-----------------------------------
DemonWasp
Tue Jan 13, 2009 1:46 pm

RE:How Do I
-----------------------------------
Try 
java -jar dust.jar
at the command-line (and in the correct directory, assuming you have java installed...). If that doesn't work, you can try opening it in an archive program (such as WinZIP, or better yet, 7zip); jar files are just a .zip archive that happen to be specially interpreted by Java.

-----------------------------------
ecookman
Tue Jan 13, 2009 6:24 pm

RE:How Do I
-----------------------------------
so that would look like


C:\Documents and Settings\ryan\Desktop\dust\java -jar dust.jar



in the run?

-----------------------------------
DemonWasp
Tue Jan 13, 2009 6:52 pm

RE:How Do I
-----------------------------------
Have you tried it?

Before you get too worried about getting it exactly right, make sure you have access to java from the command-line (I'm not sure it installs that by default). You can do this by just trying "java" in a command-line; if it says "couldn't find java", you'll need to set it up properly, while if it says "missing input files" or somesuch you've got it.

If you don't have Java installed, install it and check it's working before continuing.

Once you have java installed properly, try moving to the given directory. Assuming you saved it in (your desktop)\dust, use something like the following:

cd "C:\Documents and Settings\ryan\Desktop\dust\"

Then you can try running it with just:

java -jar dust.jar

If that doesn't have the desired effect, then more effort is required. If it does, then you can probably just make a Windows shortcut that does that all for you.

-----------------------------------
Vertico
Tue Jan 13, 2009 7:06 pm

RE:How Do I
-----------------------------------
Or, ask the owner of the site if you can use their content. If they say no, don't try and steal it...

-----------------------------------
ecookman
Tue Jan 13, 2009 8:08 pm

RE:How Do I
-----------------------------------
well it is unprotected.... and i am not steeling just trying to use it off line
