Changeset 1460
- Timestamp:
- 06/24/08 14:12:07 (3 months ago)
- Location:
- examples/trunk
- Files:
-
- 3 modified
-
ohloh/flex/deploy/index.html (modified) (1 diff)
-
shared-object/flex/deploy/index.html (modified) (1 diff)
-
shell/flex/deploy/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
examples/trunk/ohloh/flex/deploy/index.html
r1183 r1460 8 8 swfobject.embedSWF("OhlohApi.swf", "myContent", "100%", "100%", "9.0.0", "assets/expressInstall.swf"); 9 9 </script> 10 <style type="text/css" media="screen"> 11 html, body, #content { height:100%; } 12 body { margin:0; padding:0; overflow:hidden; } 13 #altContent { /* style alt content */ } 14 </style> 10 15 </head> 11 16 <body> -
examples/trunk/shared-object/flex/deploy/index.html
r1451 r1460 8 8 swfobject.embedSWF("sharedobject.swf", "myContent", "100%", "100%", "9.0.0", "assets/expressInstall.swf"); 9 9 </script> 10 <style type="text/css" media="screen"> 11 html, body, #content { height:100%; } 12 body { margin:0; padding:0; overflow:hidden; } 13 #altContent { /* style alt content */ } 14 </style> 10 15 </head> 11 16 <body> -
examples/trunk/shell/flex/deploy/index.html
r1163 r1460 8 8 swfobject.embedSWF("shell.swf", "myContent", "100%", "100%", "9.0.0", "assets/expressInstall.swf"); 9 9 </script> 10 <style type="text/css" media="screen"> 11 html, body, #content { height:100%; } 12 body { margin:0; padding:0; overflow:hidden; } 13 #altContent { /* style alt content */ } 14 </style> 10 15 </head> 11 16 <body>
