nana
unread,Jul 4, 2008, 2:23:14 AM7/4/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SWFObject
Hi, I made the swf in my background, and then the content is by html
overlay it,
I use this code:
<script type="text/javascript">
var flashvars = {};
var params = { wmode: "opaque", scale: "showAll", scale:
"exactFit" };
var attributes = {};
swfobject.embedSWF("images/flash.swf", "flashcontent", "100%",
"100%", "7", false, flashvars, params, attributes);
</script>
because I want my swf to display all and fit to the screen, so I use
two times scale in the params, I have no idea of scripting. But in the
browser, it works. But I have no idea if this syntax is correct ....
Or maybe there is better way?
Thanks for helping.