VB and Flash Cs3 Integration

Hello Forum,

In flash 8, dynamic text fields have a variable to set, in flash cs3 this does not exist. I have putting the control flash.ocx in a form of visual basic the variable one with this instruction could popular:

Shockwave1.SetVariable (“var1”, “Hello Word!”)

This method work with Flash Cs3 does not give error but from where succeeds to capture this variable one?

Another problem only with Flash Cs3:

To call the “LoadThumbNails()” function on the FrameLabel “vbCall” dont’works:

Shockwave1.TCallLabel “vbCall”, “LoadThumbNails”.

In Cs3 work only:

Shockwave1.FlashVars = “var1=” & “Hello Word!”

To retritive this use: root.LoaderInfo.parameters.var1

Excuse me for my bad English but are Italian.

Thanks in advance.