I want to use HTML5 instead of SWF in my NET Project. So, I install Google Swiffy Extension and after I converted Action-Script project to HTML5. But I don't know how to use to bind HTML5 with C#. Before I used Shockwave Flash Component in NET , for example
axShockwaveFlash1.SetVariable("_level1.shellContainer.ENGINE.my_room_movieclips.block_mc._x", "-5000");
Function stage.setFlashVars requires a String,like
And the SWF file can get the parameters by
you will get a "flashvars" Object (JSON Format)