How to embed new youtube embed code in iweb

For some reason neither the embed code pasted into an HTML snippet nor the youtube URL pasted into a youtube widget display the youtube video when I publish the site.
The youtube video shows up in iweb the moment I paste either the URL into the youtube widget or the embed code into the html widget, but when I publish it, the youtube video doesn't display.
I thought it might have to do with the old vs. new embed code on youtube - the new makes it work as html 5 as well, but I've tried both the new and old code and can't get it to show up.
The last bit of info is that I have noticed that when i publish the changes, the snippet folder in the folder that gets published isn't updating - there doesn't seem to be anything in that folder that gets changed when i add, delete or edit any widget.

The YouTube widget no longer works as it was dependent on software on the MMe servers which are no more.
How are you publishing the site?  Are you publishing to a folder on your hard drive and then uploading to the server with a 3rd party FTP client?  Does the video play when you access the locally published site with your browser? If so then the problem lies with the uploading of the files.
If you're using iWeb 2 (08) be aware that there are compatibiliy problems with it and Mt. Lion when it comes  to publishing.  So check the site locally to make sure all is well before uploading.
This test page has two occurrances of a YouTube video, one with the old code, one with the old code and HTTPS and with HTTPS only: Page 2
OT

Similar Messages

  • How to create new logical function codes for Subtype

    Hi all
      I'm developing an WF that must be started when the user makes any change in a employee position. The problem is that this change can be made by many transactions, I know that it´s possible to do it by PA30/PA40, and today it´s made here using PP01. The Functional Consultant said to me that the better way to map all possible trasactions which made that kind of changes in an employee data is by adding new "Logical Funcion codes" (or Activities) for our specif subinfotypes.
      The table that contains such information is T77FLC. How can I add that new activities for a subinfotype, by a costumizing or just adding new entries in this table?
    Thanks in Advance

    Josie,
    You can configure your own workflow events based on HR objects/infotypes/subtypes/update type/activity type combinations using transaction SWEHR3.  Look at SWEHR2 for the standard events to get some idea of what you need to enter in SWEHR3.
    The relationship between the infotype and the matching business object type is held in SWEHR1.
    Regards,
    Jocelyn

  • How to create new logical function codes for Subinfotype

    Hi all
    I'm developing an WF that must be started when the user makes any change in a employee position. The problem is that this change can be made by many transactions, I know that it´s possible to do it by PA30/PA40, and today it´s made here using PP01. The Functional Consultant said to me that the better way to map all possible trasactions which made that kind of changes in an employee data is by adding new "Logical Funcion codes" (or Activities) for our specif subinfotypes.
    The table that contains such information is T77FLC. How can I add that new activities for a subinfotype, by a costumizing or just adding new entries in this table?
    Thanks in Advance

    Josie,
    You can configure your own workflow events based on HR objects/infotypes/subtypes/update type/activity type combinations using transaction SWEHR3.  Look at SWEHR2 for the standard events to get some idea of what you need to enter in SWEHR3.
    The relationship between the infotype and the matching business object type is held in SWEHR1.
    Regards,
    Jocelyn

  • How to embed code from Vimeo?

    Why can not I in Dreamvewer Code Mode paste an embedded code from Vimeo?
    If I try with Iframe it does not put in anything other than the file name.
    It works in many other editors for HTML, such as WordPress.

    For example:
    <iframe src="//player.vimeo.com/video/110639900" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/110639900">1 minute</a> from <a href="http://vimeo.com/visbysemester">Hjalmar Molin</a> on <a href="https://vimeo.com">Vimeo</a>.</p>

  • How to install new fonts using code in java?

    Hi,
    How to install font in a system using java, provided i know the font file's address. Is there any specific class/method available for this purpose? Copying the file to windows/font directory will work for windows, but I think it wont be generic to all operating system. So is there anyway to install a font using code?
    I also want to know how to make the font available only until my application window is open, It must be available to all other external applications like photoshop, word etc., When I close my window it must un-install automatically or be made not available to other applications. Any suggestions? Please do help! Thanks in advance...

    I have already tried the above, But the font created using input stream is available only to my application* and is not viewable in photoshop.*. I realize this. Like I said, I know of no method that will register/deregister the font with the system. You'll have to create your own method that takes the operating system into account.
    String os = System.getPropery("os.name");
    if(os.equals("Windows Vista")) {
    }else if(os.equals("Windows XP")) {
    }else if(os.equals("Windows NT")) {
    }else if(os.equals("Solaris")) {
    AIX
    Digital Unix
    FreeBSD
    HP UX
    Irix
    Linux
    Mac OS
    Mac OS X
    MPE/iX
    Netware 4.11
    OS/2
    Solaris
    Windows 2000
    Windows 95
    Windows 98
    Windows NT
    Windows Vista
    Windows XPYou'll need the standard font directory for each system. I think all the window ones are C:\Windows\Font\ . Each OS probably has its own little quark (like having several font directories or throwing different security exceptions). Undoubtly it's going to require some research and a bit of trial and error. You can probably work some magic with Runtime.exec(...) as well.
    The alternative would be to google for some libraries that offer similar functionality, or promt the user for the system's font directory and save the location of the directory in a file somewhere for future use (so the user dosen't have to specify the font directory everytime he/she starts up the application).

  • Using button, How open a new page using code

    I face a problem ... How can I open a page in my project when user click a button or choose a menu item ??

    you did not talk about your Technology or JDEv Version.generally make the action of your button or your command menu Item the outcome that you specified in the navigation to your page in the adfc-config
    Edited by: Hana on 22/05/2011 03:39 م

  • Help with jquery code into iweb

    Hello,
    I am new to inserting code into iweb and was wondering if it was possible to use code such as the jquery plugins into an iweb html snippet? i would like to create a simple image gallery such as the following link:
    http://malsup.com/jquery/cycle/lite/
    interested in the click transitions (fade in out), but instead of using the prev / next as the click triggers if it was possible to use "+" and signs
    i appreciate any help you guys may provide,
    grodr

    Yes, you can use JavaScript in the HTML Snippet. But it requires knowledge of HTML/CSS/JavaScript and how iWeb works.
    Anything you paste in the HTML Snippet is your responsibility. iWeb does not care whether it works or not. It happily publishes the stuff you paste.
    Read this article : [Using the iWeb HTML Snippet|http://www.wyodor.net/blog/archives/2009/07/entry_213.html]
    Follow the link in the article and read this sentence very very carefully:
    *Publish the page on the server and test it. Make sure it works. And test it again. And again. And again. No excuse.*
    And this : [How to display a remote picture in your iWeb page|http://www.wyodor.net/Tutorials/ImageWidget/ImageWidget.html]
    This pages uses it in the two slideshows :
    http://www.wyodor.net/_Demo/MyHouse/Huis.html
    And here it is explained how to create such slideshow :
    http://www.wyodor.net/iWebBlogTest/Wyodor_1/WebBanner.html
    And this topic :
    http://discussions.apple.com/thread.jspa?threadID=2351764&tstart=0

  • How to: Embed YouTube in Ibook/Location of File, Open in Dashboard Widget Code?

    Hi,
    I am new to the whole Mac experience and loving it after 25 years locked into the MSGATES paradigm. I have been playing around with Ibook and have made a book. I would like to embed a You Tube file and it seems it is not as simple as slecting an HTML widget and then dropping in the Youtube embed code. Or is it?
    Instructions are to create a widget and then drag the widget code into the HTML widget in iBooks. I was able to make it as far as to learn I can make my YouTube video a custom dashboard widget using the "File," "Open in Dashboard" method in Safari.
    Once I did this I was able to select the portion of the YouTUBE page and click to make the YouTube widget. Presto, easy as pie. But where is the .wdgt file (and/or other related files to this custom dashboard widget) stored? I was able to find the widget directory in my root but only the preinstalled widgets were there--not the the widget I was able to make with the "File," "Open in Dashboard" method.
    Is this the most straightforward way to embed a You Tube file, or is there another way?
    It seems this should/can be as easy as just dropping the embed code into the HTML widget in iBooks. perhaps a consideration for the next version of iBooks...
    Lov'in the Apple experience

    We use a container thats ratio matches the video and insert following format into the folio overlay controls for Web Content: https://www.youtube.com/embed/ jyOFS5lAG68    *PLEASE NOTE: there is a space between the embed/ the video ID.  Remove it to see how the video looks when you paste the link.
    We found this works on both iOS and Android.
    -Ry-

  • This is showing up on videos I try to view. I have latest update. It is a box that displays over video that says, get video URL, get embed code, etc. how do I correct it?

    A Box has just started showing up that has the following.
    get video url
    get video URL at current time
    Get embed code
    report playback issue
    get debug info
    stats for nerds
    about the HTML.5 player
    this is on every video on face book. How to fix?

    I had the same issue.
    I had a youtube downloader app that had a plug-in installed on my Home Safari. I deleted that app. and the plugin. Not sure if that was the culprit, but I figured I'd try.Thought maybe some bug crossed over when syncing the two safaris.
    Anyway, I ended up unlinking my Mobile Safari to my Home Safari (iPad; iCloud/Safari/OFF)
    A prompt will come up asking what you want to do with previously synced data: Delete from My iPad (don't worry, you'll get it back)
    Your bookmarks should disappear.
    Reset HOME Safari : Safari/Reset Safari (everything checkmarked)
    Turn ON the Mobile Safari again (if you want to relink to the Home version) or keep off (and rebuild it from scratch on iPad alone)
    Personally, I turned it on, got my bookmarks back then turned it off and pressed Keep on my iPad.
    Now the two aren't linked and I have the bulk of my bookmarks back.
    There might be variations of this solution so play around with the process and be sure to refresh your Mobile Safari browser on a video clip to see if it takes.

  • How to embed youtube movie in flash website using xml pages?

    hi to every one
    I m quite new to flash website designing. so I've downloaded a free flash website template, that is using xml pages in it. & I m using adobe flash cs4. now I wants to embed youtube movie in one of its .xml page & I wants that it shows that movie when i open that xml page in adobe flash cs4. even I've pasted youtube embeded code in one of that xml page but it does not works. so please please please resole my problem as soon as possible.
    thousands of thanks to all of those who helped me....
    Regards
    Faiz Fareed.

    Maybe you can try You Tube Api for flash
    http://code.google.com/apis/youtube/flash_api_reference.html

  • How To Embed YouTube Videos in InDesign

    First time poster, be gentle!
    Anyways, I'm designing an internal newsletter for my company, and one of the feature stores includes talks about one of our clients' videos on YouTube, and I would like to embed that video into my InDesign file.
    I followed the instructions at http://help.adobe.com/en_US/InDesign/6.0/WSC117AD88-69F6-4658-A1F1-12012B15B9D7.htm, and everything seems to be OK until I click the "Verify URL and Movie Size" button. It gives me the error "URL does not refernce a movie type." I am assuming this is because it's a YouTube video and there are problems reading it, but is there any way around this?
    Thanks for your help!

    Just wondering if anyone has found a way to embed streaming media content such as youtube, vimeo, or other video provider movies into Indesign? I also need to be able to place streaming audio from an http source.
    I want to export my indesign files to flash to create interactivity but really have no idea how to use Flash.
    I am not even sure Flash can embed streaming media content from you Youtube or streaming audio content.
    I looked into using PDF (via the Youtubewidget and it works great) but the issue I have there is that it's page transitions are very weak visually compared to that of Flash's page turn effect. I found a source for some code which looks Ok but does not compare to Flash. Here is the site link. http://www.coastworx.com/bookflip.php
    Is there a way to export from a PDF to Flash and have all the media & links stay intact?
    On another note, I did some testing in Indesign CS5. If you try and place a video from a URL it will require that the video start with HTTP or RTMP (for flash media server). I tried using the standard object embed codes from Youtube but it informs you that it is not properly formatted. I even tried to truncate it to start with the HTTP section of the code but it provided me with an error, stating it must start with HTTP or RTMP.
    Does anyone know how to accomplish what I am looking to do?
    Thanks in advance...
    Robert
    Message was edited by: mycreativemind

  • YOUtube embed code in a flash app

    Ok so i want to be able to use the embed code from a Utube or
    Revver video in a swf. I want to be able to call:
    <object width="425" height="350"><param name="movie"
    value="
    http://www.youtube.com/v/7L87zqOVqXk"></param><param
    name="wmode" value="transparent"></param><embed src="
    http://www.youtube.com/v/7L87zqOVqXk"
    type="application/x-shockwave-flash" wmode="transparent"
    width="425" height="350"></embed></object>
    to the stage with a button. how can i do this?
    -Thanks

    Use the YouTube widget from the Widget Library. It avoids this crash. (The next major update of Muse will enable you to once again use the embed code, if you prefer that over the widget.)
    https://creativecloud.adobeevents.com/ccnext

  • How can get the embed code (or URL) of my flash player ?

    I want to implement a functionality such as in youtube to let
    users to get the embed code of the player (or URL of the page).
    How can I do this ?
    thanks

    sorry for the double post, my browser gave me error

  • How do you embed ePub3 in a web page using 'embed code'?

    I have an epub3 that i desperately need to embed onto my web page.
    I am using Weebly who allow for embed code on the web page, and also have a code editor where you can upload files.
    Is it easy enough to somehow upload the mp3's that are in my epub, and then explode the epub and simply copy and paste this html code into the embed code function from weebly?
    This is what I have found so far, but I am no code expert!
    http://stackoverflow.com/questions/7419205/how-do-you-embed-an-epub-in-a-web-page

    That is an interesting question. Since epub3 is based on everything that a web page is made of and is often called a web page in a box, I doubt that current browsers can show the document. Browsers are only now catching up with showing an SVG image. I suppose that, if an epub3 reader is available on the client, it should theoretically be possible. Think of a Word or a PDF document.
    IMHO, the best way out is to convert the book into a PDF format.

  • How to embed youtube/vimeo videos in Flash MX

    Does anyone know how to embed a video in Flash that is from a
    video hosting site (i.e. youtube, vimeo)? I don't have the source
    video file, I was not the one who uploaded it. Thanks,

    See Restrictions...   http://support.apple.com/kb/HT4213
    More info here   iPhone User Guide

Maybe you are looking for

  • Rearranging folders on my hard drive

    I know there's probably a FAQ that addresses this issue, but I can't find it... I am integrating Lightroom, but I need to rearrange the way my folders are stored on my hard drive. I want to modify my current system to put the folders in by year shot.

  • Problem with Displaying MDX in RSCRM_REPORT

    I have read forum messages that the RSCRM_REPORT or RSCRM_BAPI can display a query's MDX statement. I'd tried to enable the "Display MDX Statement" menu option in both transactions.  All I can see is an empty MDX pane at the bottom of screen with men

  • Upgrades for macbook air?

    should I upgrade the procceser and ram on my macbook air?  Becuase i plan to get final cut pro x?

  • How can I find out what bugs have been fixed in iTunes v11.3?

    Is this info available somewhere?

  • 10.5.6 makes MBA enter an endless update screen

    Hello guys, I downloaded the 10.5.6 update for my MacBook Air, and I installed it. In the middle of the process, the leopard aurora screen vanished, and it was replaced by a dark grey coloured screen, somewhat blueish, with a spinning wheel. It's bee