'data' Example : data « HTML Attributes Reference « HTML CSS Reference

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Attributes Reference » data 
'data' Example

    
<HTML>
<head><Title>Example For data</Title></head>
<BODY>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        data="http://yourdownloadwebsite/"
        width="480" 
        height="240">
        <param name="movie" value="yourflashmovie.swf">
        <param name="quality" value="high">
        <embed src="yourflashmovie.swf" 
               quality="high"
               pluginspage="http://yourdownloadwebsite"
               width="480" 
               height="240">
        </embed></object>
</BODY>
</HTML>  
    
      
      
Related examples in the same category
1.'data' Syntax and Note
2.data is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.