Hi all,i have a timelapse video in my personal weather site,and i have problem with the hides drop down menu (more my project-external data)
Any ideas to fix it ?
http://users.otenet.gr/~meteo/video.html
Thank you
Hi all,i have a timelapse video in my personal weather site,and i have problem with the hides drop down menu (more my project-external data)
Any ideas to fix it ?
http://users.otenet.gr/~meteo/video.html
Thank you
The Flash player is hiding the dropdown menu?
Try adding WMode: transparent to the params variable in the script near the bottom of your code.
<script type="text/javascript">
var flashvars = {
flvpFolderLocation: "http://flvplayer.com/free-flv-player/flvplayer/",
flvpVideoSource: "http://users.otenet.gr/~meteo/Video_640x480_Cam0.flv",
flvpWidth: "640",
flvpHeight: "480",
flvpInitVolume: "50",
flvpTurnOnCorners: "true",
flvpBgColor: "FFFFFF"
};
var params = {
bgcolor: "FFFFFF",
menu: "true",
allowfullscreen: "true",
WMode: "transparent"
};
swfobject.embedSWF("http://flvplayer.com/free-flv-player/FlvPlayer.swf", "embed_player", "640", "480", "9.0.0", "http://flvplayer.com/free-flv-player/flvplayer/swfobject/expressInstall.swf", flashvars, params);
</script>
Hi and thank you for the answer,but when input it disappear all the flash ,any other advice ?
Are you sure you’ve changed your existing script to match the code above? Running the code in the IE9 Developer Tools console adds the WMode parameter correctly, the video loads as it should and the menu is no longer hidden, so maybe an error has been introduced.
Perhaps you could make a copy of your page with the above code added, so we can check it.
Hi again
This is the original code from flash player,where i have now,i put yours but the flash disappear.
<script type=“text/javascript” src=“http://flvplayer.com/free-flv-player/flvplayer/swfobject/swfobject.js”></script>
<div id=“embed_player”>
<h1>Please Upgrade Your Flash Player</h1>
<p><a href=“http://www.adobe.com/go/getflashplayer”><img src=“http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=“Get Adobe Flash player” /></a></p>
</div>
<script type=“text/javascript”>
var flashvars = {
flvpFolderLocation: “http://flvplayer.com/free-flv-player/flvplayer/”,
flvpVideoSource: “http://users.otenet.gr/~meteo/Video_640x480_Cam0.flv”,
flvpWidth: “640”,
flvpHeight: “480”,
flvpInitVolume: “50”,
flvpTurnOnCorners: “true”,
flvpBgColor: “FFFFFF”
};
var params = {
bgcolor: “FFFFFF”,
menu: “true”,
allowfullscreen: “true”
};
swfobject.embedSWF(“http://flvplayer.com/free-flv-player/FlvPlayer.swf”, “embed_player”, “640”, “480”, “9.0.0”, “http://flvplayer.com/free-flv-player/flvplayer/swfobject/expressInstall.swf”, flashvars, params);
</script>
Victorinox you are great ,my mistake ,i make here a test before put it in my main site,but i see arround the clock right side on the top a white color ,we can put out this white color at clock ?
Again my mistake i had change with opaque the clock menu and i had forgotten.
Thanks a lot, i appreciate very much your help.
Sorry, I can’t see any white around the clock. To be honest, Flash isn’t my area and this section is for HTML/XHTML, so it would best to take this query to Sitepoint’s Flash and Actionscript forum. To request the thread be moved there, click the red flag at the bottom left of a post and send a message to a moderator.
Thread moved