Making click action show a div and start a .swf
Hi
I have a site which is intended to be set up as follows;
There is a .swf in a DIV, which is set to display:none on pageload. There is a holding image that overlays that div which is visible on page load.
A click action on the holding image sets that image to display:none and the .swf DIV to display:inherit. The video starts playing.
Right now I have all of this in place *except* the .swf playing on the first click (it requires a second click, once the .swf is visible).
Not done jQuery manipulation of Flash before, so any advice much appreciated.
Thanks