View Single Post
Old 10-20-2006, 08:57 AM  
12clicks
Too lazy to set a custom title
 
12clicks's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: God's right hand
Posts: 19,789
Quote:
Originally Posted by SmokeyTheBear View Post
another thing i'll mention only because its a personal pet peeve of mine..

go to http://12xamateur.com/index2.html

notice the flash video on the top of the page , when you put your mouse over it it gives this gay ie message " click here to activate this control "

see my example of how to render the swf without having that stupid message show up

http://ytmnd.webspacemania.com/12clicks/

its done with this js file ( right click save as )

http://ytmnd.webspacemania.com/12clicks/flashobject.js

where you normally use flash embed code you use this instead

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

<script type="text/javascript">
document.write('<div id=flashcontents>');
var fo = new FlashObject("theflashfile.swf", "animationNames", 650, "65", "8", "#000000");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("wmode", "transparent");
fo.write("flashcontents");
</script>
</div>
you know, coming from you, these little things almost sounds like we have your stamp of approval.
__________________
I'm not a dinosaur, I'm a crocodile. I've seen dinosaurs come and go and I'm left unimpressed.
12clicks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote