Adding Web component

  • Thread starter Thread starter Sitara Lal
  • Start date Start date
S

Sitara Lal

I have a shockwave / flash component created and hosted on another site that
I would like to include in my own site created with FP2003.

I was trying to do this by Insert | Web Component | Advanced Controls | HTML
and then inserting the following code:

<div><embed src="http://xyz.com/abc.swf"
type="application/x-shockwave-flash" quality="high" scale="noscale"
salign="l" wmode="transparent" flashvars="cy=gn&il=1&channel=&site=xyz.com"
style="width:400px;height:300px" name="flashticker"
align="middle"></embed><div style="width:400px;text-align:left;"><a
href="http://www.xyz.com/pivot?ad=1&tt=1&sk=0&cy=gn&th=0&id=&map=1"
target="_blank"><img
src="http://xyz.com/p1//gn_t001_v000_a001_f00/images/foto1.gif" border="0"
ismap="ismap" /></a> <a
href="http://www.xyz.com/pivot?ad=1&tt=1&sk=0&cy=gn&th=0&id=&map=2"
target="_blank"><img src="http://xyx/images/foto2.gif" border="0"
ismap="ismap" /></a></div></div>

However, this does not seem to work - the page loads and so does the
placeholder, but the desired animation does not load.

Where could I be going wrong?

Thanks for your comments.
 
However, this does not seem to work - the page loads and so does the
placeholder, but the desired animation does not load.

Where could I be going wrong?

Thanks for your comments.

This is just a hunch, but if you used another web based program to
create the animation, the chances are that it(the website) was created
for the purposes of creating those animations, and the code you copied
is source code for the editing web page and not the file(animation)
you created and had hosted there. You may want to consider trying to
obtain a copy of the animation file itself and upload it to your
server, then link it to the desired location on your website.
 
Back
Top