I am trying to complete the video controller for a plugin I am currently working on. One of the issue I am having is with creating the seek bar. As the seek bar of the flash movie in question consists of multiple colours, making it very hard to generate the list of colours for the tag.
Please could someone advise if they know of any way of providing a given x,y coors to a flash file and get back the hex colours at a particular time, or even better, for a given y row the list of all the pixel hex colours?
It depends on the player, but with multiple colours you do not always need to make a list with all those colours, you can also do the opposite and check if something is not a specific colour. Here are two examples to illustrate:
The earlier resolution should hopefully work. The only other issue I can see in having is that the seek bar only appears for 5 seconds after an interaction with the flash player
I have managed to update the site config xml to do the play/pause by using the flash players javascript methods, unfortunately they do not expose any seek method,
when testing the seekbar settings i did not seem to be able to get the app to do anything, it always reported 0 played, even when trying dimmer than a value, then trying again with brighter than another value,
any help for any one who has seen this sort of issue greatly appreciated,
For anybody looking for info on this, there's a [dev page](http://dev.plexapp.com/docs/Configs.html) and a [Wiki page](http://wiki.plexapp.com/index.php/Creating_Plugins_Site_Config) available.
If the player hides its controls/seekbar you'd better stop trying to get this to work :( (unless you can use javascript to operate the controls or can write an extra flashvar into the page that prevents the player from hiding things).