Thanks for the idea, but I can't use the SD card.

My application absolutely needs this video. With this method, it if
the user removes his SD card, the video would not be available. Maybe
I can copy the video from the resources to the flash of the device the
first time I use it.

Any other solution?

If it's not possible, I could replace my video by an animation but it
would have a huge impact on the quality of my app.


On Feb 13, 9:15 am, Mark Murphy <[email protected]> wrote:
> bleucalmewrote:
> > Anyone was able to play a video included in the .apk? I'm able to play
> > this video from the SD card but not when it's a resource.
>
> I doubt that will work well. APKs are ZIP files, so you're asking the
> device to uncompress the video and play it back, which would require a
> fair amount of horsepower.
>
> Try unpacking it to the SD card, then playing it back.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 2.0 Available!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to