Hi Mark,
>> ... the \web folder. I do not see any code in the sample app designating that folder as the location for these files.
All "static" files fetched by the browser are always "relative to the web folder". Thus in the absense of a path, the files should be in the web folder. If you want them to be in say the images folder, then the name in the link becomes '\images\' & whatever
>> Where in the embeditor would I set the path to the file I want to display?
you don't set it via embed code. The link itself should contain the full "web relative" path.
>> When I display the exact same pdf file in the Media example app, it displays the pdf immediately. I've scoured the code to try and find any difference and I've been unsuccessful. Any ideas?
usually folk ask it the other way around - where they want a file to be downloaded, not displayed. To do that you set the Content-Disposition header, so maybe you are setting that in your code somewhere?
Other than that I would need an example to make a more useful suggestion.
cheers
Bruce