Visualizzazione dei risultati da 1 a 5 su 5
  1. #1

    Problema con Browser Windows

    Ciao a tutti!
    Io ho il seguente codice:

    codice:
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
       
       <head>
    
    <link href="style.css" rel="stylesheet" type="text/css" />
    
    
    	<style type="text/css">
    		#menu{position:absolute; z-index: 2; color: white; overflow: auto; height: 100%; width: 100%;}
                    #swfcontent{position:absolute; height:100%; width:100%; margin: 0; padding: 0; z-index: 1;}
    		
    	</style>
    
    <script type="text/javascript">
    
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-1706155-5']);
    _gaq.push(['_trackPageview']);
    
    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl/' : 'http://www/') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    
    </script>
    
     <script type="text/javascript">
    var bustcachevar=1 //bust potential caching of external pages after initial request? (1=yes, 0=no)
    var loadedobjects=""
    var rootdomain="http://"+window.location.hostname
    var bustcacheparameter=""
    
    function ajaxpage(url, containerid){
    var page_request = false
    if (window.XMLHttpRequest) // if Mozilla, Safari etc
    page_request = new XMLHttpRequest()
    else if (window.ActiveXObject){ // if IE
    try {
    page_request = new ActiveXObject("Msxml2.XMLHTTP")
    } 
    catch (e){
    try{
    page_request = new ActiveXObject("Microsoft.XMLHTTP")
    }
    catch (e){}
    }
    }
    else
    return false
    page_request.onreadystatechange=function(){
    loadpage(page_request, containerid)
    }
    if (bustcachevar) //if bust caching of external page
    bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime()
    page_request.open('GET', url+bustcacheparameter, true)
    page_request.send(null)
    }
    
    function loadpage(page_request, containerid){
    if (page_request.readyState == 4 && (page_request.status==200 || window.location.href.indexOf("http")==-1))
    document.getElementById(containerid).innerHTML=page_request.responseText
    }
    
    function loadobjs(){
    if (!document.getElementById)
    return
    for (i=0; i<arguments.length; i++){
    var file=arguments[i]
    var fileref=""
    if (loadedobjects.indexOf(file)==-1){ 
    if (file.indexOf(".js")!=-1){ 
    fileref=document.createElement('script')
    fileref.setAttribute("type","text/javascript");
    fileref.setAttribute("src", file);
    }
    else if (file.indexOf(".css")!=-1){ 
    fileref=document.createElement("link")
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", file);
    }
    }
    if (fileref!=""){
    document.getElementsByTagName("head").item(0).appendChild(fileref)
    loadedobjects+=file+" " 
    }
    }
    }
    </script>
    
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
        <script type="text/javascript">
        //<![CDATA[    
        $(document).ready(function() {
            $('body > *:not(form)').hide();
            $('body').mousemove(function(){
       $('body > *').fadeIn();
    });
    
        });
        //]]>    
        </script>
     
    </head>
    
       <body>
    <form id="swfcontent" >
    		<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%"  align="middle">
    				<param name="movie" value="retoshibacamileos10hd1080ptestpenniethejackrussellwww.swf" />
    				<param name="quality" value="best" />
    				<param name="bgcolor" value="#ffffff" />
    				<param name="play" value="true" />
    				<param name="loop" value="true" />
    				<param name="wmode" value="window" />
    				<param name="scale" value="exactfit" />
    				<param name="menu" value="true" />
    				<param name="devicefont" value="false" />
    				<param name="salign" value="lt" />
    				<param name="allowScriptAccess" value="sameDomain" />
    				
    				<object type="application/x-shockwave-flash" data="retoshibacamileos10hd1080ptestpenniethejackrussellwww.swf" width="100%" height="100%">
    					<param name="movie" value="retoshibacamileos10hd1080ptestpenniethejackrussellwww.swf" />
    					<param name="quality" value="best" />
    					<param name="bgcolor" value="#ffffff" />
    					<param name="play" value="true" />
    					<param name="loop" value="true" />
    					<param name="wmode" value="window" />
    					<param name="scale" value="exactfit" />
    					<param name="menu" value="true" />
    					<param name="devicefont" value="false" />
    					<param name="salign" value="lt" />
    					<param name="allowScriptAccess" value="sameDomain" />
    				
    					<a href="http://www.adobe.com/go/getflash">
    						
    					</a>
    				
    				</object>
    				
    			</object>
    		</form> 
    
    <div id="menu" visibility:show; left:25px; top:50px;>
                  	        <ul id="miniflex">
    		[*]Home
    		[*]Contattaci[*]Add Us
                   
    	[/list]		
    </div>
       </body>
    </html>

    Con questo codice dovrei visualizzare un video come SFONDO e il menu che appare con un FADE IN al movimento del mouse... Con Mac funziona tutto perfettamente mentre con Windows il menu passa sotto al video e non riesco a visualizzarlo...

    Sapete dirmi perché?? Eppure uso i stessi Browser!

    Grazie in aticipo, Alessandro.

  2. #2

  3. #3
    Originariamente inviato da Vincent.Zeno
    ricorda di usare il tag CODE per postare codice
    Si, scusami me ne ero proprio dimenticato... Per caso sai una soluzione al mio problema??

  4. #4
    Amministratore L'avatar di Vincent.Zeno
    Registrato dal
    May 2003
    residenza
    Emilia-Romagna (tortellini und cappelletti land!)
    Messaggi
    20,783
    no... mi occupo solo di fare il bacchettone

  5. #5
    Anche questa volta ho risolto da solo...

    Andava impostato il valore "opaque" al wmode

    Grazie lo stesso, Alessandro.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.