I've spent a good deal of time trying to find this already in the forums, but everything tends to be either dated, requiring modules that will change what i need or just doesn't seem to work.
Very simply I made a basic flash player for another website, and I would like to use it on my own site as part of a portfolio.
I need to be able to get it working with my own UI skin, so most modules are out of the question, ex. I haven't been able to get my custom skin loaded in mediafront or the osmplayer.
I've added the code from the html file that flash created for the player and I've uploaded all the elements and have set the paths accordingly. I've also set the input format to php so as to not strip out any tags or functionality (at least in theory)
AC_FL_RunContent = 0;
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '550',
'height', '400',
'src', '/sites/default/files/diff3',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',