Quote:
Originally Posted by rohirrim
is there a way to change the background image for per video. I don't want to use a general bg image.
|
its not possible using a simple bbcode, sorry. you could always go with auto play?
Quote:
Originally Posted by Midohash
Getting this error with mp4player:
Any suggestions? ... Thank you
|
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>