Probleme Interface Menu SWF Sous VB6
BOnsoir je fé du Vb6 et du Flash 8 aussi bon j'ai un interface Menu avec 3 bouton Annimés
j'ai fé le SCRIPTS dans le flash Mx FSCOMMAND("MenuIntervention","MenuIntervention")
FSCommand("MenuReports","MenuReports") et FScommand("MenuSetup","MenuSetup")
le travail ds flash est fé
maintenenat passant a vb 6 j'ai appellé le composant SHOCKWAVEFLASH1 j'ai changer son nom par Flash1
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| Private Sub Flash1_FSCommand(ByVal command As String, ByVal args As String)
Select Case FSCommand
Case Is = MenuInterventions
Form2.Show
Case Is = MenuReports
Form3.Show vbModal
Case Is = MenuSetup
Form4.Show vbModal
End Select
End Sub
Private Sub Form_Load()
Flash1.Movie = "C:\Documents and Settings\user\Bureau\ARRPLAN3.swf"
End Sub |
Le Probleme c'est quand je clique au Bouton Menuintervention il me donne Form2 cé bien Mais quand je clique sur bouton MenuReports il me donne pas Form3 il m donne Aussi Form2 et le meme cas pr la 3eme bouton
pourrez vous m aider svpConfiguration: Windows XP
Internet Explorer 7.0