Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
100% by 100% xhtml valid Flash embed

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
g-style



Joined: 08 Oct 2003
Posts: 89
Location: bG

PostPosted: 04.01.2005 00:11    Post subject: 100% by 100% xhtml valid Flash embed Add user to your forum ignore list Reply with quote

Geoff Stearns (www.deconcept.com) je otkrio nacin da se u firefoxu vide swf-ovi cije su dimenzije 100% x 100% i to uz pomoc java scripta.
Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>100% by 100% xhtml valid Flash embed</title>
<!-- XHTML 1.0 Strict 100% by 100% stretched flash embed example geoff@deconcept.com -->
<script type="text/javascript" src="flashobject.js"></script>
<style type="text/css">
   html {
      height: 100%;
      /* hide scrollbar in ie 6 pc */
      overflow: hidden;
   }
   body {
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: #eeeeee;
   }
   #flashcontent {
      height: 100%;
   }
</style>
</head>
<body>
<div id="flashcontent">
   <script type="text/javascript">
      // <![CDATA[
     
      var myFlashObject = new FlashObject("walker.swf", "walker", "100%", "100%", 6, "#999999");
      myFlashObject.write();
     
      // ]]>
   </script>
   <noscript>
      <p>You must enable Javascript to view this content. <a href="#">Link to alternate content</a></p>
   </noscript>
</div>
</body>
</html>

ovde je primer a ovde objashnjenje

_________________
GSTL | WTF7 | DNK | Svakog dana i u svakom pogledu sve sam veći psihopata!
Back to top
View user's profile Send private message Send e-mail Visit poster's website
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 04.01.2005 13:00    Post subject: Add user to your forum ignore list Reply with quote

yes, (very) oldie, but goldie.

_________________
STOP HITTING YOURSELF! | NETIQUETTE | TYPETESTER | Hypertext rulez™ | CREATIVE NIGHTS | ACCOMMODATIONS
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group