G
Guest
How do I access a flash file in my .net web pages.
I have worked with image files with no problem such as:
in my header.ascx program, I have a:
<IMG src= "images/header_gold2.jpg">
Then, in my appform.aspx program, I have a:
<% Register Tag Prefix="uc1" src="header.ascx" %> and then after <HTML>:
<uc1:header id="header1" align="center" runat="server"></uc1:header>
Now to access the FLASH file, I would like to do something like:
<IMG src="flash/header.htm"> 'I know the IMG is not correct.
The header.htm file with its corresponding header.swf is in the
flash
folder.
How would I accomplish this?
I have worked with image files with no problem such as:
in my header.ascx program, I have a:
<IMG src= "images/header_gold2.jpg">
Then, in my appform.aspx program, I have a:
<% Register Tag Prefix="uc1" src="header.ascx" %> and then after <HTML>:
<uc1:header id="header1" align="center" runat="server"></uc1:header>
Now to access the FLASH file, I would like to do something like:
<IMG src="flash/header.htm"> 'I know the IMG is not correct.
The header.htm file with its corresponding header.swf is in the
flash
folder.
How would I accomplish this?