View previous topic :: View next topic |
Author |
Message |
RamStick Cheater
Reputation: 0
Joined: 06 May 2009 Posts: 34
|
Posted: Sun Oct 18, 2009 4:25 am Post subject: .Swf URLs? |
|
|
I've been trying to shove some .Swf URLs into VB just for a bit of practice (I just got it recently) and I have no problem with simple ones like from newgrounds or w/e that don't try to hide it I guess you'd say but when I try to get things from gaia like the pinball or anything the source file is always impossible to find the .swf and I can find the "movie" and "Base" urls and I get an actual movie to come up in VB cause the background changes to blue like on Gaia but nothing loads. I figured it was the Vars but when I put them into the options on the right in edit mode it just goes to blank when I hit enter and when I enter them into the code for Form1.Load nothing happens still T.T What am I doing wrong? D:
|
|
Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Sun Oct 18, 2009 7:31 am Post subject: |
|
|
You can use netclient or a webbrowser control to get source code. Then all you have to do is parse it.
Code: | var fw = new FlashWriter("blahblahlbsdij.swf", "100%", "100%"); | <-- Newground
Ofc different sites will use differnt code to embed the swf. Some will use html others may use javascript or flash.
_________________
Intel over amd yes. |
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Mon Oct 19, 2009 11:39 am Post subject: |
|
|
Gaia embeds their swfs inside other swfs.
You'd have to decompile and decrypt the locations of several swfs, and figure out how to re-assemble them yourself just to get a working version of the game.
|
|
Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Mon Oct 19, 2009 2:55 pm Post subject: |
|
|
Cryoma wrote: | Gaia embeds their swfs inside other swfs.
You'd have to decompile and decrypt the locations of several swfs, and figure out how to re-assemble them yourself just to get a working version of the game. |
Are you sure of this? I got a working swf from gaia. Atleast I think it's working.
_________________
Intel over amd yes. |
|
Back to top |
|
 |
Cryoma Member of the Year
Reputation: 198
Joined: 14 Jan 2009 Posts: 1819
|
Posted: Mon Oct 19, 2009 3:01 pm Post subject: |
|
|
JesusLovesQlimax wrote: | Cryoma wrote: | Gaia embeds their swfs inside other swfs.
You'd have to decompile and decrypt the locations of several swfs, and figure out how to re-assemble them yourself just to get a working version of the game. |
Are you sure of this? I got a working swf from gaia. Atleast I think it's working. |
I'm sure because I was part of the alpha development testers for zomg.
|
|
Back to top |
|
 |
|