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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedding objects using html!

Status
Not open for further replies.

Dannybe2

Programmer
Jan 31, 2001
136
GB
Hi, everyone,

I'm having trouble with embedding objects. I've got some html code for a banner, and in my site, the menu includes the space for the banner, so I have a cool graphic menu, with the banner inside it. How do I put the banner into the space so it's embedded in my site?

Thanks a lot! :)
 
Here is an example of how to embed a flash object on an html page:

<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;550&quot; height=&quot;400&quot;>
<param name=movieID value=&quot; <param name=quality value=high>
<embed src=&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;550&quot; height=&quot;400&quot;>
</embed>
</object>

That's just cut and pasted straight from dreamweaver, so you'll need to change the height, width, source, quality (if you want), and whatever else needs changing.

hope it helps! :)
Paul Prewett
 
No, you've got it the other way around - I want to embed an html banner in a flash swf before putting the flash into an html page and uploading it!

Thanks though :)
 
Then you just file--->import, and pick the picture you want to import into the .fla file -- export and voila

One bitmap in an swf :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top