
le 20/04/2007 à 15:22
Insertion FLASH ( Youtube, wideo.fr ) pour BBCODE
Bah ça marche chez moi, le code valide :
Voilà, tu n'as plus qu'à l'intégrer à ta fonction de parse ;-)
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="FR">
<head>
<title>Bzh : Super page !</title>
</head>
<body>
<div>
<object type="application/x-shockwave-flash"
data="http://www.wideo.fr/p/fr/iLyROoaftVHN.html"
width="400" height="368">
<param name="movie" value="http://www.wideo.fr/p/fr/iLyROoaftVHN.html" />
<param name="wmode" value="transparent" />
<param name="base" value="http://www.wideo.fr" />
</object>
</div>
</body>
</html>
Voilà, tu n'as plus qu'à l'intégrer à ta fonction de parse ;-)