Hi there, I have a problem with actionscript I have create a flash player but i cannot auto hide the logo all the rest work fine Regards, File: http://www.amaze.com.mt/over_html_video/skin.zip Example: http://www.amaze.com.mt/over_html_video/example.html function getSkinInfo():Object { var res:Object = new Object(); res.video = {x:10, y:10, w:-20, h:-47}; res.mode = "disable"; res.logoBtn = {x:40, y:-66}; res.playBtn = {x:90, y:-66}; res.pauseBtn = {x:130, y:-66}; res.stopBtn = {x:170, y:-66}; res.volumeMute = {x:210, y:-66}; res.autoHide = true; res.bgColor = 0xFFFFFF; res.uiMode = "stretch"; return res; } Code (markup):