J'ai un leger probleme,
quand je teste ca :
Code :
- If player.playState = 8 Then
- player.URL = DataGrid(1, current_play + 1).Value
- current_play = current_play + 1
- player.Ctlcontrols.play()
- End If
|
la player windows media ne lit pas,
mais si je sort player.ctlcontrols.play() du If / endif, ca marche
Code :
- If player.playState = 8 Then
- player.URL = DataGrid(1, current_play + 1).Value
- current_play = current_play + 1
-
- End If
- player.Ctlcontrols.play()
|
or je dois absolument garder la play dans le if/endif ...