Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm trying to embed a video in powerpoint 2010 to autoplay when I get to that slide (ideal).
OR... if that doesn't work I'd like to hyperlink an image in my presentation to the video... and when I click on it, it autoplays (meaning, I don't have to click the play button).
I followed this tutorial: http://www.howtogeek.com/howto/10552/how-to-add-video-from-the-web-in-powerpoint-2010/
On vimeo, I copied and pasted this provided iFrame code into my presentation:
<iframe src="http://player.vimeo.com/video/20241459?badge=0" width="500" height="375" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p>Rick Astley - Never gonna give you up from zunebock on Vimeo.</p>
But it threw this error... I don't see how this is possible because I copied and pasted the embed code.
Powerpoint cannot insert video from this embed code. Verify that the embed code is correct, and then try again.
Here's an image:
So, restating my question:
1) why wouldn't powerpoint be accepting that given embed code?
2) If it just won't work... how do I start a vimeo video automatically on page load?
Vimeo's code uses an iframe, which won't work; it sort of expects you to play the video back in a browser, not PPT. It even mentions on the site right beneath the embed code that it's intended for iphones and such.
If you use, say, YouTube instead, PPT's help points out that you need to use the Old Embed code option, which gives you something like this:
<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/Q7vsoVR5NX4?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q7vsoVR5NX4?version=3&hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Next problem: The video doesn't play automatically and since it's an object (ie, a "thing" that PPT has no idea about other than to let it do whatever it's going to do), you can't force it to play (other than perhaps with code).
And finally, the site that hosts the video may restrict your ability to play it w/in PPT. I tried a couple of YouTube vids in testing this; neither would play w/in ppt due to copyright restrictions.
In order to avoid this error, a recommended solution is to embed downloaded YouTube video in PowerPoint.
This following article just aims to introduce a professional YouTube to PowerPoint Converter and a step by step guide on how to download and convert YouTube to PowerPoint supported format to successfully embed YouTube in PowerPoint for easy playback.
Related
How do you get rid of or replace the Microsoft Azure Media Services logo overlay (water mark) that is put onto dynamic packaged video? The following link shows the topic area:
https://azure.microsoft.com/en-us/documentation/articles/media-services-dynamic-packaging-overview/
My html contains embedded code taken from http://amsplayer.azurewebsites.net/azuremediaplayer.html
It seems that you are attempting to use the iframe embed code on the "get embed code" section of the player. Please note that this is currently under development, as it is listed on the site: "this embed code is for demo purposes only. Do not use in production."
For your player needs in production, especially if you want to use the large amounts of API's available, you should create your own player page following the instructions in the documentation and by using the samples provided.
Specifically for the question regarding the logo, there is an API available to remove to logo and can be found in the logo option section of the documentation. This is the correct way to remove to logo using the APIs provided.
It might be helpful to post some of the HTML that you are using when you say "My html contains embedded code taken from..."
It looks like the code on that page has the following div:
<div class="amp-logo" style="opacity: 0.5;"></div>
This appears to be what is placing the logo on the page you reference. Not know what HTML is actually in your page, I don't know if this is the HTML they are generating for you as embedded or whether you cut and paste the HTML from the given page.
You may be able to remove it from your HTML. If not, try creating a style that overrides the amp-logo class.
In a post on my Octopress blog, I'm trying to embed some basic data visualizations I developed using D3.js. I understand how to add a script to a post (this question and this one cover that well enough), so I'm able to display the visualizations.
My problem is the alignment of the visualizations--they appear at the very bottom of the blog, outside the post itself (I'd include a screenshot, but I don't have enough reputation points to share images). When I inspect the HTML elements, I see that the two visualizations are SVG elements (as they should be) at the bottom, separate from div#content and div.entry-content (where the rest of the post content appears), and later than the footer and sidebar.
Is there a simple way to embed these visualizations on Octopress?
I have researched this question in numerous places, but I cannot find a definitive answer.
The question in detail is:
I want to import other pages from the SAME domain into EITHER an IFRAME or OBJECT TAG.
It's an html5 website, but I want the OBJECT or IFRAME tag to be searchable and not mess with SEO.
Which one do I use and why?
Which one will work better for IE 6?
basically, (and it pains me to admit) I want to find a way to have one navigation bar that import into one of these tags so i do not need to change them on every page.
There is this stackoverflow question here: Use of Iframe or Object tag to embed web pages in another
BUT it's much older and seems to dismiss html5
I'm trying to avoid:
Server side includes and
JavaScript dependency
Help is GREATLY appreciated!
I'm trying to help my daughter-in-law with her Tumblr blog. When she tries to add an audio link she gets the following...
You are using a custom theme that doesn't include the code for Tumblr's new audio player.
You can either switch to a preset theme or add the new audio code to your custom theme's HTML (for advanced users).
I have created a blog with a preset theme and and compared the code to hers and see that it is very much different. So much so that I am not sure what to change.
I was able to get the above message to go away by replacing the block:Audio block in the div class="post" div with the following...
{block:Audio}
<section class="top audio">
{AudioPlayerBlack}
</section>
{/block:Audio}
There is a lot of other audio references in the preset theme, but I am not sure where to put it or what is needed.
Is there more I need to do. I am waiting for her to test it, but in the mean time can someone point me to instructions of the proper way to do this, or help me out otherwise?
Thanks,
John
I was able to to test it and it works fine.
For anyone with the same problem, you can simply copy the block:audio code in my question and replace the block:audio code in your custom themed blog.
John
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I just wonder how is the forward with masking really works in all the common cases.
I just found out that the manual way of doing it is that just to put this code
<html>
<head>
<title>yourname</title>
<meta name="description" content="your description">
<meta name="keywords" content="keyword1, keyword2">
</head>
<frameset rows="100%,0" border="0">
<frame src="http://yourforwardingurl" frameborder="0">
<frame frameborder="0">
</frameset>
</html>
does that mean all the provider, registrar (like godaddy) they using the same method?
because if so then I don't know why in the sake of god would I have to wait them do that for me if I can just create a subdomain and put those codes and get it done in a minute rather than wait them activate it for me for 24-48 hours.
I don't have much experience with this but I don't believe that this is a very common way of masking URLs. For one thing, it's very easy to see the actual source of the content. It also seems like it would be a pain to manage. This might be an option if you are hosting a small website and don't have access to the server or a control panel for your domain.
The more common approach is more likely to be something using Apache's mod_proxy (explained here).
Yes, the mostly used method is a simple frameset or a iframe (in less cases).
And yes you can simply set up a sub domain with a html file which loads the target in a frame.