View Single Post
  #1   Report Post  
Posted to microsoft.public.word.newusers
A.Alisa A.Alisa is offline
external usenet poster
 
Posts: 4
Default Embedding a Macromedia Flash inside a Word document

Hi,

Can anyone please assist with the following:

I want to make my document somewhat more interactive and embbed a Macromedia Flash movie in it. What I actually want to do is embbed and HTML tag like the following:

object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="680" height="52" id="MyInteractiveFlash" align="middle"
param name="allowScriptAccess" value="sameDomain" /
param name="movie" id="MyInteractiveFlash.swf" /param name="quality" value="high" /param name="bgcolor" value="#ffffff" /embed src="" id="MyInteractiveFlash.swf" quality="high" bgcolor="#ffffff" width="680" height="52" name="id="MyInteractiveFlash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /
/object

Like I would do in an HTML file.

Then I expect the Flash object to be visible in my document (not an Icon or a link button).

Is that possible? how?

Thanks,

Alisa.