Quote:
Originally Posted by movslow
Great mod, however are their any current hacks that conflict w/this mod?
I'm just getting a blank screen where the video should be.

|
This was blank because of a mistake in the code.
Here is the original:
<script src="http://www.yourforum.com/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript" >
AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','640','height ','480','src','http://www.youtube.com/
v/{param}&ap=%2526fmt%3D18','quality','high','wmode' ,'transparent','name','youtube','allowscriptaccess ','sameDomain','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://www.youtube.com/v/{param}&ap=%2526fmt%3D18' );</script>
Here is the fix:
<script src="http://www.yourforum.com/AC_RunActiveContent.js" type="text/javascript"></script>
<script type="text/javascript" >
AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','640','height ','480','src','http://www.youtube.com/v
={param}&ap=%2526fmt%3D18','quality','high','wmode' ,'transparent','name','youtube','allowscriptaccess ','sameDomain','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','http://www.youtube.com/v/{param}&ap=%2526fmt%3D18' );</script>
I erased the forward slash after the youtube.com/v and added a = in the front. Works perfect now. I've turned the fixed part red so you can find it easier.
So if anybody has a blanking problem, try that.
Good BB Code. Installed