Hi there,
I am trying to add a SWF link in my Story Map Journal. I go to add a section and in the side panel I have tried to add it as the following:
- embedded as webpage under insert webpage
- iframe as source
- object as source
- embed as source
with no success.
here are my code examples:
Object:
<object width="100%" height="800"
data="http://www.nzhistory.net.nz/files/interactive/sinai-map/SinaiCampaignMap.swf">
</object>
Embed:
<embed width="100%" height="600"
src="http://www.nzhistory.net.nz/files/interactive/sinai-map/SinaiCampaignMap.swf">
iframe:
<p>
<iframe name="sinai" src="http://www.nzhistory.net.nz/files/interactive/sinai-map/SinaiCampaignMap.swf" scrolling="no" frameborder="no" height="400" width="100%">
<p>Your browser does not support iframes.</p>
</p>
Can any one assist please?
Cheers
Andrew