bansai everyone!
just read thru the manual to check out the flash variables. as i wanted to open the bars.fla file in flash mx i get an UNEXPECTED FILE FORMAT ERROR (or something like that... my version is german).
whats wrong wih it?
anyone knows?
could the programmers maybe give some more detailed information on scripting in flash...?!? the manual is kond of .... useless....
regards,
ninjaturtle
unexpected file format
This might be bit off your question, but you could put multipler varibles into flash with a bit of scripting on the flash end.
When typing they dynamic text field in resolume, you could use a delimeter to seperate values or text you like to put into the flash. eg using the '^' as a delimeter, youre text in resolume would be a^b^c^d .
In the flash newVarible=varibleFromResolume.split('^')
So now flash will split the varible from resolume into a array and you will get,
newVarible[0] = a
newVarible[1] = b
newVarible[2] = c
newVarible[3] = d
So now you can use these to control 4 diff stuff in flash.
Hope this is helpful.
Cheers.
When typing they dynamic text field in resolume, you could use a delimeter to seperate values or text you like to put into the flash. eg using the '^' as a delimeter, youre text in resolume would be a^b^c^d .
In the flash newVarible=varibleFromResolume.split('^')
So now flash will split the varible from resolume into a array and you will get,
newVarible[0] = a
newVarible[1] = b
newVarible[2] = c
newVarible[3] = d
So now you can use these to control 4 diff stuff in flash.
Hope this is helpful.
Cheers.
Made an example swf.
File at http://www.iworkforfun.net/midibox/textflash.zip
Works like it should. Just that in resolume it doesn't always update real time. Sometimes you've got to load it to the channel again after changing the text in resolume. Sometimes you don't.
Cheers
File at http://www.iworkforfun.net/midibox/textflash.zip
Works like it should. Just that in resolume it doesn't always update real time. Sometimes you've got to load it to the channel again after changing the text in resolume. Sometimes you don't.
Cheers