Passing parameters to a flash movie inserted in a VB program
        Posted  
        
            by Michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael
        
        
        
        Published on 2010-03-15T18:59:19Z
        Indexed on 
            2010/03/15
            18:59 UTC
        
        
        Read the original article
        Hit count: 516
        
visual-basic
|flash
Hi! I need to insert a Flash movie in a Visual Basic 2008 express form and send parameters to the movie, but am a newbie to VB. The flash movie will plot points sent by VB in a graph.
I tried to insert the Shockwave Flash control in the form but cannot find it anywhere. So I inserted the webbrowser control, which I understand can be used to a similar purpose. But how would I send the values of X and Y (coordinates to plot in Flash) to the flash swf?
Thanks for any help!
© Stack Overflow or respective owner