On my website I have a couple of YouTube embeds. Unfortunately if people don't have Flash installed they then will get a pop-up every time they visit my website. I've noticed on another website which has a YouTube embed, that doesn't happen and the video simply doesn't load. How can I prevent this pop-up?
It's inside your embed code: param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /> Code (markup):
Check inside your embed code and header and see if there is a JavaScript running that checks the version of Flash the viewer has. A lot of times web pages run this to make sure a visitor can view the embedded swf.
Thanks for the PM. I assumed you would be able to see all the source code you needed just via your browser 'View Source' function. I've attached the PHP that deals with producing the embed code. Thanks for looking
Hopefully this will fix it. I commented out the link to send viewers to get Flash player on line 557 Let me know if it works...