Reputation: 8779
I'm trying to download SWF files from a site the traditional way, but a few of the SWF files have been created dynamically through what I believe to be ASP.net 2.0.
Every attempt to D/Load results in the correct dimensions, height and width, but it just gives me empty white space.
Anyone have experience with this?
Upvotes: 0
Views: 537
Reputation: 6425
What do the SWF files do? Perhaps you have managed to download the SWF fine, but it has an internal check for some requirement? Are there 'flashvars' being passed into it or pulled from a QueryString perhaps?
If you view the site that has the SWF files working with something like Fiddler or HttpFox it might provide some insights?
Upvotes: 1