We're sorry, but this discussion has just been closed to further replies.
Tags:
<div style="width:100%">
<center>
--Your Flash code header here--
</center>
</div>
Thanks LRon, but it didn't work.
Here's the code that I've got:
/**
* Tracking Code Hack: Replace the Header of the network with a swf
**/
var headerSwfUrl = "http://api.ning.com/files/6eb8OLc0sX1ZdQzyMNS6X1b6bQcwWmNKg-yOD2bPlpMXSQDSJfYfjHkTFc*M405fuUV*x-but9K3fY63R3nV54KsYbauzbq5/ningheader.swf";
var headerSwfWidth = 940;
var headerSwfHeight = 300;
var newHeaderHtml = ' http://www.macromedia.com/go/getflashplayer" allowscriptaccess="never"> ""> '; var headerElement = document.getElementById('xg_masthead');
//replace the old header with the new one
headerElement.innerHTML = newHeaderHtml;
//change the id as a simple way to remove all css attached to it
headerElement.id = 'newheader';
Where would I put the code you gave?
Thanks so much!!
© 2009 Created by Ning Developer Admin