PDA

View Full Version : loading a flash movie into a html table


belgariad
06-04-2005, 07:50 PM
HI

I'm pretty new to flash and am having a problem uploading a movieclip to my website.

I would like to publish my flash movie onto a webpage, but it needs to play only within a table and not take over the whole page or play a browser movie. (not sure if that makes any sense or not). It's a small animation that should play only in a small area of the webpage. Every time I load the html codes flash made into my table tags and then preview, the flash movie take over the whole page. :confused: :

any help would be great

Newbie (as if you couldn't tell) :rolleyes:

rippazinc
06-05-2005, 03:41 AM
you're probably using <embed> right?

if so, use these props:
<embed src="your_flash.swf" width="10%" or width="50" height="40">

that resizes the flash, play around w/ the percentages and pixels to fit in your table.

merlinvicki
06-06-2005, 12:00 PM
post ur html here...