• SLM
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 5
    Replies
   Hi All

I have created a Flex based Application which contain some Salesforce Information .

Now I need to display that Flex Application in VF Page .

I can create an S-Controls form Flex File but I don't know How to Call the Flex File(.swf File) in VF Page .

One way which I know is by making Static Resources of that .swf File and then and then call that file in VF page . but in this case I was not able to login in Salesforce through my Flex Application (.swf File).
 
Any one can advice me how to do that .

Thanks
Vivek Manchanda
I am trying to invoke an java applet within my Scontrol and i am getting "Applet Notinited" message .
This is how i am call the applet.
 
<applet code="{!Scontrol_URL}" codebase="{!Scontrol_JavaCodebase}" archive="{!Scontrol_JavaCodebase}{!Scontrol_JavaArchive}"
height="315" height="300">
</applet>
 
Can anyone point what mistake i am doing... thanks
 
 
  • December 19, 2007
  • Like
  • 0