A wrote: > On Apr 10, 4:09 pm, Mark Murphy <[email protected]> wrote: > >> You can host it on a Web site, with the server configured to serve APK >> files with the proper MIME type. > > I have no control over the server, but I don't suppose there's a way > to do it using the HTML object tag, something like....this? > > <object id="my_apk" width="100" height="100" type="APK" > codetype="APK" data="http://myURL.apk"> > Click here. > </object>
I would be stunned if that worked. Once upon a time, Amazon S3 supported the right MIME type for APK files, so you could always set up a bucket there and try it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 30 April-2 May 2010: http://guruloft.com -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe, reply using "remove me" as the subject.

