function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
agni.fireagni.fire 

Passing salesforce.com record data into flex .swf

Hello,
I am relatively new to Adobe Flex toolkit and we are in process of building an appexchange product, but I need some help.

I have been able to create a flex binary file or .swf file and wrap it in an S-Control on a tab in salesforce.com.
What I need to know is how can I pass specific record information into flex.

Use case
My case page layout has an embedded flex control.

1. Select case tab
2. Select a specific case, say OOQ507373737
2. The flex control needs to know this record id or have it get the current record.
How can I do this ?

I am thinking that you can call out to a web-service from the flex control that will tell where it is or have the S-Control pass current record data into the flex control.
Please help or guide me in the right direction.
Thanks
Ron HessRon Hess
just had that question come up

see this post
Insert a Hyperlink

agni.fireagni.fire
Thanks Ron, That worked out for me.