Why not just edit and rename a default scrubber? I’ve made countless numbers of these and the default ones are relatively easy to edit and customize.
I did have one problem that happened from encoding a rather large video similar to yours being “a bit off”. it seemed that the scrubber wouldn’t work until it was fully loaded, but it turns out sometimes the flv encoding method looses data. There is a tool that i used that fixed the problem. I don’t know it off hand but if you need it hit me with a pm.
What tool? Could you explain what you mean by the default scrubber? Thanks
[quote=jibble;2351435]Why not just edit and rename a default scrubber? I’ve made countless numbers of these and the default ones are relatively easy to edit and customize.
I did have one problem that happened from encoding a rather large video similar to yours being “a bit off”. it seemed that the scrubber wouldn’t work until it was fully loaded, but it turns out sometimes the flv encoding method looses data. There is a tool that i used that fixed the problem. I don’t know it off hand but if you need it hit me with a pm.[/quote]
i have had to use the FLV MetaData Injector GUI 1.05 to fix a few of my flv’s. Seems to be the bigger ones ~15 mins or bigger that i’ve had issues with, but you might want to try it.
As for the actual design and look of the scrubber. Take one of the flash default scrubbers and just edit it. Should be here(for CS3 anyway)…
it looks like, on press the red bar tries to go to the mouse, but then backs up to where it thinks it should be playing. If this is correct, I kinda think its the videoStatus method.
in the following:
is the newTime tracing appropriately while its loading - and its in milliseconds?
are you clearning your intervals correctly? looks like both are always running
could it me your _xmouse target - mediaPanel (don’t see how that could change)
In the videoStatus method, trace all of these out:
amountLoaded
amountLoaded*100;
ns.time
duration
see if anything is undefined. I’ve had issues with metadata too, sometimes loading, sometimes not. Also, the metadata seems to lag on loading some times. So if duration isn’t tracing in videoStatus, that seems like it would cause something like whats happening.