How do I extract models from a website that uses Adobe Shockwave Player to display them? I'm not exactly sure how to since I've never extracted anything from websites.
if the models are not embedded in the shockwave file itself you can just catch any GET request the player makes and that should give you the list of resources its using
[url]http://tools.ietf.org/html/rfc2616[/url]
Refer to the GET section
or an easier method would be to use Google Chromes built in developer tools as it should list the resources for you.
Sorry, you need to Log In to post a reply to this thread.