cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading the Flex SDK

pik
Champ in-the-making
Champ in-the-making
Hi everyone,
I recently discovered Alfresco and I'm trying to understand how does it works Smiley Happy
I saw that there is an Alfresco Flex sdk but I can't find it. I searched a lot in the forums, wikis, the subversion but I can't find the file alfresco-flex-framework.swc (think I need this one to make Flex and Alfresco communicate).

Can someone please tell me where I can download it ? thanks a lot !!

Pierre
5 REPLIES 5

gronfelt
Champ in-the-making
Champ in-the-making
This is Alfresco's Flex SDK, which you might have found already:

http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/flex-sdk/

The file you're looking for could be found in this project:

https://svn.origo.ethz.ch/daveundyona/Code/FlexOnAlf/myImportsLibs/alfresco%20flex%20sdk/

I hope it's the one you are looking for.

pik
Champ in-the-making
Champ in-the-making
Okay thanks a lot for your response Smiley Happy

I'll try this right now !

dirkvdzee
Champ in-the-making
Champ in-the-making
You can find all the sources here: http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/flex-sdk/
If you browse through the classes you will see that there is no magic other than convenient  classes for access to the Alfresco content store.
I don't think you need the swc.

For more information also check out the webinar: http://www.alfresco.com/about/events/ondemand/#flexface

pik
Champ in-the-making
Champ in-the-making
I don't think you need the swc.

For more information also check out the webinar: http://www.alfresco.com/about/events/ondemand/#flexface

In fact I watched this webniar yesterday and as Jim is saying to add the swc file I wanted to do the same thing ^^
I have a little experience on both Alfresco and Flex so I'm not sure what is mandatory or not Smiley Happy

Thanks anyway for your response

stevereiner
Champ in-the-making
Champ in-the-making
just in case you use FlexSpaces for Flex / Alfresco dev, it doesn't need the alfresco flex sdk, it has a class that does the same low level call of a webscript, but also has a lot more apis and app components to do work for you

http://forge.alfresco.com/projects/flexspaces/

http://code.google.com/p/flexspaces/

http://forums.alfresco.com/en/viewtopic.php?f=32&t=14382