Hi Sam,
Thanks again for the response. This generator is fantastic; I now
understand some of the discrepancies I've seen between methodologies
today. I used the generator to produce a code, and to test it out
applied to a fresh HTML document. Nothing happened, unlike the
previous code I pasted, where at least the video showed up. I'm
clueless as to why it wouldn't work directly from the generator,
although I did double check to make certain the paths were correct.
The code from the generator is below. Ideas?
Thanks again Sam!
--------------------------------------------------------
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://
www.w3.org/TR/html4/loose.dtd'>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>
<title></title>
<style type='text/css'>
html { height: 100%; overflow: hidden; /* Hides scrollbar in IE */ }
body { height: 100%; margin: 0; padding: 0; }
#mySWF { display: block; height: 100%; }
</style>
<script type='text/javascript' src='swfobject.js'></script>
<script type='text/javascript'>
var flashvars = {};
var parameters = {};
parameters.allowfullscreen = 'true';
var attributes = {};
swfobject.embedSWF('video background experiment1', 'mySWF', '100%',
'100%', '7.0.0', false, flashvars, parameters, attributes);
</script>
</head>
<body>
<div id='mySWF'>
<p> DEW | Inc. </p>
</div>
</body>
</html>
On Mar 4, 7:33 pm, Sam Sherlock <[email protected]> wrote:
> you can have the generator set it for you
>
> or you could add
>
> <param name='allowfullscreen' value='true' />
>
> but you have to add it twice (I suggest generating it) - you need to use the
> advanced options
>
> http://learnswfobject.com/generator/http://learnswfobject.com/the-basics/static-publishing/
>
> - S
>
> On 5 March 2010 00:20, PT <[email protected]> wrote:
>
>
--
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en.