Hi, i have a shockwave flash component on the form called swf_holder.
In that i load my movie.
The problem i have is how can i get the variables from flash into the visual basic?
I have this code so far:
and in flash:
Any ideas?? Am i doing this wrong??
Or is there another way of doing this??
Regards,
Martin
Computing Help And Info:
In that i load my movie.
The problem i have is how can i get the variables from flash into the visual basic?
I have this code so far:
Code:
Dim theScore2 As IShockwaveFlash, theScore As String
swf_holder.GetVariable (theScore)
MsgBox "The Score is: " & theScore
Code:
var theScore = rT.text+"|"+bT.text;
Any ideas?? Am i doing this wrong??
Or is there another way of doing this??
Regards,
Martin
Computing Help And Info: