Language: VB.Net 2010 Prof

Ok this game wont load unless a SSID is present, so i have my trainer logging them in, then catching the SSID from the URL, and setting the movie as the .swf and the SSId (yes i have the url right) - But the game still doesn't load; so i've viewed the page source, and its embedded with special FlashVars;
Quick source dump of what im talking about:
Code:
<embed src="http://darkorbit.l3.cdn.bigpoint.net/spacemap/main.swf?__cv=4bad1348bbf37d7a05e0a8d508eeb900"
                            quality="high"
                            bgcolor="#ffffff"
                            width="1024"
                            height="576"
                            name="main"
                            align="middle"
                            allowScriptAccess="sameDomain"
                            allowFullScreen="true"
                            type="application/x-shockwave-flash"
                            pluginspage="http://www.macromedia.com/go/getflashplayer"
                            flashvars="lang=us&userID=*******&sessionID=c7bf0acdf2d4eb389ca25acc821c87fa&basePath=spacemap&pid=47&resolutionID=1&boardLink=http%3A%2F%2Fen.board.bigpoint.com%2Flogin.php%3Fusername%3Dtuck504%26password%3De60f753de2ac1529f1851a14c0cf05fe%26globalAccountID%3D9751169%26gameID%3D47%26of%3Dgame%26aid%3D0&helpLink=http%3A%2F%2Fhelp.bigpoint.com%2F%3Fproject%3Ddarkorbit%26lang%3Dus_US%26aid%3D0%26aip%3D&loadingClaim=LOADING&chatHost=globalchat-us-04-pub.bigpoint.net&cdn=http://darkorbit.l3.cdn.bigpoint.net/&host=us1.darkorbit.bigpoint.com&allowedScriptAccess=always&allowNetworking=true&gameXmlHash=c76801e840fab8f2f619fe69b6af6400&resourcesXmlHash=03729077182ac2fd6accf3bc9f1b5b00&autoStartEnabled=0&mapID=1&supportedResolutions=0,1&instantLogEnabled=1&doubleClickAttackEnabled=1&allowChat=1" />
I'm kind of lost