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!

How can we use Flash Movie in Publisher 2003

Status
Not open for further replies.

SirShahzad

Instructor
Jan 23, 2001
9
0
0
FR
I need to use a Flash Movie in a web page designed by Publisher 2003.

I did it by entering the HTML code for flash in HTML FRAGMENT Tool but It did'nt work.

for example my movie name is T.SWF
I inserted the following code in HTML Fragment
----------------------------------------------------
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" width="100" height="50" id="t" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="t.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<embed src="t.swf" quality="high" bgcolor="#000000" width="100" height="50" name="t" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" />
</object>
-------------------------------------

Is there any problem in code or any other way to handdle it.
thanx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top