flash ExternalInterface.call?

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
patrickjansen
Met Resolume in a bar the other day
Posts: 12
Joined: Thu Aug 26, 2010 04:03

flash ExternalInterface.call?

Post by patrickjansen »

To Edwin:
I discussed this with Joris and he refered me to you, I PM-ed you some days ago but haven't received any response so far. I already found the method in ActionScript of overriding a value received by a some Resolume interface slider, but need a way to update the Resolume interface slider itself. So my question, can I somehow use ExternalInterface.call and what would the appropriate syntax be?

Given example;

Code: Select all

var RS_fontframe:FloatParameter = resolume.addFloatParameter("Font Frame", 0);
I guessed using somewhere in the script something like

Code: Select all

ExternalInterface.call("RS_fontframe",0.66)
would do the trick but it doesn't. How can I make the slider go to value .66?
Regards
Patrick

patrickjansen
Met Resolume in a bar the other day
Posts: 12
Joined: Thu Aug 26, 2010 04:03

Re: flash ExternalInterface.call?

Post by patrickjansen »

still waiting ...

vjDev
Met Resolume in a bar the other day
Posts: 4
Joined: Thu May 12, 2011 07:49

Re: flash ExternalInterface.call?

Post by vjDev »

Hey,
I´m using Flash Builder 4 and trying to run a simple example

http://www.resolume.com/forum/viewtopic.php?f=14&t=8249

Did you got it to work ?

Post Reply