Category Archives: Adobe
Adobe Manage Trust
Article explaining how to disable the Trust Center message in Adobe if you want to play the media content in the PDF. Read more
Crossdomain.xml
Place the xml file in the root folder of your webserver. <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-http-request-headers-from domain="*" headers="*" secure="false" /> <allow-access-from domain="*" secure="false" /> </cross-domain-policy> More information can be found here.