View Single Post
Old 10-20-2008, 06:57 PM  
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,936
Quote:
Originally Posted by Adam_WildCash View Post
ActiveX is blocking the flash, use swfobject to display the flash content. Get the js file from here http://blog.deconcept.com/swfobject/

And use this code

<script type="text/javascript" src="swfobject.js"></script>

<div id="flashcontent">
This text is replaced by the Flash movie.
</div>

<script type="text/javascript">
var so = new SWFObject("http://dfidistribution.com/mediaplayer/player.swf", "movie", "320", "240", "8", "#336699");
so.addParam("file", "http://dfidistribution.com/flv/defonce_6.flv");
so.write("flashcontent");
</script>
will try that now and let you know
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote