how to show more then one (embed)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
alvin101
New Member
New Member
Posts: 7
Joined: Wed Nov 28, 2012 10:36 am

how to show more then one (embed)

Post by alvin101 »

In older version I did not have this problem.

In current version I can not seem to get more then one embed to show on my page, only the first embed will show, the others bellow it will not show.

What is it that I am missing here?

Code: Select all

<p>{embed url="http://weather.unisys.com/hurricane/slp_24.gif"}</p>
<p>{embed url="http://www.ssd.noaa.gov/goes/east/carb/flash-avn.html"}</p>
<p>{embed url="http://www.nhc.noaa.gov/tafb_latest/atl24_latestBW.gif"}</p>
<p>{embed url="http://www.nhc.noaa.gov/tafb_latest/atl36_latestBW.gif"}</p>
<p>{embed url="http://www.nhc.noaa.gov/tafb_latest/atl48_latestBW.gif"}</p>
<p>{embed url="http://www.nhc.noaa.gov/tafb_latest/atl72_latestBW.gif"}</p>
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: how to show more then one (embed)

Post by paulbaker »

Dunno ??? Maybe the predecessor to this:
http://dev.cmsmadesimple.org/projects/thenewembed

Please post what you are trying to achieve. There may be a better way.
alvin101
New Member
New Member
Posts: 7
Joined: Wed Nov 28, 2012 10:36 am

Re: how to show more then one (embed)

Post by alvin101 »

Thanks Paul,

The link no tell me much...

In the post above I show some content added to a page using the embed tag. Only the first tag or embed content (the embed tag) will show in the page (the site page, not the admin page).

What may I check or do to get all the content or embeds to show in the page (the site page, not the admin page)?
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: how to show more then one (embed)

Post by staartmees »

the link tells you the project is stale, so it's no longer supported. It's possible it still works, but there's a change it doesn't work.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: how to show more then one (embed)

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: how to show more then one (embed)

Post by staartmees »

take a look at the Summary ...
alvin101
New Member
New Member
Posts: 7
Joined: Wed Nov 28, 2012 10:36 am

Re: how to show more then one (embed)

Post by alvin101 »

Well guys,

So what you are telling me is this tag is no longer supported?

This is what it say in the tag help:
About the embed tag
Author: Sorin Sbarnea<sorin2000@intersol.ro> (remove 2000)
Version: 1.0
Change History:
None

If this tag is not the way to embed content these days, then what is the best way to what I am try to do?

Please inform me,

Thanks

Alvin
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: how to show more then one (embed)

Post by staartmees »

you can put the images on your page like any other image using <img src="http://www.nhc.noaa.gov/tafb_latest/atl36_latestBW.gif">

get the flashcode from ssd.noaa.gov/goes/east/carb/flash-avn.html and put it between {literal} and {/literal}
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: how to show more then one (embed)

Post by velden »

Just works on my install (1.11.7 "Genovesa"):

Code: Select all

<p><__iframe id='myframe' name='myframe' src='http://weather.unisys.com/hurricane/slp_24.gif' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' style='overflow:visible; width:99%; display:none'></__iframe></p>
<p><__iframe id='myframe' name='myframe' src='http://www.ssd.noaa.gov/goes/east/carb/flash-avn.html' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' style='overflow:visible; width:99%; display:none'></__iframe></p>
<p><__iframe id='myframe' name='myframe' src='http://www.nhc.noaa.gov/tafb_latest/atl24_latestBW.gif' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' style='overflow:visible; width:99%; display:none'></__iframe></p>
<p><__iframe id='myframe' name='myframe' src='http://www.nhc.noaa.gov/tafb_latest/atl36_latestBW.gif' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' style='overflow:visible; width:99%; display:none'></__iframe></p>
<p><__iframe id='myframe' name='myframe' src='http://www.nhc.noaa.gov/tafb_latest/atl48_latestBW.gif' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' style='overflow:visible; width:99%; display:none'></__iframe></p>
<p><__iframe id='myframe' name='myframe' src='http://www.nhc.noaa.gov/tafb_latest/atl72_latestBW.gif' scrolling='no' marginwidth='0' marginheight='0' frameborder='0' style='overflow:visible; width:99%; display:none'></__iframe></p> 
alvin101
New Member
New Member
Posts: 7
Joined: Wed Nov 28, 2012 10:36 am

Re: how to show more then one (embed)

Post by alvin101 »

Well guys, its not working...

This works:

Code: Select all

<p><object data="http://www.ssd.noaa.gov/goes/east/carb/flash-avn.html" width="725" height="600"> Error: Embedded data could not be displayed. </object></p>
and this

Code: Select all

<p><img style="float: left;" src="http://weather.unisys.com/hurricane/slp_24.gif" alt="" width="700" /></p>
That is the best I can do...

It must be an iframe issue?
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: how to show more then one (embed)

Post by staartmees »

the code you use is completely wrong.

You must get the object-code from the html-page and put it between {literal} and {literal}
Post Reply

Return to “Layout and Design (CSS & HTML)”