/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento sin tÃtulo</title> <style type="text/css"> <!-- #apDiv1 { position:absolute; width:200px; height:22px; z-index:1; } #apDiv2 { position:absolute; width:200px; height:115px; z-index:3; left: 10px; top: -20px; } #apDiv3 { position:absolute; width:200px; height:72px; z-index:2; top: 30px; } --> </style> </head> <body> <?php //CopyRith Angelboy, Physlet $f_echo = $furl[$fcount-1]; echo '<div id="apDiv1"><strong>'.$nombre[0].'</strong></div>'; echo '<div id="apDiv2">'.' <embed height="600" width="500" name="plugin" src="http://ildom.com/client/furnis/'. $file[0]. '.swf" type="application/x-shockwave-flash" wmode="transparent" > '.'</div>'; echo '<div id="apDiv3">'.$des[0].'</div>'; ?> </body> </html>