Hey Guys,
I've been working on a little project with help from Micro. Its in Flash, so I'm completely lost. But - Mikey knows his stuff and got 99.9% of it working.
Now - all that is left to do is get 2 FlashVars (passed in from HTML) .. and access those variables in Actionscript.
To me, as a programmer - this should be the easiest thing in the world in any language. HOWEVER - I can't find any documentation on this (well - every example I can find is putting the values in a text field - I don't want the values in a text field).
I need to access the values of 2 FlashVars in actionscript and combine the variables with static strings to produce one long string. (standard string concatination).
In PHP - it would be something like this:
$combinedstring = "whatever text ".$variableOne." more text ".$variableTwo." thats it";
I need to do that in actionscript with the variables being FlashVars.
If you understood this - and know the answer - please help me and point me in the right direction! PLEASE!
-Clay





LinkBack URL
About LinkBacks
Reply With Quote

