P
Pablo Clavel
Hello.
I need to use a flash movie inside an Infopath form. To do this, I developed
an ActiveX control that contains the Shockwave Flash ActiveX and exposes the
Value and Enabled methods. The Flash movie has a text box and a button. When
I press the button the text on the textbox is sent outside the flash through
the Value property. Also, when the Value property is set, the textbox on
flash shows the value.
When I drop the activex, Infopath creates a "field1" for the Value property.
If I write into the field1, flash shows the text correctly. But If I use a
second field (field2) and a button that assigns the text on field2 into the
field1, the flash movie disapears.
I'm using C# to write the code of the field.
Can anyone help me?
I need to use a flash movie inside an Infopath form. To do this, I developed
an ActiveX control that contains the Shockwave Flash ActiveX and exposes the
Value and Enabled methods. The Flash movie has a text box and a button. When
I press the button the text on the textbox is sent outside the flash through
the Value property. Also, when the Value property is set, the textbox on
flash shows the value.
When I drop the activex, Infopath creates a "field1" for the Value property.
If I write into the field1, flash shows the text correctly. But If I use a
second field (field2) and a button that assigns the text on field2 into the
field1, the flash movie disapears.
I'm using C# to write the code of the field.
Can anyone help me?