Problems with embedding HTML

Hi there,
I have created a site in muse which has a head bar, in which is our logo and an address bar. Below,  there should be a slideshow (created in Adobe Edge).
Thats how it looks in Muse preview-mode:
Thats how it look at my browser (Firefox 15.0):
The slideshow is no problem but what happened to my text?
Here you can see the code, which i have been using:
< iframe src="http://doldverlag-datentransfer.de/edge3/slider-ohne-slide.html" style="width:960px; height: 420px; border: none; scrolling: no;" </iframe>
Can anyone help please?
Thanks a lot.
Kind regards,
Lizzy

I see that the code you have been using is missing a closing arrow. Try something like this,
< iframe src="http://doldverlag-datentransfer.de/edge3/slider-ohne-slide.html" style="width:960px; height: 420px; border: none; scrolling: no;" />
Let me know how that goes.
- Abhishek Maurya

Similar Messages

  • Problem with embedded HTML

    Hello,
    I am trying to create a website where I can stream a live video feed to that is coming from a VCR. I am using the media stream segementer to segment the video into the required .ts files as well as the index .m3u8 file. I pulled some example HTML code offline from someone who is doing the exact same project.
    In iWeb 2008 I added an HTML snippet directly in the middle of the page and pasted the example code I got offline into the body of the snippet. I then did a "publish to folder" and put the webpage into a folder that has the following path: /Library/WebServer/Documents/Site/. I then had the media segmenter put the .ts and .m3u8 files into a folder with the following path /Library/WebServer/Documents/Site/stream. I also published the site under the address http://127.0.0.1.
    This is the HTML I pasted into the snippet:
    <html>
    <head>
    <title>My Sample Movie</title>
    <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
    </head>
    <body style="background-color:#FFFFFF; ">
    <center>
    <video src="stream/prog_index.m3u8" controls autoplay ></video>
    </center>
    </body>
    </html>
    The problem arises when I try and play the stream from Safari. All I can see on the webbrowser is a toolbar that displays the play button and says "loading..." but the video stream is never found and played.
    Does anyone know how to fix this problem?
    Thank you in advance!
    -Jason

    "Tell me Winston," said O'Brien, "how many dots do you see?"
    To quote myself :
    3 (THREE) ../../../ before stream
    and
    <video src="../../../stream/prog_index.m3u8" controls autoplay ></video>
    To quote my blog :
    When using relative pathnames to files on your webserver, count three (3) directories down the path: src="../../../iFrame/ifleeg.html" to escape from the iWeb site folder.

  • Web Intelligence: Save Report as PDF and with embedded HTML code

    Hi all.
    Sorry but I'm not able to find any post about this matter, please feel free to provide links if you know existing topics about this problem.
    We created a beautiful report with HTML5 code embedded into a blank cell and we are now trying to export it in a printable format (e.g.: PDF or HTML).
    As you know (as per manual information) it is not possible to export a report with embedded HTML code and keeping it in the output (cell with embedded HTML code is rendered blank).
    My question is: is there a known workaround or an alternative solution to export the report and keep its content?
    Print screen is not a valid option :-P
    Thanks for the support or any suggestions
    Stecas

    Product limitation; vote for change on ideaplace, etc. I don't believe there is an *easy* workaround, but see:
    https://scn.sap.com/thread/3149287
    HTH
    NMG

  • Problems with embedding .flv files in DW CS4....

    I inserted an .flv file into my DW CS4 html page. I previewed it in my browser, and it worked for a little bit, but now it's not working in any browser, I'm not sure what happened. I included a screen shot in the attachments of what was happening in all the browsers.
    Thanks for any help,
    Thank you,
    Aza

    Not sure if that was meant for me
    You can tell who was the intended recipient by looking at the header of the message -
    6. Sep 10, 2010 6:50 AM in response to: FordGuy48 <<----
    Re: Problems with embedding .flv files in DW CS4....
    A link to the page would help us diagnose your problem.
    Safari tells me that this file -
    FLVPlayer_Progressive.swf
    is not where you have told the page to expect it.  Did you upload it?

  • Problems with embedding swfs into Director 11.5

    Hello everyone,
    I am hoping someone can help me and please bear with me - I don't know a lot about director - I can do some Lingo and get around in the program to make things work.
    Right now I am working on an interactive presentation where the user can click a button to view an animation. I am using Director 11.5 for my presentation and have made my animations in After Effects CS3 -- from there I converted my .mov files to .flv files using the Adobe Media Encoder CS4... then I took my .flv file into Flash and published it as a swf file.
    The problem that I am having is that when I play the presentation (within Director and after publishing the .app/projector file) the swf files are playing - but there is all this glitchy-artifact stuff all over them. Does anyone know why this would be happening? When I play the swf files in the flash player they look great. Before, when I was using Flash MX and Director MX, I never had any problems with embedding my swf animation files - and they played great - without any artifact. Any and all help would be much appreciated as this project is due in the next few days and I would prefer to figure out a solution rather than uninstalling Flash CS4 and Director 11.5 - and going back to MX.
    I toyed with the thought that my video card isn't good enough but I tested the .app file on another machine and the glitchy-artifacts were still there. I have attached a jpg showing the artifact that appears.
    I am running Mac OS X 10.5.7
    Dual 2 GHz G5 PowerPC
    ATI Radeon X800 XT
    Thank you!

    Sorry... here is the image again and I think the problem might be my machine -- it is very old (~4+ years) and when I tested my .app on a newer intel mac here it worked fine... but maybe I am missing something -- it seems odd that I can see the swf fine in flash player but it is glitchy when played through director or the .app projector file

  • Problem with embedded objects

    Hi,
    I have problem with embedded objects which contained embedded objects.
    When I create an Object in the persistent memory and commit this object I get the following error:
    ORA-22805: cannot insert NULL object into object tables or nested tables
    In the constructor of my persisten object I create the embedded members in the transient memory:
    ATestPersObj::ATestPersObj() : m_count(0), m_lang(NULL), m_cost(NULL) {
      m_lang = new AEnumLanguage_OraType();
      m_cost = new AAmount_OraType();
    }Or when I dereference a reference I get this error:
    ORA-00600: internal error code, arguments: [kokeicadd2], [16], [5], [], [], [], [], []
    Can somebody give me a hint?
    I've defined the following Type:
    CREATE OR REPLACE TYPE AENUM_ORATYPE AS OBJECT (
                             VALUE  NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE AENUMLANGUAGE_ORATYPE UNDER AENUM_ORATYPE (
                           ) FINAL " );
    CREATE OR REPLACE TYPE ACURRENCY_ORATYPE AS OBJECT (
                             ISONR          NUMBER(5,0)
                           ) FINAL ;
    CREATE OR REPLACE TYPE AAMOUNT_ORATYPE AS OBJECT (
                             CCY        ACURRENCY_ORATYPE,
                             LO32BITS   NUMBER(10,0),
                             HI32BITS   NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE ATESTPERSOBJ AS OBJECT (
                             COUNT    NUMBER(4),
                             LANG     AENUMLANGUAGE_ORATYPE,
                             COST     AAMOUNT_ORATYPE   
                           ) FINAL ;
    oracle::occi::Ref<ATestPersObj> pObjR = new(c.getConnPtr(), "TTESTPERSOBJ") ATestPersObj();
    pObjR->setCount(i+2001);
    pObjR->setLang(AEnumLanguage(i+1));
    pObjR->setCost(AAmount(ACurrency(), 2.5));
    c.commit();
    c.execQueryRefs("SELECT REF(a) FROM TTESTPERSOBJ a", persObjListR);
    len = persObjListR.size();
    {for (int i = 0; i < len; i++) {  
      oracle::occi::Ref<ATestPersObj> pObjR = persObjListR;
    pObjR->getCount();
    pObjR->getLang();
    c.commit();
    With kind regards
    Daniel
    Message was edited by:
    DanielF
    Message was edited by:
    DanielF

    Hi,
    I have problem with embedded objects which contained embedded objects.
    When I create an Object in the persistent memory and commit this object I get the following error:
    ORA-22805: cannot insert NULL object into object tables or nested tables
    In the constructor of my persisten object I create the embedded members in the transient memory:
    ATestPersObj::ATestPersObj() : m_count(0), m_lang(NULL), m_cost(NULL) {
      m_lang = new AEnumLanguage_OraType();
      m_cost = new AAmount_OraType();
    }Or when I dereference a reference I get this error:
    ORA-00600: internal error code, arguments: [kokeicadd2], [16], [5], [], [], [], [], []
    Can somebody give me a hint?
    I've defined the following Type:
    CREATE OR REPLACE TYPE AENUM_ORATYPE AS OBJECT (
                             VALUE  NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE AENUMLANGUAGE_ORATYPE UNDER AENUM_ORATYPE (
                           ) FINAL " );
    CREATE OR REPLACE TYPE ACURRENCY_ORATYPE AS OBJECT (
                             ISONR          NUMBER(5,0)
                           ) FINAL ;
    CREATE OR REPLACE TYPE AAMOUNT_ORATYPE AS OBJECT (
                             CCY        ACURRENCY_ORATYPE,
                             LO32BITS   NUMBER(10,0),
                             HI32BITS   NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE ATESTPERSOBJ AS OBJECT (
                             COUNT    NUMBER(4),
                             LANG     AENUMLANGUAGE_ORATYPE,
                             COST     AAMOUNT_ORATYPE   
                           ) FINAL ;
    oracle::occi::Ref<ATestPersObj> pObjR = new(c.getConnPtr(), "TTESTPERSOBJ") ATestPersObj();
    pObjR->setCount(i+2001);
    pObjR->setLang(AEnumLanguage(i+1));
    pObjR->setCost(AAmount(ACurrency(), 2.5));
    c.commit();
    c.execQueryRefs("SELECT REF(a) FROM TTESTPERSOBJ a", persObjListR);
    len = persObjListR.size();
    {for (int i = 0; i < len; i++) {  
      oracle::occi::Ref<ATestPersObj> pObjR = persObjListR;
    pObjR->getCount();
    pObjR->getLang();
    c.commit();
    With kind regards
    Daniel
    Message was edited by:
    DanielF
    Message was edited by:
    DanielF

  • In FF4.0.1 problem with using HTML creator in WebCT. WHY? Not a problem in FF4.0.0

    In FF4.0.1 problem with using HTML creator in WebCT. WHY? Not a problem in FF4.0.0

    Hi Shane,
    I passed through all the described problems in the list, and after doing several tests the error that you described is always present if the "jpcsclite_en_US.properties" is not present in the same place of the "jpcsclite.properties". I really don't know the reason, I just copied and pasted the same file, renamed the copy and the error was gone... though both of them include the line where the .dll is found!
    That's how it worked for me, but if anybody knows how it works without that dirty trick, it would be good.
    Regards,
    Leandro
    PS: Just in case that somebody is using the version JCSDK3.0, I did not find the .dll in that version, but in the JCSDK2.2.2 *(:-S)*

  • Emails with Embedded HTML not coming thru to Mail

    Hi,
    I am running 10.4.10, and I email out a newsletter with Thunderbird 2.0.0.9 so that I can embed an HTML file into it. For 2 days, I have been testing it by emailing to myself from my ISP address to my .mac address, and also to my 3 email addresses that I have thru my ISP (pop account).
    For some reason, the email never arrives in my .Mac box, but it arrives immediately in my 3 pop account boxes and views perfectly. I have used the same security settings since I can remember. I receive iTunes news in my /Mac box (which is embedded HTML right?)
    Why doesn't the email go thru to my .Mac address? I have done this almost monthly for 2 years and have had no problem up til now.
    When I log onto my \Mac web mail, the email is not there either.
    I called my ISP tech support yesterday and the nice guy tried to help, but he wasn't sure how long Apple takes to scan emails containing HTML's. He seemed to think the email could still be enroute but I sent about 14 last night and they astill haven't arrived.
    thanks

    Could Apple have recently increased its security to block unwanted SPAM, and now my computer thinks this email is SPAM?

  • Problem with index.html.  Help!

    I am having a problem with the index.html. In iWeb my site looks perfect. When I publish it to a folder and then open the index certain media is missing but just on one page.
    I have tried deleting the published site from the folder and re-publishing but nothing seems to work. Same result...
    Even more interesting, I uploaded the site almost a month ago and everything was fine until I noticed last week that my pics on one page had been completely erased. What could cause the change? I didn't upload a new version of the site.

    Even more interesting, I uploaded the site almost a month ago and everything was fine until I noticed last week that my pics on one page had been completely erased.
    Please provide your url so we can see what is happening.
    The index.html file plays no role in what you are describing.

  • Problem with opening html page in Dreamweaver

    Hello,
    I would like to ask the forum because I have a problem with Dreamweaver 8.
    In the past when I work with my PC on Windows XP I didn't have this problem.
    Now I have a new PC with Windows 7 Familial Edition Premium.
    I can open he most pages I would like, .htm particuliarly but some of them like .html don't opened in Dreamweaver 8
    on PC with Windows 7.
    Example:
    With this page: http://www.pb-veille-consulting.com/veille.html
    I can open it with Dreamweaver 8 under Windows XP on my portable PC.
    But I can't open it with Dreamweaver 8 under Windows 7 on my fix PC.
    Where is the problem?
    You could watch the code of this page and perharps give me answers from my question.
    Thanks a lot.
    Patrick.

    It could be that Extensions.txt and MMDocumentTypes.xml do not have the full set file extensions.
    The first one can be located at ~username/AppData/Roaming/Adobe/Dreamweaver CS6/en_us/Configuration and needs to have HTML added to line 1
    The second one can be located at ~username/AppData/Roaming/Adobe/Dreamweaver CS6/en_us/Configuration/DocumentTypes and needs to have HTML added to line 3 so that it looks like
    <documenttype id="HTML" internaltype="HTML" winfileextension="html,htm,shtml,shtm,stm,tpl,lasso,xhtml" macfileextension="html,htm,shtml,shtm,tpl,lasso,xhtml,ssi" file="Default.html" writebyteordermark="false" mimetype="text/html">

  • Problems with Embedded classes mapping

    Hi,
    I'm experiencing problems for table generation with the following case:
    a class declares two fields; one of them typed as a subclass of the other; both fields annotated with @Embedded; the subclass uses the annotation @AttributeOverride to avoid column names duplication.
    When the tables are generated, one of the field (the most specialized one) is simply omitted by the JPA implementation...
    To illustrate my problem, here is an example:
    @Entity
    public class Bar implements Serializable {
         @Embedded
         protected Foo foo = null;
         @Id
         @GeneratedValue(strategy=GenerationType.SEQUENCE)
         protected long id = -1;
         @Embedded
         protected SubFoo subFoo = null;
         public Bar() {
                    super();
            // getters & setters
    @Embeddable
    public class Foo implements Serializable {
         @Column
         protected String bar = null;
         @Column
         protected String foo = null;
         public Foo() {
              super();
            // getters & setters
    @Embeddable
    @AttributeOverrides({
         @AttributeOverride(name="bar", column=@Column(name="subbar")),
         @AttributeOverride(name="foo", column=@Column(name="subfoo"))
    public class SubFoo extends Foo {
         public SubFoo() {
                    super();
    }The generated table BAR contains only 3 columns: ID, FOO, BAR...
    ...and what I expect is two additionnal columns named SUBFOO & SUBBAR!
    Can someone tell me: if I definitely need to go back to school (I'm obviously not an EJB expert), or how to make it work as I expect...?
    Thanks
    -Jerome

    I found the note in the EJB specs that clearly states that my issue has no solution at this time:
    "Support for collections of embedded objects and for the polymorphism and inheritance of embeddable classes will be required in a future release of this specification."
    EJB 3.0 specs - final release - persistence, page 23, note 10 in section 2.1.5

  • Problem with printing HTML container

    Hi all,
    I am having a problem with FlexPrintJob (or PrintJob) for the
    mx.controls.HTML container. On print i receive only one page (only
    the visible area) of my HTML container. How can i print multiple
    pages from mx.controls.HTML?
    Please Help!!!

    And here we have the problems with Adobe's take on printing.
    It would be much easier for every developer, if they could say
    "HTMLContainer.print()" and have it print all of the text contained
    in the html container, maybe even with integrated use of CSS print
    stylesheets...
    But, for the time being, the easiest method is to break all
    of the text out into a second invisible (alpha = 0 NOT
    visible=false) html container that is sized to the dimensions of
    your page. Then you call addPage, scroll the container exactly 1
    page, and call addPage again, repeating until you reach the end of
    your content. This method of printing is necessary for people
    developing an image builder, that want to make multi-sheet prints.
    But people who are writing RIA's have the need to make multi-sheet
    prints of TEXT that is not in a datagrid on a regular basis. This
    is a SERIOUS limitation, and should have been taken care of prior
    to the release of AIR 1.0

  • Help! Problem with text/html data flavor

    I am having trouble copying text/html mime data to the clipboard. I can copy fine but there seems to be a bug in the JDK that puts extra information onto the clipboard along with the HTML. I am getting the following data copied to the clipboard:
    Version:0.9 StartHTML:-1 EndHTML:-1 StartFragment:0000000111 EndFragment:0000000126
    ...and then the expected HTML.
    I cannot see anyway around this. There seems to be no mention of anyone getting this problem ever before (searched google and the java forums).
    Anyone ever witnessed this behaviour? If so, do you know a workaround?
    Thanks,
    Andy

    Hi,
    thats the way how the data is placed in the clipboard. Actually you usually export data in your clipboard in different multiple DataFlavors, for exemple plain text or even html. If you want to paste your data in an other aplpication, this one looks at the dataflavor and selects his prefered one. So if you want to paste something into an simple editor, you might only get the plain text. Using word, he will prefer HTML FLavor. So it is really only a matter of fact, who you export your data.
    Hope I could help you.

  • Whitespace problem with embedded tables

    I have a datastructure with embedded groups. In my RTF template, I am using a table for each of these groups, and embedding them likewise. When I load my data, however, and view it, there is a random, undesirable amount of whitespace between where one table ends and where its parent table ends.
    To try to make it more clear:
    "TEXT in inner table"
    ----------------------------------------- (End of inner table)
    (Random Gap Here)
    "Text in outer table"
    ----------------------------------------- (End of outer table)
    The Size of the gap seems to depend on how much space is left on the page. If there is just enough data to fill a page, it will all fit nicely, exactly how I want it. If a page does not contain much data, then the gap gets really big, as if it was trying to cover the entire page.
    Anyone else run into this problem?
    Thanks,
    Matt

    Thanks very much!
    Before, I had a separate table for each group. When it was all said and done, I had about 5 levels of table embedding. YUCK!
    Now I made one big table (1x1) and only used tables where I couldn't get by with plain indenting. The most table embedding that is going on now is individual tables within the large 1x1 table. This method proves much more flexible and elegant.
    Thank you very much ashee1,
    Matt Soukup

  • Problem with text/HTML item in 9.0.2

    Hi
    When I add a text item in Portal 9.0.2, the built in HTML editor makes changes to the HTML as entered.
    Is there a way to prevent this?
    Regards
    Harry

    Hi
    The changing of relative to absolute is the one that bothers me. I think it also added line breaks, which caused problems with gaps appearing between images.
    The other one I remember is adding <tbody> tags to a table.
    I would prefer it if one could prevent the editor from making any changes in the HTML whatsoever. As an option maybe.
    Is it possible to create a simple HTML item as a shared component that one could drop into any page?
    Regards
    Harry
    What changes are you seeing?
    I know that the editor converts relative links to absolute links (a bug has been logged for this and the issue is mentioned in the release notes).

Maybe you are looking for

  • Double deduction of TDS on T.code F110

    Hi, I am facing problem about double deduction of TDS on payment details are- 1. TDS got deducted at the time of advance payment by T.code F110. Example- Advance--- Rs.1000 and TDS(2%) - Rs.20 2. TDS got deducted at the time of making invoice Example

  • Number of shipment cost documents

    Can multiple shipment cost documents be created for one shipment document?

  • Can't download purchased music - no option available on Purchased link

    Hi All, I've just bought a new mac.  I started to move files across from my Windows PC via memory stick.  Long story short i've managed to delete some of my purchased content.  I managed to recover some of the files directly from my ipod, but others

  • Steps to develop smartforms and sap scripts

    hi experts, I want to learn smartforms and sapscripts from the scratch step by step. i have gone through few threads, but iam not clear with the declarations. thanks in advance maaya

  • SAP HANA Database Administration Issues

    Hello Gurus, I would like to know and understand the most common or frequently faced major issues by SAP HANA Administrators. Shirish.