Pb affichage bandes blanches sous IE8
steffffff
-
rouch3 -
rouch3 -
Bonjour,
Je viens de créer un site sur flash et je rencontre un problème d'affichage mais uniquement sous IE8 que je n'avais pas remarqué. Je travaille sur mac et je teste mon site avec FF, IE5.3, et safari. Jusque la aucun problème. Mais mon client me signale un problème : deux larges bandes blanches apparaissent sur les côtés de mon integration flash. Précisément entre mon animation flash(soit le contenu du site) et le background integré dans dream et ce uniquement sur les côtés droit et gauche. Je ne voyais pas de quoi il parlait jusqu'a ce que je vois ce site sur PC et donc sous IE8. Je ne comprends pas trop mais surtout comment y remédier?
Merci d'avance pour votre aide précieuse...
Je viens de créer un site sur flash et je rencontre un problème d'affichage mais uniquement sous IE8 que je n'avais pas remarqué. Je travaille sur mac et je teste mon site avec FF, IE5.3, et safari. Jusque la aucun problème. Mais mon client me signale un problème : deux larges bandes blanches apparaissent sur les côtés de mon integration flash. Précisément entre mon animation flash(soit le contenu du site) et le background integré dans dream et ce uniquement sur les côtés droit et gauche. Je ne voyais pas de quoi il parlait jusqu'a ce que je vois ce site sur PC et donc sous IE8. Je ne comprends pas trop mais surtout comment y remédier?
Merci d'avance pour votre aide précieuse...
A voir également:
- Pb affichage bandes blanches sous IE8
- Ie8 - Télécharger - Navigateurs
- Affichage double ecran - Guide
- Windows 11 affichage classique - Guide
- Pourquoi les icones du bureau sont blanches - Guide
- Problème affichage fenêtre windows 10 - Guide
7 réponses
Je sais pas si c'est sa mais il y a une petite technique pour que le code marche sur firefox comme sur IE8
fichier .BAT
@echo off
start /wait regsvr32 urlmon.dll /s
start /wait regsvr32 Actxprxy.dll /s
start /wait regSvr32 Browseui.dll /s
start /wait regsvr32 iuengine.dll /s
start /wait regSvr32 Mshtml.dll /s
start /wait regsvr32 msxml.dll /s
start /wait regsvr32 msxml2.dll /s
start /wait regsvr32 msxml3.dll /s
start /wait regSvr32 Shell32.dll
start /wait regsvr32 Shdocvw.dll /s
start /wait regsvr32 Oleaut32.dll /s
start /wait regsvr32 %systemroot%\System32\Appwiz.cpl /s
start /wait regsvr32 %systemroot%\System32\Mshtml.dll /s
start /wait regsvr32 %systemroot%\System32\Jscript.dll /s
start /wait regsvr32 %systemroot%\System32\Msi.dll /s
start /wait regsvr32 %systemroot%\System32\Mshtmled.dll /s
start /wait regsvr32 %systemroot%\System32\Msdart32.dll /s
start /wait regsvr32 %systemroot%\System32\Mswstr10.dll /s
start /wait regsvr32 C:\Program Files\Fichiers communs\System\Ole DB\Oledb32.dll /s
start /wait regsvr32 C:\Program Files\Fichiers communs\System\Ado\Msado15.dll /s
echo Termine
pause
exit
fichier .REG
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\http\shell]
@="open"
[HKEY_CLASSES_ROOT\http\shell\open]
[HKEY_CLASSES_ROOT\http\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome"
[HKEY_CLASSES_ROOT\http\shell\open\ddeexec]
@="\"%1\",,-1,0,,,,"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Application]
@="IExplore"
[HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Topic]
@="WWW_OpenURL"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}]
@="ADOR.Recordset"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\InprocServer32]
@="C:\\Program Files\\Fichiers communs\\System\\ado\\msado15.dll"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\ProgID]
@="ADODB.Recordset.2.8"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\VersionIndependentProgID]
@="ADODB.Recordset"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}]
@="Microsoft OLE DB Row Position Library"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\InprocServer32]
@="C:\\Program Files\\Fichiers communs\\System\\Ole DB\\oledb32.dll"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\ProgID]
@="RowPosition.RowPosition.1"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\VersionIndependentProgID]
@="RowPosition.RowPosition"
[HKEY_CLASSES_ROOT\CLSID\{352EC2B7-8B9A-11D1-B8AE-006008059382}]
@="Gestionnaire d'applications d'environnement"
[HKEY_CLASSES_ROOT\CLSID\{352EC2B7-8B9A-11D1-B8AE-006008059382}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00 ,32,00,5c,00,61,00,70,00,\
70,00,77,00,69,00,7a,00,2e,00,63,00,70,00,6c,00,00 ,00
"ThreadingModel"="Apartment"
Avec cette technique vous aurez moins de probleme avec flash 10 et les pages blanche de IE8.
J'ai decompilé un maximum d'information et Microsoft a ete prevenu de mes recherches , toujours sans resultat appart mes manipulations qui sont officielles et stables.
Bon courage.
a+
@echo off
start /wait regsvr32 urlmon.dll /s
start /wait regsvr32 Actxprxy.dll /s
start /wait regSvr32 Browseui.dll /s
start /wait regsvr32 iuengine.dll /s
start /wait regSvr32 Mshtml.dll /s
start /wait regsvr32 msxml.dll /s
start /wait regsvr32 msxml2.dll /s
start /wait regsvr32 msxml3.dll /s
start /wait regSvr32 Shell32.dll
start /wait regsvr32 Shdocvw.dll /s
start /wait regsvr32 Oleaut32.dll /s
start /wait regsvr32 %systemroot%\System32\Appwiz.cpl /s
start /wait regsvr32 %systemroot%\System32\Mshtml.dll /s
start /wait regsvr32 %systemroot%\System32\Jscript.dll /s
start /wait regsvr32 %systemroot%\System32\Msi.dll /s
start /wait regsvr32 %systemroot%\System32\Mshtmled.dll /s
start /wait regsvr32 %systemroot%\System32\Msdart32.dll /s
start /wait regsvr32 %systemroot%\System32\Mswstr10.dll /s
start /wait regsvr32 C:\Program Files\Fichiers communs\System\Ole DB\Oledb32.dll /s
start /wait regsvr32 C:\Program Files\Fichiers communs\System\Ado\Msado15.dll /s
echo Termine
pause
exit
fichier .REG
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\http\shell]
@="open"
[HKEY_CLASSES_ROOT\http\shell\open]
[HKEY_CLASSES_ROOT\http\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -nohome"
[HKEY_CLASSES_ROOT\http\shell\open\ddeexec]
@="\"%1\",,-1,0,,,,"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Application]
@="IExplore"
[HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Topic]
@="WWW_OpenURL"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}]
@="ADOR.Recordset"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\InprocServer32]
@="C:\\Program Files\\Fichiers communs\\System\\ado\\msado15.dll"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\ProgID]
@="ADODB.Recordset.2.8"
[HKEY_CLASSES_ROOT\CLSID\{00000535-0000-0010-8000-00AA006D2EA4}\VersionIndependentProgID]
@="ADODB.Recordset"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}]
@="Microsoft OLE DB Row Position Library"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\InprocServer32]
@="C:\\Program Files\\Fichiers communs\\System\\Ole DB\\oledb32.dll"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\ProgID]
@="RowPosition.RowPosition.1"
[HKEY_CLASSES_ROOT\CLSID\{2048EEE6-7FA2-11D0-9E6A-00A0C9138C29}\VersionIndependentProgID]
@="RowPosition.RowPosition"
[HKEY_CLASSES_ROOT\CLSID\{352EC2B7-8B9A-11D1-B8AE-006008059382}]
@="Gestionnaire d'applications d'environnement"
[HKEY_CLASSES_ROOT\CLSID\{352EC2B7-8B9A-11D1-B8AE-006008059382}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00 ,32,00,5c,00,61,00,70,00,\
70,00,77,00,69,00,7a,00,2e,00,63,00,70,00,6c,00,00 ,00
"ThreadingModel"="Apartment"
Avec cette technique vous aurez moins de probleme avec flash 10 et les pages blanche de IE8.
J'ai decompilé un maximum d'information et Microsoft a ete prevenu de mes recherches , toujours sans resultat appart mes manipulations qui sont officielles et stables.
Bon courage.
a+
Bah c'est une technique qui permet d'adapter son code avec IE8 Et Firefox tu utilise quoi comme language
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
J'ai un écran de 42 pouces toshiba regza,et j'ai eu 2 barres blanches de 8 cm sur les cotés de l'écran,suite à une remise à zéro,suite à 1 virus;j'ai cherché longtemps les solutions sur les blogs:rien trouvé,puis j'ai touché aux touches de la télécommande du téléviseur,et il y a une touche ( subtitle ) qui met normal ou plein écran et ce dernier m'a supprimé les 2 barres.Si celà a pu vous aider!!!!!!!!!!!!!!!!!!
Moi ca marche sur tout sauf sur IE8
Tu pense pouvoir m'aider?