HTC Incredible :: Flash Video Scrolling (Fast - Forwarding)
Sep 7, 2010
Ever since I upgraded to 2.2 with Flash 10.1 I have been unable to jump ahead in flash videos on the web. Whenever I click the scrollbar for the video, it just pauses the playback. Even when I fullscreen it and play it without anything else on the screen, I have the same problem. It seems to treat the entire flash player as one object rather than different objects within the player. Anyone else having issues fast forwarding flash video? It worked no problem with Flash-lite on 2.1.
View 7 Replies
Dec 12, 2009
Anyone else see this? If I start the video from scratch and let it play all the way through, audio is synced just fine. When I drag the slider to another point in the movie, it's now off by a second. If you aren't seeing this behavior on yours, would you mind telling me the compression method you did?
View 2 Replies
View Related
Sep 2, 2010
I updated to Froyo with the RUU from xda and immediately noticed slow and laggy scrolling on web pages. I noticed that although I did have flash 10.1, the version number was 10.1.72.? I found a version 10.1.92.8 on the droid life forums, updated to this version and the slow scrolling is gone.
View 49 Replies
View Related
Jun 2, 2010
I need to implement a screen having around 1000 thumbnails. This screen should support gesture based scrolling as well as fast scrolling using a scrollbar with thumb. So if user want to move from page 1 to page 100 he can just drag the thumb and reach there. But there is no such control in Android. There is seek bar but its look and feel is not similar to what I want. I also want to flick and swipe functionality which can be inherited using horizontalscrollbar. So i want to add functionality of horizontal scroolbar as well as of seekbar in my application.
View 1 Replies
View Related
Sep 2, 2010
I am new to android, and ended up (have to) ask a question here. Let's make it simple, I simply want to make my own TextView-like (MyView extends View), This is my code:
public class MyView extends View { private Paint mPaint;
private String mText; private Bitmap mBitmap1; private Bitmap mBitmap2;
public MyView(Context context) { super(context); initView(); }
public MyView(Context context, AttributeSet attrs) { super(context, attrs);
initView(); } private final void initView() { mPaint = new Paint(); }
public void setText(String text) { mText = text; }
@Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
int measuredWidth = measureWidth(widthMeasureSpec);
if (mBitmap1 == null) initBitmap1(measuredWidth);
int measuredHeight = measureHeight(heightMeasureSpec);
setMeasuredDimension(measuredWidth, measuredHeight);
}
private void initBitmap1(int measuredWidth) {
mBitmap1 = Bitmap.createBitmap(measuredWidth, Fonts.getHeight(), Bitmap.Config.ARGB_4444);
Canvas canvas = new Canvas(mBitmap1 ); canvas.drawText(mText, 0, 0, mPaint);
} private void initBitmap2() {
mBitmap2 = Bitmap.createBitmap(30, Fonts.getHeight(), Bitmap.Config.ARGB_4444);
Canvas canvas = new Canvas(mBitmap2); canvas.drawText(mText, 0, 0, mPaint);
} private int measureWidth(int widthMeasureSpec) {
int measuredWidth = 0; int specWidthMode = MeasureSpec.getMode(widthMeasureSpec);
int specWidthSize = MeasureSpec.getSize(widthMeasureSpec);
if (specWidthMode == MeasureSpec.EXACTLY) { measuredWidth = specWidthSize;
} else { measuredWidth = getWidth(); if (specWidthMode == MeasureSpec.AT_MOST) {
measuredWidth = Math.min(measuredWidth, specWidthSize);
} } return measuredWidth; }
private int measureHeight(int heightMeasureSpec) {
int measuredHeight = 0; int specHeightMode = MeasureSpec.getMode(heightMeasureSpec);
int specHeightSize = MeasureSpec.getSize(heightMeasureSpec);
if (specHeightMode == MeasureSpec.EXACTLY) { measuredHeight = specHeightSize;
} else { measuredHeight = 80; if (specHeightMode == MeasureSpec.AT_MOST) {
measuredHeight = Math.min(measuredHeight, specHeightSize);
} } return measuredHeight;
} @Override protected void onDraw(Canvas canvas) {
super.onDraw(canvas); canvas.drawBitmap(mBitmap1, getLeft(), 0, mPaint);
initBitmap2(); canvas.drawBitmap(mBitmap2, getLeft(), 30, mPaint);
} }
In my code, I populate some numbers of MyView (let's say 20) in a ListActivity. My question is why mBitmap1's order changes randomly while i scroll (up-down) fastly (if I scroll slowly, this problem not occur)? mBitmap2 stays where those should be.
View 1 Replies
View Related
Jul 21, 2010
Anyone know how to turn on the led flash for shooting videos in the dark. No matter what I do I can not turn on the flash onscreen icon it just has the flash icon with a circle and line through it.
View 4 Replies
View Related
May 6, 2010
my camera flash works just fine but when i switch to the camcorder app i cant use the flash. it symbol is there but its grayed out and i cant turn it on. is there a setting im missing or another app that will let me use the flash with video recording?
View 2 Replies
View Related
May 20, 2010
I got the Incredible and my Video Camera wont use flash, its always greyed out.
Ny weather wont automatically receive the updates. When I tell it to and click update automatically and update once a day it continually turns off once I exit out.
View 8 Replies
View Related
Apr 16, 2010
If we could compile a list, that would be awesome, since I can't seem to find an emulator or list online.
View 5 Replies
View Related
Oct 26, 2010
fast motion video records but wont play back. its just like its paused.
View 5 Replies
View Related
Aug 4, 2010
when I'm at work I want Tasker to automatically forward my calls to my work phone. It can do that w/ its autodial feature. Now, I know that *72 will forward my calls to the number I specify, and *73 will disable that once I leave the defined area. The problem is that I use YouMail, and apparently *73 is the code for disabling the *71 busy/answer forwarding as well. It seems stupid that verizon used one code to disable 2 different features. How do I disable the *72 feature w/o disabling the *71 one?
View 1 Replies
View Related
Aug 8, 2010
Has anyone else tried AppBrains Fast Installer? It allows you to push install to your phone without sync (free apps only)
View 4 Replies
View Related
Jul 7, 2010
Granted I am in the middle of my office building, so I only get 1 bar. But from speedtest.net my Droid Incredible only had a download speed of 0.32 Mbps and and an upload speed of 0.13 Mbps (Ping was 410ms). This is just awful, granted it is only 3g. I am interested to see what other people get. Oh, and please don't post speed tests if you are on Wifi, I am only interested in the mobile broadband connection.
View 19 Replies
View Related
Jun 21, 2010
How do you rewind and fast forward with htc's sense music app? You would think that holding down either button would do it but it doesn't. I know you can click the scroll bar but it gets annoying when I want to skip say 10 seconds. Any ideas anyone?
View 2 Replies
View Related
Aug 6, 2010
Just yesterday my phone was getting more than 14+ hours of battery. Now it's draining really quickly even when I'm not using it (I left it on while I was asleep). It's not facebook because I already downloading the fix and rebooted. My "time without signal" is 0% so I don't think that's the problem. I did download Quickpedia yesterday but a quick search tells me that's not the problem either.
The only other thing I did differently was switch from ADW to LauncherPro yesterday, but if that was draining the battery wouldn't it be under Android System and not standby or idle? Regardless, I switched back to ADW just to see if that works
View 10 Replies
View Related
Sep 1, 2010
Has anyone noticed extremely fast battery drain while browsing the internet? I can use Facebook, play games, look at wikidroid, etc. and battery life seems "normal" but while using the browser it will use 10 percent in 10 minutes. I have timed it, I was at 60 percent, browsed the forums here for 10 minutes and was at 51 percent afterwards. Is this normal?
I am rooted and have 2.2, I have tried the stock browser and Dolphin HD and both do the same thing.
View 4 Replies
View Related
Aug 2, 2010
My DInc just started scrolling between homescreens by itself. Anyone else have this issue? It's making me a bit crazy!
View 6 Replies
View Related
Jun 5, 2010
Don't know if anyone knew this but if you download the LED Desire light from the app store, use the app first to leave the LED lights on and go to your video recorder. You can now record video in the dark and have somewhat clarity with the LED lights on. Granted it would probably be a big energy waster, but atleast you know have a choice.
View 5 Replies
View Related
Jun 5, 2010
To do this, simply download "LED Desire Light" in the market, then enable the light after install. Now press the home button and bring up the camera. Set to video and voila! You've got a nice video flashlight for night capturing. Just be sure to go back to the LED Desire Light prog to disable it after use.
View 3 Replies
View Related
Nov 16, 2012
Can see the flash video on 4.2? Use which browser?
View 1 Replies
View Related
Jun 25, 2010
should be getting my Dinc here in a couple days and was making a couple wallpapers to get ready. My one question is i seen the post hat say the resolution or size is 960wx800h but is that just for the main screen and that will scroll to all 7 pages what i was wondering if not, what does the width of a picture have to be to scroll the total of the 7 pages, like i have a long width wise wallpaper and wanted to make it expand to a diff image on each page. sorry for the trouble and if the 960 already covered that,
View 5 Replies
View Related
Aug 4, 2010
So now that we have flash 10.1 I am wondering what websites you folks are utilizing to take full advantage of the update. I tried mlb.tv but everything comes in extremely choppy and tells me not optimized for mobile. I also went to comedy central.com but that is mostly short clips, So I was wondering if you guys had any sites that you could help the rest of us out with. (Also if someone knows a site to get It's always Sunny in Philly episodes it would be great).
The best site I know of is:
www.allsp.com (Southpark)
View 22 Replies
View Related
Sep 22, 2010
I'm afraid to bring this up as I suspect I might be headed for a replacement phone,For the last week or so, I've noticed my phone seems to be scrolling to the left automatically.The home screen will scroll as well as if I'm in the market for example and trying to enter a search term, the blinking cursor will move to the left. It's more of an annoyance than anything else.The phone still works great, but I'm worried that it might turn into something bigger.
View 6 Replies
View Related
May 3, 2010
I downloaded a battery life app today and after I did that a tiny command prompt looking thing appeared in the top right corner of my Incredible. Everytime I do an action, a line of code appears. For example, on my main page it says stuff like
system_server
m.android.phone
And other random code lines like that. Its in a tiny text in the top right of the touch screen. Is there any way to get rid of this? I tried to uninstall the battery app that seemed to cause it, but the prompt didn't go away with it.
View 5 Replies
View Related
Aug 16, 2010
So I go to use my phone to pull up an app and hit the home screen and it starts scrolling between 3 or 4 different screens without me even touching the phone. It did it for about 10 seconds then stopped, then started doing it again, all the while I haven't touched the phone.
So I thought maybe it was a rogue app I installed so I got to delete the last few I installed and when I hit the uninstall button it is highlighted green like I am pressing it, but I got it to uninstall. Then when I go to hit the 'OK' button after the install it wouldn't let me because the button was highlighted green.
Strange I thought.
Is this a software issue, a rogue app issue, or what?
View 2 Replies
View Related
Jul 18, 2010
i have a question,since this is very helpful for me using this mode,is there any possible way of having the flash on(led)while recording a video on a droid(verizon)?Or is there an app or a hack,or what does need to be done for this to happen?
View 8 Replies
View Related
Aug 19, 2010
New android user switched over from WM Liking the wildfire, anyone can tell me how to open .swf & .flv on wildfire even though it has HTC flash player.
View 1 Replies
View Related
Jul 6, 2010
Failblog.org is a daily visit for me. I have been enjoying the ability to play the videos on that site on my Evo until a few days ago. The video loads and it says it's starting to play then I get the big yellow triangle and clicking on it says "This content is not supported". It was supported. No more? What changed? Anyone else have this problem?
View 2 Replies
View Related
Jun 30, 2010
is there anyway to make the flash stay on when taking a video? i tried taking a video in a bar that was dark and i was hoping that i could get the flash to say on and use as a spot light.
View 4 Replies
View Related
Sep 10, 2010
The track pad on my Incredible seems to scroll and select items whenever it feels like it. Pressing on it seems to stop it but often it forces me to select whatever is highlighted to make it stop. I searched but so much clutter I didn't find anything on the forum about it.
View 3 Replies
View Related