I am newbie in flex and alfresco. I am trying to use swfloader in flex. How can I load swf file from localhost. When I write <mxWFLoader width="100%" height="100%" id="loader" source="http://localhost:8080/alfresco/d/d/workspace/SpacesStore/f2fd7bd5-a19e-4034-b6a1-794bd37f2482/nusret..."> </mxWFLoader> it doesn't work. My swf file stays in alfresco/data Dictionary/Nusret/Inbox/nusret.SWF . What can I do to show nusret.SWF?
You're probably getting an Access Denied error - you need to either append an authentication ticket obtained from the login webscript (or other means) or give the guest user access to the SWF movie and use ?guest=true" on the URL.