Jump to content

Flash movie using ZEND AMF framework.


waverider303

Recommended Posts

Hi im using the Zend AMF framework to display database entries in my flash website. The problem is that the ZEND AMF connects only when I dont use the www. prefix before my website...

 

Example that doesnt work: http://www.stleo.biz/awards_external.html

 

Example without the www: http://stleo.biz/awards_external.html

 

Its the box on the right.

 

any help?

Link to comment
Share on other sites

Flash considers www.domain.com a separate server than domain.com, so there's a check to prevent XSS or spoof type attacks.  You either need to remove the prefix part of the full URL - "http://www" -  where you're point the Flash to the server and use a relative path, or you need to allow www.domain.com to share information cross domain with domain.com by adding a crossdomain.xml file to your webroot.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.