Quote:
Originally Posted by ShawneyJ
its not possible using a simple bbcode, sorry. you could always go with auto play?
try adding a file called crossdomain.xml to your root and inside add the following:
Code:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
|
Thanks ShawneyJ, unfortunately this didn't work.
Any other suggestion?