vba - Power Point 2010 youtube embeding problem -


I know that this is a programming site, but I can think of a better place to ask ... Anyway, I'm trying to use video editor from video editor, but it seems to be disabled please help?

alt text

The most likely reason here is that you are using the x64 version of PowerPoint 2010. States:

PowerPoint 2010 is not compatible with 32-bit versions of 64-bit Quicktime or Flash. You must install a 64-bit version of QuickTime or Flash, or 32-bit version of PowerPoint 2010. Will happen.

There is no point in saying this because neither Flash nor QT has a 64-bit version. It has been said that you can still embed the program as a program using code (in fact, "link"), such as:

  Sub InsertWebVideo () Dim sl Like slide set sl = ActivePresentation.Slides (28) SL.Shapes.AddMediaObjectFromEmbedTag embed tag: = _ "object width = '640' height = '385' & gt;" & Amp; _ "& Ultimate Name = 'Movie' value = 'http: //www.youtube.com/v/gejJM3n2LHU&hl = en_US & amp; FS = 1 & amp; & Gt; " & Amp; _ "& Lt; / param> Ultimate Name = 'allowFullScreen' value = 'right'>  & Amp; _ "& Lt; param name = 'permissions' value = 'always'> gt; & lt; / param & gt; & Amp; _ "& Lt; Embed src = 'http: //www.youtube.com/v/gejJM3n2LHU&hl = en_US and fs = 1 & amp;" & Amp; _ "Type = 'application / x-shockw-flash' permissions = 'always'" & amp; _ "AcceptableSlobes = 'true' width = '640' height = '385' '& gt; & lt; / embed & gt; & lt; / object & gt; end sub  

issue It is that it does not work at all exactly x64 - an object appears on the slide, but nothing happens to the embedded silverlight that does not seem to work because Windows Media Player brings an error. If there is a WMV on any website, then using & lt; embed / & gt; Try with D.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -