HTML code: Embed Quicktime with poster frame

I know this probably isn't this best place to ask this but I thought you guys would have the best answers.
I am trying to post a quicktime video to a website and I have the code working but no poster frame. This is the code I have now:
*<EMBED SRC=video location AUTOSTART=false CONTROLS=smallconsole WIDTH=480 HEIGHT=290 ALIGN=center>*
Minus the Astrix, can anyone help me out?
Thanks
Message was edited by: Ed Saxton

Try this:
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="260"
HEIGHT="163" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="http://myPOSTERlink">
<PARAM name="HREF" VALUE="http://myMOVIElink">
<PARAM name="TARGET" VALUE="myself">
<PARAM name="AUTOPLAY" VALUE="false">
<PARAM name="CONTROLLER" VALUE="true">
<PARAM name="KIOSKMODE" VALUE="true">
<EMBED SRC="http://myPOSTERlink" HREF="http://myMOVIElink" TARGET="myself" WIDTH="260" HEIGHT="163" AUTOPLAY="false"
CONTROLLER="true" KIOSKMODE="true"
target="myself"
PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>

Similar Messages

  • Embed Quicktime with poster AND kioskmode

    I'm embedding a Quicktime that is a poster movie (single jpg) to click on to start the main movie. I would like both movies to be in KIOSKMODE, but only the poster movie is. The TARGET movie is not. How do I make the TARGET (or HREF) movie also play in KIOSKMODE??? I appreciate any help!!!
    Here's my code:
    <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="260"
    HEIGHT="163" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
    <PARAM name="SRC" VALUE="http://[myPOSTERlink]">
    <PARAM name="HREF" VALUE="http://[myMOVIElink]">
    <PARAM name="TARGET" VALUE="myself">
    <PARAM name="AUTOPLAY" VALUE="false">
    <PARAM name="CONTROLLER" VALUE="true">
    <PARAM name="KIOSKMODE" VALUE="true">
    <EMBED SRC="http://[myPOSTERlink]" HREF="http://[myMOVIElink]" TARGET="myself" WIDTH="260" HEIGHT="163" AUTOPLAY="false"
    CONTROLLER="true" KIOSKMODE="true"
    PLUGINSPAGE="http://www.apple.com/quicktime/download/">
    </EMBED>
    </OBJECT>

    Try this:
    <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="260"
    HEIGHT="163" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
    <PARAM name="SRC" VALUE="http://myPOSTERlink">
    <PARAM name="HREF" VALUE="http://myMOVIElink">
    <PARAM name="TARGET" VALUE="myself">
    <PARAM name="AUTOPLAY" VALUE="false">
    <PARAM name="CONTROLLER" VALUE="true">
    <PARAM name="KIOSKMODE" VALUE="true">
    <EMBED SRC="http://myPOSTERlink" HREF="http://myMOVIElink" TARGET="myself" WIDTH="260" HEIGHT="163" AUTOPLAY="false"
    CONTROLLER="true" KIOSKMODE="true"
    target="myself"
    PLUGINSPAGE="http://www.apple.com/quicktime/download/">
    </EMBED>
    </OBJECT>

  • Html code for quicktime audio stream

    I am looking for the html code to play mp3-audio files on a website. I used to write it with the <embed>-tag, but this does not work in modern browsers like firefox 8 or opera 11.5. Perhaps someone can help me. Thanks in advance.

    Your page code is telling my browser to look for the "wrong" plug-in.
    The page uses the wrong class ID and code for the QT plug-in.
    Your page uses a .mov file but uses a class ID of:
    clsid:166B1BCA-3F9C-11CF-8075-444553540000
    And a plug in download for Macromedia.
    A .mov file would use a class ID of:
    clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B
    and the plug-in download page should point the the QT download page:
    pluginspage="http://www.apple.com/quicktime/download/"
    More info on the links in the previous threads.
    You'll get it sorted out once you use the right code for the media.

  • Has anyone else encountered a problem with poster frames not recognising a video's pixel aspect ratio

    I'm discovering a strange effect with some of the .mp4 videos I've upload into iBooks Author. They're Pal SD 4:3 .movs with a 16:9 pixel aspect ratio and they play out fine on the iPad. However the iBooks software seems to be ignoring the pixel aspect ratio of the poster frame. This leads to the situation.
    1) When I drag my video into iBooks author all looks good - the video is 16:9 and if I choose to set a poster frame (or leave it at default) it looks 16:9 in the iBooks Author.
    2) I preview my book and it opens in iBooks on the iPad. But now the poster frame aspect ratio is 4:3
    3) I click on the video to start playing and it immediately jumps to 16:9 aspect ratio and plays out fine.
    4) If it scroll down a couple of pages and then scroll back the video poster frame has now reset itself to 4:3
    This sounds like a bug to me. Anyone else had it? Do you know if it's possible to report bugs without having a Developer licence?
    Thanks for any help
    Rob

    While there is no formal bug reporting method similar to what devs have w/apps, iBA does have a 'Provide iBooks Author Feedback' menu item.

  • Creating a Simple Flash Movie With Poster Frame and Play/Pause Buttons

    Hi, It's been over a year since I played with Flash last, and
    I have completely forgotten everything I learned.
    I have a .flv file which I want to play on my website. It
    should display a poster frame when the page load, and not autoplay
    the movie. It should have the play button I made in photoshop
    sitting on top of the poster frame. When pressed, the movie should
    start playing and the button should be shifted for the pause button
    I made in PS (it should work just like the play/pause button in
    iTunes). When the movie has finished playing, it should jump back
    to the poster frame.
    I have tried using the flvplayback component and also played
    around with just embedding the flv directly and inserting a play
    and pause button from the common library, but I can't seem to get
    it to work. With the flvplayback component I have managed most of
    it apart from using my own buttons and getting the poster frame to
    work (which apparently has to be done with Action script).
    Any help appreciated.

    Which version of Flash/actionscript are you using? Since you
    are just starting out, you should read one of Adobe's tutorials on
    the matter. Either use Flash Help to find examples on how to use
    Flash or go to their website. Here is a great tutorial for someone
    just starting out. Make sure you read all three tutorials in "Using
    Flash for the first time".
    http://www.adobe.com/devnet/flash/getting_started.html

  • Html code for Quicktime movie

    I just designed my first web site with one html page holding a Quicktime movie. The only browser that does not load it is Safari which keeps looking for a Shockwave movie, which of course does not exist. What do I need to add to the code so that Safari can load the right thing. The site is in DreamweaverMX2004.
      Mac OS X (10.4.6)   safari v2.0.3

    Your page code is telling my browser to look for the "wrong" plug-in.
    The page uses the wrong class ID and code for the QT plug-in.
    Your page uses a .mov file but uses a class ID of:
    clsid:166B1BCA-3F9C-11CF-8075-444553540000
    And a plug in download for Macromedia.
    A .mov file would use a class ID of:
    clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B
    and the plug-in download page should point the the QT download page:
    pluginspage="http://www.apple.com/quicktime/download/"
    More info on the links in the previous threads.
    You'll get it sorted out once you use the right code for the media.

  • MAKE EMBEDDED QUICKTIME WITH PLAY BUTTON IN FRAME

    Hello does anyone know how to make an embed quicktime with a play button in the video frame so it has a poster frame and a button on it and wont play until it is clicked on

    It's known as a poster movie. The first file acts as either a placeholder (or a button) that is linked to the second file.
    You can use any image format to create your click to play "button" and add it to a single frame from your movie or to another image. Size this 16 pixels higher than your movie source file if you plan on showing the movie controller and save it as poster.mov.
    Your html code will have this poster movie load and nothing further will happen until your visitor clicks on it. Once clicked the second .mov file will begin downloading and then playing. You can also use this poster movie technique to load a second movie directly in the QuickTime Player app.
    http://homepage.mac.com/kkirkster/C/
    One of mine. Take a look at the page source to understand the "href" and "target" tags.

  • Is it possible to add a poster frame to video in HTML Resources

    I have several videos that will be repeated throughout a folio, so I have made the HTML Resource zip containing them, how do I control the appearance?
    If I put a image behind the HTML Content and set the web overlay to transparent I just get a black box, If I set the web overlay to autoplay I just get a white box with a play symbol. so is there anyway to specify a custom poster frame?

    I've also tried adding the image as a background image in the HTML but the default white poster frame sits on top of this

  • Generating QT html code for blog

    I'd like to generate html code for quicktime audio files to embed on my blog posts. I use blogger. Can I do this? Is quicktime the best/easiest way to go about this? I have the free version of QT, not pro. Thanks

    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    codebase=
    http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0
    width="200" height="16">
    <param name="qtsrc" value="sample.mp3" />
    <param name="autoplay" value="true" />
    <embed qtsrc="sample.mp3" autoplay="true" width="200"
    height="16"
    pluginspage="http://www.apple.com/quicktime/download/">
    </embed>
    </object>

  • IWeb - Poster Frame

    I just launched a new website and have had no problems except for getting the poster frame to work properly. I don't like the poster frame (frame of video to freeze) on three of the video, so I adjusted to the desired frame using the poster frame in the inspector. It saves and shows the adjusted shot that I just made in iWeb, but once I publish site changes (done this many, many times) it never shows on my web page. I reopen iWeb and it still shows the change I made, but I can't get it to change on my webpage. Any suggestions?

    Although I don't display movies this way due its severe limitations, it seems that there has been a problem with poster frames in the last two versions of iWeb. Does anybody report this?
    I spent a little time looking into other ways of displaying movies with a poster frame. This one calls up the QT plugin and loads a poster movie. It has the advantage that the "real" movie doesn't have to load with the page but is more complicated than most users would wish.....
    http://web.me.com/roddymckay/Movies-New/Poster-Movie.html
    It looks like HTML5 is going to be able to do this very simply someday. Unfortunately, in this example, the poster image only displays while the movie is loading and disappears when it is ready to play.....
    http://web.me.com/roddymckay/Movies-New/Video-Tag.html
    Most of the new players that use HTML5 and fallback to flash for browsers that don't support it have provision for a poster image - like this one...
    http://www.iwebformusicians.com/Website-Music-Movies/Video-Flash-Fallback.html

  • Reset to poster frame after web movie plays?

    I have a bunch of movies set up on a web page with poster frames set. There is a click to play icon over them. That's all perfect. However, all the movies fade to black at the end and just stay on the last black frame. Not very attractive, I want them to "rewind" to the poster frame. I was thinking of just taking a screen shot of the poster frame with the click to play icon and making it the last frame so it would appear to have been "rewound" to the beginning. The only problem with that is the click to play button doesn't work. Is there either an additional QT parameter to insert into the code or a bit of javascript that would reset the movie to the beginning?
    Thanks
    Randy

    I just tried this using 3 different movies and 3 different templates and every time it turned up blank.
    Submit feedback to Apple at..
    http://www.apple.com/feedback/iweb.html

  • With holding tax decuction from T.Code F-02 with out sp. gl indicator

    Hi All,
    While making the payt to service vendor my client do not want to use the functionality of advance payt, which can be performed through T.code F-48. They wants to treat this advance payt as a normal payt to vendor but they want to deduct the with holding tax from this payt.
    I have tries to use T.code F-02 with posting keys 25 Dr Vendor & 50 cr Bank. But when i am using this posting key for vendor (i.e.25) System gives me warning message saying with holding tax information is ignored & system do not deduct TDS from the payt made to vendor.
    But when i am using PK 29 with sp gl indicator A for advances from T.Code F-02 system allows me to deduct the with holding tax against vendor paytment.
    Please guide me how to duduct the with holding tax from vendor payt. without using sp. GL indicator for advances.
    Thanks
    Sonal

    Hi
    why ur clien not want advance paymeny through Special GL, what is the issue/purpose
    see TDS deducted at the time of Advance payment and at the time of invoice
    when u use F-02 for TDS deduct of vendor without using special GL and u useing 25 vendor and 50 bank
    in this case tds not deducted here vendoir is debit but withouse advance indicator
    becuase u given vendor advance , but in this case entry not showing advance or
    in SAP Standard system TDS deducted of advance payment when u using 29 posting key for vendor this is stsndard key of advance vendor
    so convience ur clien u use Advance payment method with Special GL, if they not agree then ask what is the purpose u not using Speacial GL through Advance paument
    if any query, revert back
    Regards
    Roobal

  • QuickTime with Transparent Background

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3234432307_151173
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi
    I am having problems in publishing a file done in Flash- a
    logo spinning,
    and I want the background to be transparent. Under Publish
    Settings, I have
    the following:
    ALPHA: Alpha-transparent
    Layer: Auto
    And checked the Flatten (Make self-contained).
    However when I import the file into another application-
    Apple�s Motion, I
    get a white background- which is what I have originally. Am I
    doing
    something wrong?
    I even check the track in QT Pro and set the Movie Properties
    but it is not
    becoming transparent. I appreciate any tips on it.
    Thank you.
    Kelvin
    --B_3234432307_151173
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>QuickTime with Transparent
    Background</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi<BR>
    <BR>
    I am having problems in publishing a file done in Flash- a
    logo spinning, a=
    nd I want the background to be transparent. Under Publish
    Settings, I have t=
    he following:<BR>
    <BR>
    ALPHA: Alpha-transparent<BR>
    Layer: Auto<BR>
    <BR>
    And checked the Flatten (Make self-contained).<BR>
    <BR>
    However when I import the file into another application-
    Apple&#8217;s Moti=
    on, I get a white background- which is what I have
    originally. Am I doing so=
    mething wrong? <BR>
    <BR>
    I even check the track in QT Pro and set the Movie Properties
    but it is not=
    becoming transparent. I appreciate any tips on it.
    <BR>
    <BR>
    Thank you.<BR>
    <BR>
    Kelvin </SPAN></FONT>
    </BODY>
    </HTML>
    --B_3234432307_151173--

    I've never gotten it to work either. I usually set the
    background to something not used in the animation, like bright
    green, and then composite the video. I've never used Motion, so I
    don't know if this is possible.

  • How do you set the Poster Frame to display on a webpage with Quicktime Pro?

    This is how the embed code is installed in HTML on my webpage. The Poster Frame image will not display when browsing the website in iPhone nor will the image display on the cached 8 image browser window in Google Chrome internet browser. Is there a way to include the poster frame or JPEG image in the embed code?
    embed -- start
    width="853" height="496" src="htp://example.com/mymovie-Desktop.m4v"
    pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime"
    embed -- end
    Message was edited by: pasokon108

    Mark, there's a very basic .NET method on every nullable object:
    GetValueOrDefault
    EDIT: Now I see...please avoid duplicating
    questions...
    To be clear:
    Put GetValueOrDefault on every nullable field used inside your 'TotalDue_Compute' sub
    You don't need to define 'TotalDue' as Nullable anymore

  • Is It Possible to Embed a PayPal Button with HTML Code and Not Widget?

    I noticed that Muse doesn't have a PayPal Subscribe button for monthly payments.
    PayPal can give me HTML code to embed the button in the website.
    Will the HTML code work if I embed it with Muse?

    Hello,
    Yes you can do that.
    Insert code in <Body> of Page:
    To insert HTML code in Body of page
    Open the page in design mode.
    Go to Object > Insert HTML.
    Past the code in the window and hit OK.
    To insert HTML code in <Head> of Page
    Open Page in design Mode
    Go to Page > Page Properties > Metadata > HTMl for Head
    Paste the code in HTML for <head> section and click OK
    Regards
    Vivek

Maybe you are looking for

  • Error in F.13

    Hi All, I am trying to clear the vendor open items in F.13. But i am unable to clear it.. Can Anyone Pls let me know how to clear the open items? Please help me out..I am attaching the screenshot for your reference.. Thanks & Regards, Lakshmi Battina

  • "US holidays" calendar alerts keep poping up

    Hi, I'm getting calendar alerts for "US holidays" at 9am the day before, and I'm not able to turn that off. I went to settings-calendars, and changed "default alert times" for "all day events" to None. Then I went into several entries in "us calendar

  • Adobe Reader watermark "UnRegistered"

    I created a document in Microsoft Publisher then "printed" the file using MagicPDF Pro to save it as a PDF and when I opened the PDF in Adobe it has the watermark "UnRegistered" across the whole document.  I have already registered with Adobe and thi

  • How to show customer district (SMOADRC-CITY2) on BP Address data in Mobile

    Hi How can I bring customer district (SMOADRC-CITY2) to the BP addresses data tileset or BP details tileset in Mobile sales. Thanks for your help Regards Javed

  • Problem using prctl

    Hi, I am having trouble using prctl in the global zone to configure the zone.cpu-cap setting on a local zone. I am running this command: prctl -n zone.cpu-cap -v 50 -r -i zone localzone error: 642: /sbin/init prctl: cannot modify system values I have