Hi,
I'm trying to embed a couple of .wmv files in two different brochure pages. I can get one to show OK, but it pops up on more than one brochure page. Then when I try to put another one one a different page, it changes the first one to this movie. I guess I must be adding the embed code in the wrong place - how do I add this to the bottom of a text fragment, instead of adding it to the main html for brochure pages (which I guess I must be doing)? And advice would be very welcome.
The code I am adding is:
<embed src="http://www.reelsndeals.com/sas2nosound.wmv" width="425" height="350" />
And I am trying to add it straight after a bit of code which reads:
<p><actinic:variable Name="FragmentText"/></p>
I am a real html novice so straightforward explainations would be preferred!!
Thanks,
Aileen.
I'm trying to embed a couple of .wmv files in two different brochure pages. I can get one to show OK, but it pops up on more than one brochure page. Then when I try to put another one one a different page, it changes the first one to this movie. I guess I must be adding the embed code in the wrong place - how do I add this to the bottom of a text fragment, instead of adding it to the main html for brochure pages (which I guess I must be doing)? And advice would be very welcome.
The code I am adding is:
<embed src="http://www.reelsndeals.com/sas2nosound.wmv" width="425" height="350" />
And I am trying to add it straight after a bit of code which reads:
<p><actinic:variable Name="FragmentText"/></p>
I am a real html novice so straightforward explainations would be preferred!!
Thanks,
Aileen.
Comment