Hi
i have created two dashboard using xcelsius and exported as SWF (Flash file) to my local machine. here i am using login function (input components) user name password , and url link button (refered second dashboard) if i click url button next swf file appear . how to pass the user name password from dashboard 1 to dashboard 2 . both are designed seperate but excel is same one how to pass that two input value(user name ,passsword ) to another SWF file
Do you have idea of the concept of uysing Flashvars?
If you haven’t used them earlier you can learn it from here also:
I think you can acheive this by using Flashvars.In the first SWF file while designing the model create a string like this which would have the parameters to send and in the second flashfile create flashvars and give them the same names by which you are going to pass parameters.
If you’re hosting the SWF in InfoView you can use the CELogonToken to pass the BOE credentials.
In the parent file create a Flash Var called CELogonToken (note the capitalization). Bind it to a cell. In your opendoc call to the child SWF append the URL with: &CELogonToken=(the cell you bound the Flash Var to)