I am using the following code to add web browser control to PowerPoint 2013 slide,
Set oShp = oSld.Shapes.AddOLEObject(Left:=100, Top:=100, Width:=200, Height:=300, Classname:="Shell.Explorer", Link:=msoFalse)
The web browser control is set to load a PDF file while in Slide Show mode. But it is not loading the PDF file. Instead I get the following message in the web browser control,
I understand this has something to do with web browser control security. How to make the PDF file load?