Code for embedding WMP in web page

I want to put a small video onto a page using a WMP.
The code I'm using is below - where am I going wrong?
http://www.ingrid-grayling.com/testtest.htm
Thanks for any support. Paul
<object
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
width="320" height="290" align="absmiddle"
id="video">
<param name="AutoStart" value="True">
<param name="ShowControls" value="True">
<param name="ShowStatusBar" value="False">
<param name="ShowDisplay" value="False">
<param name="AutoRewind" value="True">
<param name="URL" value="MVI_Grasmoor.AVI">
<embed
src="images/MVI_Grasmoor.AVI."
width="320" height="290" autostart="True" align="absmiddle"
type="application/x-mplayer2"
pluginspage="
http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/"
showcontrols="True" showstatusbar="False"
showdisplay="False" autorewind="True"
url="MVI_Grasmoor.AVI"></embed>
</object>

Yes, you can build desktop, tablet and phone layouts for a website all in one Muse project and host the website to Adobe hosting through Business Catalyst or to a third party webhosting provider. The site logic detects the browser and device used by the visitor and automatically redirects to load the appropriate tablet, phone, or desktop layout. There are in-depth tutorials on building a mobile site in Muse - http://www.adobekb.com/creating_mobile_layouts_pt01.html
Thanks,
Vinayak

Similar Messages

  • Muse, is there code for different devices in web page?

    When designing in muse, can you build desktop, tablet and phone all together with one website? Make where people who have phones goes to the phone site and people with tablets go to the tablet site. Desktop users go to desktop. If this is possible  is there any code I need to put in my web pages for visitors to go that have different devices? If so please tell me where I can find it. Thanks!

    Yes, you can build desktop, tablet and phone layouts for a website all in one Muse project and host the website to Adobe hosting through Business Catalyst or to a third party webhosting provider. The site logic detects the browser and device used by the visitor and automatically redirects to load the appropriate tablet, phone, or desktop layout. There are in-depth tutorials on building a mobile site in Muse - http://www.adobekb.com/creating_mobile_layouts_pt01.html
    Thanks,
    Vinayak

  • HTML code for embedding QT file

    Hey QuickTimeKirk, I liked yr last answer and liked yr new proposal even better. So can you tell me the HTML code for embedding a looping .mov file on a website?

    Here's a link that describes the html tags for QuickTime files:
    http://docs.info.apple.com/article.html?artnum=61011
    Here's a link that shows a more modern method required by IE on a PC:
    http://developer.apple.com/internet/ieembedprep.html
    The tag for looping is simply loop="true" (embed tag) and param name="loop" value="true" for the object tag.

  • How could i set fixed heights for all of my web pages?

    I want fixed heights for all of my web pages.Do i have to set any margins for my footer?Because by adding some contents in between header and footer ,then the footer goes down.How could i have fixed height pages?

    You may like to have a fixed footer as in
    #footer {
       position:fixed;
       left:0px;
       bottom:0px;
       height:30px;
       width:100%;
       background:#999;

  • Code for Embedding Quicktime Movies in Web Pages-Question

    I have been embedding QT movies in web pages for years. I used to use the embed and object tags, but due to the problems with the default settings of IE7, in regards to ActiveX, I recently changed to the javascript method.
    I will paste sample code below, of how I use it, with the movie title change to sample: (of course I change the dimensions, depending on the movie size.)
    <script language="JavaScript" type="text/javascript"><!--
    QT_WriteOBJECT('sample.mov', '644', '76','','controller','true','autoplay','true','showlogo','true','cache','false' ,'enablejavascript','true');
    // --></script>
    and I put at the top of the page, right before </head>
    <script src="AC_QuickTime.js" language="JavaScript" type="text/javascript"></script>
    I forgot where I got this code. Perhaps from someone on this forum, or elsewhere. It seems to work with the default settings on most browsers.
    I have a couple questions, however, regarding fine-tuning it a little more.
    1) If it takes a while for the movie to load, users who open my pages see a static Q QT icon. How would one make the icon flash, with flashing text that says "Loading", so that the user knows that the video is loading? (I have seen that on other sites, and don't know how to do that.)
    2)As said the javascript works with most browser default settings, as most have javascript enabled by default. But what if a user does not have javascript enabled? Could the code sense that, and if non-existent, tell the user to enable javascript? Or, if javascript is disabled, could the embed and/or object tags be activated?
    3) The code above, that I got from someone, says "cache=false". That means that each time someone sees the movie, it has to be reloaded from the net, and not from the browser cache, correct? If so, why would one want it to be set that way? If it's a large movie, a user with a slower computer and/or internet connection would certainly prefer if it could play from the cache the next time, loading much faster. Is there any reason to prefer "cache=false"?
    4)Is there any code that could be put in, to allow the user, if they prefer, to download the file,(perhaps with a right-click or CTRL-Click), instead of playing it in the browser?
    Thank you very much in advance, to whomever can help with these code questions.

    Thank you for your reply, Kirk,
    1)Yes, I do have "fast start" enabled in my files, and they were made with QT Pro, newest version. So no, there is no "trouble with my files".
    However, I would still like to have that flashing "Loading" icon when the file is loading, as I see on other sites. (And yes, even with "Fast Start" enabled, depending on the size of the file, the speed of the computer and internet connection, it can take a little time beforeit starts.) Anyone know how to create that flashing "Loading" icon, rather than just the static Q?
    2)I just wondered if there was a way for the javascript to recognize if the user does not have javascript, and bring up a message if that is the case, telling the user they need to enable it to see the content. (As would happen if the user does not have the QT plugin installed.) Yes, I realize it would not work to include in the normal way the embed and object tags as well, I wondered if there was a way to invoke them only if the user doesn't have javascript. Perhaps impossible, but I thought I'd ask, in case someone knows of a way to do that.
    4)Yes, I guess I could just put a separate direct text link to the movie file for downloading. I just wondered if there was a way to put that in the javascript, so that if someone right-clicks on the QT icon, they can download rather than view it, rather than use a separate link. That may also be impossible, but I thought I'd ask, and see if there is a way to do that.
    Your question to me regarding dimensions--I forget which was the QT movie, that I took that sample from. Yes, I have some in unusual sizes. They are not normal movies. I don't have time to explain more now though, and that has no bearing on the questions I asked.
    Once again, thanks for replying, and if you or someone else could help further with my questions, I would appreciate it very much.
    Have a nice day!

  • Embedding Video in web page for iphone

    Does anyone know of any good/favorite resources that do a walk-through on how to embed video into a web page so that it plays properly on the iPhone?
    Thanks.

    Jacques ~ Welcome to the Support Communities. We're just users like yourself here — so we don't know what Apple's plans are. Alternatives to iWeb adapt their site content to smartphones, e.g.
    http://blog.weebly.com/2/post/2010/12/your-websites-are-now-mobile-friendly.html
    And iWeb's future is unclear:
    https://discussions.apple.com/message/15500319#15500319

  • Source code for "Creating an Extended Web Dynpro Application"?

    Hello!
    I'm a rookie in the field of SAP Netweaver and I'm justing getting started with some tutorials. My problems with "Creating an Extended Web Dynpro Application" are to massive to be posted on this forum in this stage. What I want to have some help with is to find the source code for that tutorial so I can get som guidence from there.
    Following text is cut out of this page:
    http://help.sap.com/saphelp_nw70/helpdata/EN/5d/f42fef2eec724597a03b6bcc670c2c/frameset.htm
    Creating an Extended Web Dynpro Application
    You can download the Web Dynpro project for the current tutorial from the Software Developer Network SDN (http://sdn.sap.com -> Web Application Server -> Web Dynpro -> Sample Applications and Tutorials) in two versions: one skeleton version you can use for exercises and one final version (solution) for an immediate build, deployment and run on the Java engine of the SAP Web Application Server.
    How hard I try I can't find the specific source code on sdn.sap.com
    Does anyone have a clue where it is?
    Thanks!
    Best regards
    /Johan Månsson Lindströ

    Hi!
    I did what you said but I seem to miss the IDE folder. This is what it looks in my Explorer
    C: > Program Files > SAP > IDE > CE > eclipse > (no folder called "examples")
    I also did a search in this eclipse folder for "examples" but I did'nt find the example I'm looking for
    I am running a newer version of NWDS:
    SAP NetWeaver Developer Studio
    SAP NetWeaver 7.1 Composition Environment SP03 PAT0000
    Maybe that's why things don't look the same?

  • Embedding into a web page & background sound.

    Hello,
    I am looking for some advise on embedding an adobe edge animation into a web page.
    It's more complex than it sounds unfortunately for me because I don't have any coding knowledge.
    I have a web page with a flash version of the animation. I want to add the edge animation to the same page but only play
    if the device does not have or support the flash player. So, if flash is installed I want the flash version to run. If no flash (ipads, etc) then
    the edge version should play. I know many people choose the other way around but while I am learning edge the flash version is
    much better so I would prefer the flash version to play primarily.
    Onto the sound element. I have background music playing for the flash file (the music is built into the flash animation. I am not sure
    how I can do this with the edge animation. Presummably it would need to be coded into the acutal HTML page with some sort of
    HTML5 tag? But the problem I see here is that if the flash version starts to play the HTML5 version would start to play too in browsers
    which support flash AND HTML5 tags.
    I would appreicate any advise.
    Thanks
    Andrew

    Does anyone know if there is an email address for Edge support? I really need to find a solution for this.
    Thanks
    Andrew

  • Anyone know xhtml code for embedding QT movies with Autoplay off?

    I am using code I got in class, and see online, for embedding a QT movie in a page, but the Autoplay-false is not working, the movie starts right out playing as soon as the page opens.
    the line of code:
    <parem name="autoplay" value="false" />
    The whole block of code I got from the class to insert a movie:
    <!-- embed quicktime movie -->
    <!-- for older IE browers -->
    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    codebase="http://www.apple.com/qtactivex/qtplugin.cab"
    width="320" height="255">
    <param name="src" value="../../movietests/ffems_entry.mov" />
    <parem name="autoplay" value="false" />
    <!-- [if gte IE 7> <!-->
    <!-- embed quicktime movie -->
    <!-- for all other browers -->
    <object type="video/quicktime" data="../../movietests/ffems_entry.mov" width="320" height="255">
    <parem name="autoplay" value="false" />
    alt : Click for Movie
    </object>
    <!--<! [endif] -->
    <!--[if It IE 7] >
    alt : <a href="../../movietests/ffems_entry.mov"> Click for Movie </a>
    <! [endif] -->
    </object>

    Thank you for your reply, Kirk,
    1)Yes, I do have "fast start" enabled in my files, and they were made with QT Pro, newest version. So no, there is no "trouble with my files".
    However, I would still like to have that flashing "Loading" icon when the file is loading, as I see on other sites. (And yes, even with "Fast Start" enabled, depending on the size of the file, the speed of the computer and internet connection, it can take a little time beforeit starts.) Anyone know how to create that flashing "Loading" icon, rather than just the static Q?
    2)I just wondered if there was a way for the javascript to recognize if the user does not have javascript, and bring up a message if that is the case, telling the user they need to enable it to see the content. (As would happen if the user does not have the QT plugin installed.) Yes, I realize it would not work to include in the normal way the embed and object tags as well, I wondered if there was a way to invoke them only if the user doesn't have javascript. Perhaps impossible, but I thought I'd ask, in case someone knows of a way to do that.
    4)Yes, I guess I could just put a separate direct text link to the movie file for downloading. I just wondered if there was a way to put that in the javascript, so that if someone right-clicks on the QT icon, they can download rather than view it, rather than use a separate link. That may also be impossible, but I thought I'd ask, and see if there is a way to do that.
    Your question to me regarding dimensions--I forget which was the QT movie, that I took that sample from. Yes, I have some in unusual sizes. They are not normal movies. I don't have time to explain more now though, and that has no bearing on the questions I asked.
    Once again, thanks for replying, and if you or someone else could help further with my questions, I would appreciate it very much.
    Have a nice day!

  • Embedding iChat into Web Page

    Hello,
    Is there any way to embed the ichat 'buddy list' into a web page?
    Gary

    Hi,
    Umm, Where to start.
    Any iChat Buddy List is made up of several things that are show graphically to get the final result.
    The Grey metal surround would be all the way around except for the blue and white lines that hold the Buddy info.
    iCons at the bottom for starting the Chat(s) could be lost on any Web Page reconstruction.
    iChat itself then logs into the servers that you use and displays the options you have selected. (Names, Buddy Pics, Status indicators, Status Message).
    These are effectively different queries to the server in question (for one Buddy list)
    I learnt/Found the HTML to query if a Buddy is on line and the bits that make it open an AIM Client (iChat has to be told it is the default AIM client)
    The whole thing
    <a href="aim:goim?screenname=ralphjohnsr&message=Hi!,+I+came+from+your+website,ralphjohnsuk."><img align="right" src="http://big.oscar.aol.com/ralphjohnsr?onurl=http://www.ralphjohns.co.uk//images/RalphOn.gif&offurl=http://www.ralphjohns.co.uk//images/RalphOff.gif" alt="Webmaster iChat Online Status Indicator" border="0"></a>
    This bit makes it launch iChat and join/start a Chat.
    <a href="aim:goim?screenname=
    The bit that follows can be a room name or a Buddy (or myself in this case)
    The following bit makes it send a message
    &message=Hi!,+I+came+from+your+website,ralphjohnsuk.
    The plus symbols get sent as spaces.
    There is a bit about aligning the images to the right and then the Query of the Server if I am on Line.
    The response form this will show one of two pictures
    <img align="right" src="http://big.oscar.aol.com/ralphjohnsr?onurl=http://www.ralphjohns.co.uk//images/RalphOn.gif&offurl=http://www.ralphjohns.co.uk//images/RalphOff.gif"
    That is followed by an ALT text option.
    That is just to produce one Pic to say I am on line or not (with the option to Click and send).
    A Whole Buddy list would need more queries.
    Now presumably that and the other queries could be transferred to Jabber.
    However I have searched in Google to see if there are lists of Jabber Chat rooms to see if the HTML codes are obvious but I can not find any.
    The Tokbox model shows that without creating a Buddy Data base it can Query the various servers (you can set up/link to a GoogleTalk Buddy List as well as AIM and others there) so there must be a Query for the Buddy list as a whole.
    A dynamic table would be javascript based needing potentially the alternating colours.
    You would need two image holders to a line (Status and Buddy pic) not to mention any for Group divisions that may apply.
    I would start by grabbing the javascript files from TokBox and seeing if they may any sense about where they are querying.
    10:06 PM Thursday; January 14, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Email code do not appear in web page

    I want to send email so I put the following test code in an index.cfm file:
    <cfmail to="[email protected]" from="[email protected]" subject="Hello There">Hello!
    Testing</cfmail>
    <p>cfmail</p>
    When I view the page source of the web page, I only see "<p>cfmail</p>".
    I do not see "<cfmail to=... </cfmail>.
    Please help.
    Thanks.

    Have you checked the underliverable mail directory and/or log files to see if any errors were encountered?
    You may wish to review the "Sending and Receiving E-Mail" section of the CF documentation for information on troubleshooting mail problems.
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -782a.html

  • Embedded PDF on web page fails to display

    We have a number of PDFs that are shown embedded in IE (versions vary).  This worked fine with Adobe Reader 9.5 but with 10, PDF fails to display. 
    Page takes a while to report error.  Error:
    There is a problem with Adobe Acrobat/Reader.  If it is running, please exit and try again.  (103:103)
    I found a few other discussion similar to this in the forum but didn't find a definitive root cause. 
    In our situation, we found that if the user launching the web page runs Adobe Reader as standalone first, the error doesn't happen. 
    While workaround exists, I am trying to understand the root cause to see if we can correct this for all the users in automated manner instead of
    mandating launching of Reader standalone as a prerequite step.  Quite a few users using this web app.
    Since launching of Reader standalone works, my guess is that some config/setup is done only after first use.  I see that, for example,
    reg keys are added under HKCU on first use.  I don't know why first use from browser differs from first use from standalone though.  Difference in
    reg access?  Enable/Disable browser plug-in produces different behavior so I don't think the setting is on the browser side.  What other factors
    may be in play here?
    All ideas welcome.  Thanks in advance.

    Got a couple follow up questions.  Postiing the response here.
    1.  Please send us step by step method on how to recreate the problem, and the URL of the PDF file that shows the issue.
    * Write a simple console application that does nothing but starting a browser. Browser URL set to any web site with embedded PDF. I believe I used a sample on Adobe's site for last test.
    2. Is everyone in your company experiencing the same issue?
    * Yes, everyone can be affected.
    3. Does the error show up on any PDF or just the embedded PDF?
    * Only embedded.
    4. Does the problem occur with Firefox?
    * Not browser specific.
    5. Do you have any other version of Reader or Acrobat installed on the same system?
    * No, clean test box. Tested with 10.0.0 first. Failed. Then cleaned up install and installed 10.1.3. Cannot repro with 9.5.
    Root cause appears to be Protected Mode. If I disable that, it works.

  • HTML source code is rendering instead of web page

    Hi All,
    I have firefox 3.6.13. For some of the pages it is displaying HTML source code as it is without rendering or applying CSS and scripts to display properly designed web page.
    can u tell me if there is setting which causing this issue? but that way, i should have faced for all the pages.
    which all factors can cause this?

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Clicking on embedded links in web pages doesn't work

    On some web pages, clicking on embedded links doesn't take me to the link. Indeed it doesn't take me anywhere at all. It only affects some sites, not all (for example, American Express, but not Yahoo).

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How do I search for text on safari web pages, How do I search for text on safari web pages

    How so I do a text search on a safari web page?  Please help

    When you're on the page you want to search tap the URL bar to turn it blue. Tap the x so it disappears. Type the word you want to search for, at the bottom of the suggestions is find on page, tap that. Your high-lighted text should appear.

Maybe you are looking for