I need to build a live preview in Flash which will show a user a customised version of a product - for example with their own text on the site. I don't use Flash normally but understand a little bit of Actionscript 3.
I am using jQuery to embed and communicate with my SWF. I have a SWF movie to which I am passing an initial value via a Flashvar and this shows up with the custom text in my movie. (I create the text field in the movie with Actionscript 3)
How can I then use javascript to later send updated values for my Flashvars to the movie - for example when the customer changes the text in an input field on the HTML page?