Search Google

Friday 25 July 2014

website designing add video swf or flash file on back side and on upper side content

 http://tutorialmagento.com/magento-tutorial-for-developer/page/2
 
 
 
 
 
 
 
 
 
<!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" lang="en" xml:lang="en">
  <head>
    <title>SWFObject - step 1</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  </head>
  <body>
    <div>

      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420">
        <param name="movie" value="myContent.swf" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="myContent.swf" width="780" height="420">
        <!--<![endif]-->
          <p>Alternative content</p>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>

    </div>
  </body>
</html>

FLASH CODE

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-»
444553540000" width="300" height="120">
<param name="movie" value="myContent.swf" />
<!--[if !IE]>-->    
<object type="application/x-shockwave-flash" »
data="myContent.swf" width="300" height="120">

<!--<![endif]-->

<p>Alternative content</p>
<!--[if !IE]>-->    
</object>
<!--<![endif]-->

</object>
 


FULL SCREEN


 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,18,0" width="600" height="400" id="fullscreen" align="middle"> <param name="allowFullScreen" value="true" /> <param name="movie" value="fullscreen.swf" /> <param name="bgcolor" value="#333333" /> <embed src="fullscreen.swf" allowFullScreen="true" bgcolor="#333333" width="600" height="400" name="fullscreen" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>


...........................................................................................................................

1.Download dropbox, and follow their instructions on how to upload your files into it. Don't get confused by the program, it works pretty much like flicker or photobucket, except you have to download it to your computer, and it allows you to upload virtually any file type to the internet and other devices. Dropbox allows you to upload 2GB for free, which should be plenty for you to use for your wix resources



<html>
<body>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0"

width="468" height="60"
id="mymoviename">
<param name="movie"
value="YOUR DROPBOX FILE URL  HERE" />

<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="YOUR DROPBOX FILE URL HERE" quality="high" bgcolor="#ffffff"
width="468" height="60"
name="mymoviename" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">

</embed>
</object>
</body>
</html>






-------------------------------------------------------------------------------------------
<html>
<style type="text/css">
html {
overflow: hidden;
}
</style>
update it and  swf will be clean without those sidescrolls
 

No comments:

Post a Comment