i am currently starting on a project that requires to load a flash movie from a remote website (which keeps track of the user authentication) and edit the variables inside them. in other words, something like a flash game bot. i have figured out how to embed the flash swf file into my c# project window....but the problem is how should i authenticate it? would httpwrappers be needed for this? the swf wouldn't load and pops up with an error of some function in the swf.
so here's what i don't understand....is the problem due to the fact that i have not authenticated the user? and once i have loaded the swf file without problems and authenticated the user session, how should i manipulate the variables inside the flash file...assuming that some are private data members of the flash classes?
any help would be very much appreciated. cheers! :icon_cheesygrin: