Bonjour tout le monde,

Je voudrais afficher un fichier smil sur un PDA ou un téléphone portable.
J'ai testé la page xhtml suivante sur Windows device emulator V3 mais tout ce que ça m'affiche c'est trois petites croix.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE html
   PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
   "http://www.wapforum.org/DTD/xhtml-mobile10.dtd" >

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      2
    </title>
  </head>
  <body>
    <p>
      <object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="320"
      height="240">
      <param name="src" value="1.smi" />
      <param name="controls" value="All" />
      <!--  [if gte IE 7]> <! -->
      <object type="audio/x-pn-realaudio-plugin" data="1.smi" width="320"
      height="240">
      <param name="controls" value="All" />
      alt : <a href="1.smi">1.smi</a> </object>
       <!-- <![endif] -->
       <!-- [if lt IE 7]> alt : <a href="1.smi">1.smi</a> <![endif] -->
      </object>
    </p>
  </body>
</html>
merci pour votre aide