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
GanuGanu 

flex component integration

I have created one flex component and I include this in static resource and I call this in my visual force page by this direction
Code:
<apex:page>
<apex:flash height="55%" width="80%" src="{!$Resource.Gaugesemicircular}"></apex:flash>
</apex:page>
Its working fine in the local system but its not, when I integrate in SF.
Please let me know where I committed mistakes.

 
Ron HessRon Hess
when running your flash / flex app, you may need to pass flashvars, these flash vars include the API server URL and the session ID.

These are then usable / used by the flex toolkit to connect back to the soap API and pull data back into your flex app.

Does your Flex app use the Flex toolkit?
if so, how do you perform the login?
GanuGanu
Thank you for your reply.
Its working fine now, Just I have set sidebar and showheader attribute in apex:page to false,
I need to include this vf page to my site but its not working when I give the session id
 
 
 
 
Regards
Ganu
rajsrajs
How to include a flash movie in Site Active home page,
I tried but its not showing the my flash page. any admin permission involved in this?
 
Regards,
Raj


Message Edited by rajs on 12-19-2008 05:35 AM