Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load a flash file within html & Javascript

Status
Not open for further replies.

cote

IS-IT--Management
May 17, 2002
10
0
0
US
I'm very new to flash. I have an urgent project to display flash file in my table file.
Sample code is like this: The flash file will go in the table to substitute the current gif files.

<html><head><title>Display Equipment</title><head>

<body>
<table>
<tr>
<script language=&quot;javascript1.2&quot;>
document.write('<td>Currenty display 2 images files (.gif's).</td>');
</script>
</tr>
</table>
<body>
</html>

Thanks in advance.

Nicco
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top