I am facing an issue with embedding a flash object on my tumblr blog (Billy's audio player) where I have to click a white play button for the object to work properly. This problem seems to occur specifically in Chrome and Edge browsers, as other websites do not display this play button over the widget. For example, the widget's own webpage and another blog do not have this issue.
Below is the embed code I am using from Billy's audio player webpage:
<embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://www.sheepproductions.com/sammy.mp3&t0=Sammy&total=1"
quality="high" wmode="transparent" width="200" height="10" name="billy"
align="middle" type="application/x-shockwave-flash" title="Adobe Flash Player">
I have noticed that adding something to this code can make the flash object run automatically, but I'm unsure about what exactly needs to be added. It doesn't seem to be a browser-specific issue, as it functions correctly on some webpages. However, other viewers still see the white play button despite this inconsistency.