mjkennedy2007
05-19-2011, 04:05 PM
I have used only the movie from the template and it has a rather 'unique' way of embedding the movie, shown below:
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
myFlashHeader('flash/header',500,240,'#FFFFFF','header_id','custom.xml' );
}
else {
alert("Your version of Flash player is rather old. We suggest you to upgrade your Flash player to version "+requiredMinorVersion+" (at least).The latest version can be downloaded here : http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash.");
}
I want to have a horizontal drop down menu layered over top the movie. Is there any way to set wmode=transparent for this template? Thanks.
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
myFlashHeader('flash/header',500,240,'#FFFFFF','header_id','custom.xml' );
}
else {
alert("Your version of Flash player is rather old. We suggest you to upgrade your Flash player to version "+requiredMinorVersion+" (at least).The latest version can be downloaded here : http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash.");
}
I want to have a horizontal drop down menu layered over top the movie. Is there any way to set wmode=transparent for this template? Thanks.