via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hey,
I need to put in more than one flashvar. it doesn't work though. anyone got an idea?
This is my Script:
<div id="flashContent1">
</div>
<script type="text/javascript">
var flashvars = {dataFile: "monoslideshow.xml", showRegistration: "false"};
var params = {};
var attributes = {};
swfobject.embedSWF(
"monoslideshow.swf", "flashContent1",
"630", "249", "9", false,
flashvars, params, attributes
);
</script>
Perhaps this is what you are looking for?
http://www.monoslideshow.com/forum/discussion/1984/couple-of-basic-questions/
Don't know what I did different but it works now though ;)
This site actually tells you pretty good how to do it: http://polygeek.com/471_actionscript3_passing-varibles-to-flash-via-flashvars
1 to 3 of 3