Insertion video dans form VB
bonjour a tous
je debute dans la programmation. J'ai recuperer un procesus pour inserer un video dans une page html
Code:
1 2 3 4 5
| <object id="player1" type="application/x-shockwave-flash" data="http://localhost:2285/video/player_flv_maxi.swf" width="320" height="240">
<param name="movie" value="http://localhost:2285/video/player_flv_maxi.swf" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="configxml=http://localhost:2285/video/VTS_02_1.xml" />
</object> |
MAINTENANT
je recherche a metre le code ou l'objet dans un controle dans une page FORM en vb.net
Une solution SVP
Merci pour vos reponses.:ccool: