Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
test.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> |
<html> |
<head> |
<title>Sample WebKit Safari Plug-In</title> |
</head> |
<body background="background.gif"> |
<table border="0" cellpadding="12" width="550"> |
<tr><td> |
<embed name="samplePlugin" |
width="500" height="300" type="application/x-simpleguiplugin"></embed> |
</td></tr> |
</table> |
</body> |
</html> |
Copyright © 2007 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2007-06-04