Bonsoir,

Dans mon projet J2EE, j'ai une page "index.jsp" contenant une animation SWF, lorsque je lance l'exécution, l'animation n'est pas visualisée.
TOMCAT ne m'affiche pas les animations SWF, comment je dois procéder pour résoudre ce problème?


Cette animation fontionne parfaitement en htlm direct mais lorsque je passe par TOMCAT, il ne marche plus

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
<object id="player_flv" width="320" height="240" type="application/x-shockwave-flash" name="player_flv" data="PagePrincipal/Player/player_flv_maxi.swf">
 
<param name="FlashVars" value="flv=eto.flv&amp;loop=1&amp;autoplay=1&amp;showtime=1&amp;showfullscreen=1&amp;buffer=30&amp;showloading=always&amp;showvolume=1" />
 
 <param name="allowFullScreen" value="true" />
 
<param name="movie" value="PagePrincipal/Player/player_flv_maxi.swf" />
 
</object>
la video est eto.flv
Version TOMCAT : 6.0.35

Merci d'avance.