Results 1 to 3 of 3
Related
-
SUBMIT - can it insert to DB and create a txt file? Forum: PHP Forum
Replies: 9 -
customizing template to insert flash image Forum: CSS Forum
Replies: 9 -
Insert a wav file Forum: HTML Forum
Replies: 3 -
Insert page in a table? Forum: HTML Forum
Replies: 5 -
How to Insert a Link That Will Download a File Forum: HTML Forum
Replies: 2
-
06-14-2004, 05:42 AM #1
how do you insert a flash file onto your web page
how do you insert a flash file onto your web page
Last edited by HTML; 06-14-2004 at 11:44 AM.
-
06-14-2004, 08:58 AM #2bald headed old fart
Status- Offline
Join Date- Aug 2003
Location- chertsey, a small town 25 miles south west of london, england.
Posts- 739
Hi there orisma,
That is a very good question
This is a very good answer - use the ' The Satay ' method - for code validation.
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"> <head> <title>Flash File</title> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <style type="text/css"> /*<![CDATA[*/ #pstn { width:200px; position:absolute; left:200px; top:100px; } #obj { width:200px; height:150px; } /*//]]>*/ </style> </head> <body> <div id="pstn"> <object id="obj" type="application/x-shockwave-flash" data="your_flash.swf" > <param name="movie" value="your_flash.swf" /> </object> </div> </body> </html>
coothead
-
06-14-2004, 11:22 AM #3
thsnks alot this code is very helpfull
thsnks alot this code is very helpfull
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum