So here I made it more functional. You can select files from the drop down including image and text files. 3D objects can be rotated and zoomed(with mouse wheel). There are still many models that won't work properly though. Some will never show up and notice the one on the right has both OBJ and DAE files. OBJ seems to have errors mostly around cloth edges. DAE seems better but lacks transparencies.
https://googledrive.com/host/0B4aKV4dF92...xuVi1LX2M/
If you want you can copy the item page and make a test page for people to test how functional this is. You need to get the SWF file at https://googledrive.com/host/0B4aKV4dF92...ewer3d.swf and upload it to file host. This is for Flash to be able to access archives' binary data.
Then include this embed code in the test page.
Notice there are 2 "viewer3d.swf" part, both should be changed to your SWF url. Then "Mobile - Subway Surfers - Zoe.zip" should be changed with a script code that places the archive url of that item.
https://googledrive.com/host/0B4aKV4dF92...xuVi1LX2M/
If you want you can copy the item page and make a test page for people to test how functional this is. You need to get the SWF file at https://googledrive.com/host/0B4aKV4dF92...ewer3d.swf and upload it to file host. This is for Flash to be able to access archives' binary data.
Then include this embed code in the test page.
Code:
<object data="viewer3d.swf" width="750" height="690" type="application/x-shockwave-flash">
<param name="movie" value="viewer3d.swf"/>
<param name="flashvars" value="archive=Mobile - Subway Surfers - Zoe.zip" />
<param name="quality" value="high"/>
<param name="wmode" value="gpu"/>
<param name="allowFullScreen" value="true"/>
<a href="https://get.adobe.com/flashplayer/"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a>
</object>
Notice there are 2 "viewer3d.swf" part, both should be changed to your SWF url. Then "Mobile - Subway Surfers - Zoe.zip" should be changed with a script code that places the archive url of that item.