I'm using Twitter Bootstrap (& jQuery which comes in package with it) for building a web-app which contains a Flash-object. What I need is this:
I need to refresh the container with Flash-object and pass new FlashVars values to it. (Without refreshing the entire page)
I would even say I just need to refresh the container with Flash and create it from scratch with new flashvars (I currently use swfobject for publishing Flash).
Is there any way I can do this using jQuery or anyting else? Thank you in advance.
I guess I just found a solution.
http://learnswfobject.com/advanced-topics/load-a-swf-using-javascript-onclick-event/
This worked for me. Used feature of SWFObject