cancel
Showing results for 
Search instead for 
Did you mean: 

swfloader problem in flex

nusretsevinc
Champ in-the-making
Champ in-the-making
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
<mxSmiley FrustratedWFLoader width="100%" height="100%" id="loader"  source="http://localhost:8080/alfresco/d/d/workspace/SpacesStore/f2fd7bd5-a19e-4034-b6a1-794bd37f2482/nusret...">
</mxSmiley FrustratedWFLoader>
it doesn't work.
My swf file stays in alfresco/data Dictionary/Nusret/Inbox/nusret.SWF .
What can I do to show nusret.SWF?
1 REPLY 1

mikeh
Star Contributor
Star Contributor
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.

Thanks,
Mike