Web viewer

Hi guys,
I know there is no web viewer for folio yet but do Adobe have any plans for it? Woodwing and other players provide content to web, mobiles and tablets.
Thanks

Yes, using the PDF image format is the problem at this time. In an upcoming release, the plan is to generate PNG web content regardless of the articles' image format setting, but for now, use PNG or JPG.
http://help.adobe.com/en_US/digitalpubsuite/using/WSf6ef983f54a76485-3d39e50113568f15d7f-8 000.html

Similar Messages

  • How to display local HTML file in web-view?

    Hello everyone,
    we have no problem with showing of remote HTML content from server in box on page in web view. But how we can show such a content when included in HTMLResources? In guide is just "Display a local HTML file in an in-app browser", which works wihout problem, but we don't want to show this HTML content in in-app viewer, it should be part of page.
    Thanks
    Martin

    Now i'm confused. In guide is this:
    To use local HTML files, click the folder icon and specify the local HTML file. The HTML file (such as index.html) should appear in a folder that includes any images or scripts used in the HTML file.
    But no info where such a local HTML file should reside. If this file is in HTMLResources, it is ignored.

  • HT1665 There is a bug in the spellchecking functionality when typing in the web view or while using Blogsy App. Why? Why my IPad crashes so often?

    There is a bug in the spellchecking functionality when typing in the web view or while using Blogsy App. Why? Why my IPad crashes so often?

    I have always found spell check to be "buggy" in every version of all of the iOS's that I have run on my original model iPad and my new iPad - especially when replying and typing posts in these forums. It works perfectly in every other application on my iPad but it has never worked perfectly in any web browser that I have used on my iPad - no matter what I have done to try to correct it. That is what MY experience has been with spell check on my iPads.
    As for the crashes on your iPad try these basic troubleshooting steps.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit all apps and restart. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Web Viewer - getting buttons to open in a new tab or window

    I am trying to get a button to open in a new tab or window in the DPS web viewer.
    The options when creating a button are:
    Open link in folio
    Open link in device browser
    Both which do not work when we export the web viewer.
    I know it is possible as Adobe are using this function for their Inspire magazine. This does not seem to be html either that they are using. See link here - at the bottom of the page: Adobe Inspire Magazine October 2014: The Truth in a Face
    Any help with this issue would be highly appreciated.

    There is a parameter on creating the iFrame called externalLinksOpen. They can set it to 'window', as it defaults to inline, which opens it in the current window. It's documented here:
    http://www.adobe.com/devnet-docs/digitalpublishingsuite/ContentViewerForWebSDK-2.0/classes /FrameService.html#method_createFrame
    There is also a demo linked from our 'What's New' section under 'External Link for Embedded Viewer' at http://www.adobe.com/devnet-docs/digitalpublishingsuite/ContentViewerForWebSDK-2.0/modules /What's%20New.html.

  • Web View not loading in Cocoa Applescript application?

    Hey guys...me again, and I need help, AGAIN, haha.
    I found a tutorial for web views in Cocoa Applescript because I couldnt find it anywhere, but it wont load.
    The web view does not display anything when the app is launching.
    I am using Cocoa Applescript.
    This is my AppDelegate.applescript I am using for the web view:
    script AppDelegate
      property parent : class "NSObject"
        property ourWebView : missing value (* This links the webview *)
              on applicationWillFinishLaunching_(aNotification)
      -- tell ourWebView to setMainFrameURL_("http://tinyurl.com/RMHTML")
              end applicationWillFinishLaunching_
              on applicationShouldTerminate_(sender)
      -- Insert code here to do any housekeeping before your application quits
                        return current application's NSTerminateNow
              end applicationShouldTerminate_
        on myButtonHandler_(sender)
            activate application "Terminal"
            tell application "System Events" to keystroke "Desktop/RecoverDevice"
            tell application "System Events" to keystroke return
            delay 1
            tell application "System Events" to keystroke "setenv auto-boot true"
            delay 1
            tell application "System Events" to keystroke return
            delay 1
            tell application "System Events" to keystroke "saveenv"
            delay 1
            tell application "System Events" to keystroke return
            delay 1
            tell application "System Events" to keystroke "reboot"
            delay 1
            tell application "System Events" to keystroke return
            delay 1
            tell application "Terminal"
                quit
            end tell
        end doMyButton_
        on myButtontwoHandler_(sender)
            open location "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YF2DKZYRH6B GA"
        end doMyButton2_
    end script
    Whoever helps me will be thanked in my apps about page...
    Thanks, Adam B

    When I launch it...it says this:
    2012-01-22 17:21:01.658 RecoverMe[96706:407] Error loading /Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit:  dlopen(/Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit, 265): no suitable image found.  Did find:
              /Library/Application Support/SIMBL/Plugins/GreaseKit.bundle/Contents/MacOS/GreaseKit: GC capability mismatch
    Does that have anything to do with it not loading the webview?

  • Embed Lightroom Web View in Webpage

    The ability to share a collection by copy and pasting a web link through Lightroom Web View is briliant, but is there or will there be the ability to embed this on a webpage say through wordpress? Simply pressing the B key to add images to a predfined collection and having them instantly appear online publicly I'd imagine this would not be too hard to implement?

    I'm not sure I completely understand your problem, because linking to a Lightroom gallery is actually very simple.
    Design your Lightroom gallery and upload it to your server. Just do it directly from LR. Let's suppose you have uploaded it into [your webroot folder]/galleries/test/.
    Don't rename any of the index files.
    Check it has actually worked, by visiting http://celestialapple.zxq.net/galleries/test/index.html with your browser.
    Create a link to the gallery on your home page. The source code for the link is <a href="/galleries/test/index.html">Other Photoshop gallery</a>
    And that's it already.
    Cheers,
    Michael

  • Acrobat 9.3.4 (or 9.3.3.177): Save As with Optimize for Fast Web View

    When I do a Save As with Optimize For Fast Web View checked, the saving stops and an Adobe Acrobat dialog displays:
         The document could not be saved. There was a problem reading this document (111).
    If I uncheck Optimize For Fast Web View, the Save As seems to work.
    Is there a way to have Fast Web View work with Save As?
    Acrobat.exe is version 9.3.4 (or 9.3.3.177 in the properties). The Acrobat.DLL version is 9.3.4.218.

    Thanks.  I did submit a report at the site.  I hope somebody reads it as this is a big problem for us.
    Thanks again.

  • Acrobat Pro 10 Actions Not Applying Fast Web View

    Acrobat Pro 10 actions are pretty useful overall, however they are not applying Fast Web View all the time. In my opinion, all PDFs generated today should be Fast Web View by default, but among the many applications which allow for PDF creation, not all apply Fast Web View for some reason.
    I did see http://forums.adobe.com/message/3335827for a potential band-aid fix. Unfortunately, it did not work for me.
    Here is the text from my Action sequence file:
    <</Commands [/c << /0 [/c <<  /Config [/c <<   /UIPolicy [/i 3]
    >>]
      /HandlerName [/a /FlattenOCGs]
      /Params [/c <<>>]
      /Title [/t ()]
    >>]
    /1 [/c <<  /Config [/c <<   /UIPolicy [/i 3]
    >>]
      /HandlerName [/a /ReduceFileSize]
      /Params [/c <<   /RFSCompatibility [/i 6]
    >>]
      /Title [/t (Reduce File Size)]
    >>]
    /2 [/c <<  /Config [/c <<   /UIPolicy [/i 3]
    >>]
      /HandlerName [/a /ExamineDocCmd]
      /Params [/c <<   /RmAnnots [/b false]
       /RmAttachments [/b false]
       /RmBookmarks [/b false]
       /RmDeletedContent [/b true]
       /RmFormFields [/b true]
       /RmHiddenLayers [/b true]
       /RmHiddenText [/b false]
       /RmLinksActionsJS [/b false]
       /RmMetadata [/b false]
       /RmOverlappingObjects [/b false]
       /RmSearchIndex [/b false]
    >>]
      /Title [/t (Remove Hidden Information)]
    >>]
    >>]
    /Input [/c << /FileVariation [/i 3]
    >>]
    /Output [/c << /AddToBaseName [/b false]
    /DontOverwrite [/b false]
    /EmbedIndex [/b false]
    /FileVariation [/i 2]
    /HandleOutput [/b true]
    /NumbericNaming [/b false]
    /OptimizePDF [/b true]
    /PresetName [/t (test2)]
    /RunPDFOptimizer [/b true]
    >>]
    >>
    As you can see, the "/OptimizePDF [/b true]" is set per the instructions in the aforementioned link. It still does not set Fast Web View all the time. I ran a test of the action on a batch of 10 PDFs, some were set to Fast Web View and some were not. While one of the PDFs that was not set to Fast Web View was open in Acrobat, I ran the same Action again and it did apply Fast Web View! I even installed the latest patch hoping that would fix it, but unfortunately it did not. Distiller does in fact set Fast Web View, but it won't work on PDFs. The only way I can find to guarantee the establishment of Fast Web View is to manually do a Save As on every file which I think is asking a bit much when you deal with hundreds of PDFs on any given day. Also that would effectively defeat the purpose of running an Action on hundreds of PDFs in the first place.
    Any ideas?

    There is a bug because of which fast web view is always disabled. While that is fixed, here the workaround. Save the action and open the .sequ file in Notepad. Change:
                    /OptimizePDF [/b false]
    to
                    /OptimizePDF [/b true]

  • Issue with multiple digital signatures disabling fast web view

    Hello, I'm using acrobat 9.1 pro and have some questions regarding an issue using multiple signatures on a pdf.
    Why am I asking the question below? My job involves preparing pdf's for submission to FDA. The FDA requires, among other things, that electronically submitted docs have fast web view enabled.
    I am currently exploring ways of using digital signatures to sign pdf reports and still make sure they are FDA spec compliant. My issue involves a document that would have multiple signature fields. What I do is create at least two signature fields in the doc and then save and optimize while enabling fast web view. When I sign the first box and save, the file retains the fast web view status. Yet, when I apply and signatures past the first one, the file is subsequently set to fast web view off without any obvious way of turning it back on. I am confused as to why it gets disabled only after the second, and not right after even the first one was signed. And, of course, I would like to know if it is possible to maintain fast web view and how to do it. I'll gladly accept "tinkering under the hood" of the file suggestions if they exist as well.
    Please let me know if anything is unclear or you need further information.
    Thanks for your time and help.
    ~Vlad

    Hi Vlad,
    Michael actual had the correct answer. The purpose of a "Linearized" file (i.e. a file that has been Optimized for Fast Web View) is to get the first page to display as soon as possible so you can start reading without waiting for the rest of the file to download. As an aside, the designated first page doesn't necessarily have to be page 0 (PDF's use a zero based counting system for pages), but usually it is. To quote the PDF specification, "The primary focus of Linearized PDF is optimized viewing of read-only PDF documents. It is intended that the Linearized PDF be generated once and read many times. Incremental update is still permitted, but the resulting PDF is no longer linearized and subsequently is treated as ordinary PDF."
    When you sign a PDF file the first time the Save process is a "full save", that is the entire document is rewritten so there are no more than two %%EOF (end-of-file) markers in it. The first EOF designates which page to show first and the second EOF designates the end of the rest of the file (so the browser knows when to stop downloading). However, when you add a second (or subsequent) signature the file is saved as an "incremental save" and all of the new data is tacked onto the the end of the original file. This is so you can do a rollback to the previous signed version and allows Acrobat/Reader to check the integrity of each signature independent of any other signatures. It's the incremental save that breaks the linearized optimization of the file.
    Steve

  • Adobe Reader X fast web view problem

    Hi,
    When I try to open a PDF with several pages from the web using Adobe Reader X, fast web view function seems not working while I could only view it after download of the whole file completed. Checked and confirmed that "Allow fast web view" selected in the Reader, as well as the PDF file being tested support such function. Here's my OS and software environment:
    - Windows 7 Pro 64-bit with SP1
    - Internet Explorer v8.0.7601.17514
    - Adobe Reader X v10.0.1
    I tried several scenario as below:
    - Disable "Display PDF in browser", no improvement
    - Uninstall Reader X and install Reader 9, test on the same PDF and fast web view working properly
    - Uninstall Reader 9 and install Reader X again, same problem happen again
    - Install Reader X on a freshly installed Windows XP with SP3, same problem appears
    Does anyone experience the same issue? Or any ideas \ solutions? Many thanks.
    Regards,
    Maguyver F.

    Hi
    Security Method: No Security
    Printing: Allowed
    Document Assembly: Not Allowed
    Content Copying: Allowed
    Content Copying for Accessibility: Allowed
    Page Extraction: Not Allowed  <--  Could this be the problem
    Commenting: Not Allowed
    Filling of form fields: Allowed
    Signing: Allowed
    Creation of template pages: Not Allowed
    Thanks for the interest
    Rudi

  • Enable Fast Web View in Acrobat 8

    I want to do SaveAs in Acrobat Professional 8 to Enable Fast Web View to be "Yes" using VB or .Net or Java.
    Can any body help me?
    Thanks in Advances.
    Regards,
    Sudhakar

    Tricky one. It might not be possible, since modifying to PDF/A might turn off optimization, while optimizing might turn off PDF/A... I think people have largely lost interest in fast web view since broadband is mostly so, well, broad.

  • "Fast Web View" not supported in Acrobat X plug-in for FireFox/Chrome

    The Acrobat X plug-in for displaying PDFs in FireFox/Chrome does NOT support fast web view.   This means that PDFs don't display until after the entire file has been download.
    For example, try viewing this document in either IE(Windows) or Safari(Mac):
    http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf
    Notice how it opens very quickly, and then you can scroll around and view all the content as the PDF content strreams in?  In Safari you can see the download progress like you used to be able to see in all versions of the acrobat plug-in.  Note also that in the IE version, although fast web view is working, you cannot see the download progress like you used to be able to... Thats an issue, but not nearly as bad as the real issue...
    Now try clicking the same link in either FireFox or Chrome (note that in Chrome you need to be sure that Chrome's PDF viewer is turned off and the acrobat plug-in is enabled).  Note that the PDF is not displayed until the entire file is downloaded.
    This feature is VITAL for viewing large documents online.  I'm astonished that this has not been reported by other users.
    Adobe -- PLEASE be sure that this gets fixed in the next update to Reader X!!  I was shocked to see that it was not fixed in 10.1.

    WHY would you want to disable this? Linearized "Fast Web View" enabled PDF are the right and proper type of document to be created.

  • Fast Web View breaking links/bookmarks in PDFs from Word 2007

    I'm running Acrobat Pro 8.1.2 on WinXP, and I recently noticed an issue with PDFs that I'm creating from Word 2007. If I turn on the setting "Save As optimizes for Fast Web View," any links or bookmarks in the file break when I do a Save As. If I turn the setting back off, Save As doesn't break them.
    I had had problems creating the PDFs using the PDFMaker plug-in for Word, so I used the Save As PDF or XPS feature from Microsoft instead.
    PDFs created using FrameMaker are not giving me problems.
    I don't know whether this is related, but the Settings button on the Save As dialog box is no longer active. I'm sure I was able to click it before, but I can't now. And that goes for PDFs from Word or FrameMaker.
    Anyone have any clues?
    ===========================================
    Rick Henkel
    http://rickhenkel.googlepages.com/index.htm

    This is related to a bug in the direct PDF output from Word 2007. I was told that Microsoft has fixed this bug in the final SP2 release (so when the service pack becomes available, this problem will not be present).
    Until then, the workaround is indeed to turn off the "Save As optimizes for Fast Web View" preference in Acrobat (Edit > Preferences > Documents, under Save Settings).
    Shlomo Perets
    MicroType * http://www.microtype.com
    FrameMaker/Acrobat training & consulting * FM-to-Acrobat TimeSavers
    "Improve Your FrameMaker Skills" live web-based training sessions

  • Installing BIRT Web Viewer in Weblogic

    Has anybody been able to deploy the BIRT Web Viewer that comes with the birt runtime on to weblogic server, I tried deploying it on Weblogic , but I get the following error when I run the sample report that comes with BIRT Runtime.Any sugegstions or pointers to solve this problem would be highly appreciated.
    Thanks in advance!
    I try to run the report using the following URL
    http://localhost:7001/WebViewerExample/run?__report=Report/SalesInvoice.rptdesign
    I get the following error in the browser.
    Error 500--Internal Server Error java.lang.IllegalAccessError: org/mozilla/javascript/DefaultErrorReporter
    at org.mozilla.javascript.CompilerEnvirons.()V(CompilerEnvirons.java:???)
    at org.eclipse.birt.core.data.ExpressionParserUtility.parse(Ljava.lang.String;Lorg.mozilla.javascript.Context;)Lorg.mozilla.javascript.ScriptOrFnNode;(ExpressionParserUtility.java:182)
    at org.eclipse.birt.core.data.ExpressionParserUtility.compileColumnExpression(Ljava.lang.String;Z)Ljava.util.List;(ExpressionParserUtility.java:80)
    at org.eclipse.birt.core.data.ExpressionUtil.extractColumnExpressions(Ljava.lang.String;Z)Ljava.util.List;(ExpressionUtil.java:175)
    at org.eclipse.birt.core.data.ExpressionUtil.extractColumnExpressions(Ljava.lang.String;)Ljava.util.List;(ExpressionUtil.java:137)
    at org.eclipse.birt.report.model.parser.CompatibleMiscExpressionState.setupBoundDataColumns(Lorg.eclipse.birt.report.model.core.DesignElement;Ljava.lang.String;Z)V(CompatibleMiscExpressionState.java:158)
    at org.eclipse.birt.report.model.parser.CompatibleBoundColumnExprState.end()V(CompatibleBoundColumnExprState.java:70)
    at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)V(XMLParserHandler.java:174)
    at weblogic.apache.xerces.parsers.AbstractSAXParser.endElement(Lweblogic.apache.xerces.xni.QName;Lweblogic.apache.xerces.xni.Augmentations;)V(AbstractSAXParser.java:585)
    at weblogic.apache.xerces.impl.XMLNamespaceBinder.endElement(Lweblogic.apache.xerces.xni.QName;Lweblogic.apache.xerces.xni.Augmentations;)V(XMLNamespaceBinder.java:647)
    at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement()I(XMLDocumentFragmentScannerImpl.java:1008)
    at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z(XMLDocumentFragmentScannerImpl.java:1469)
    at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(XMLDocumentFragmentScannerImpl.java:329)
    at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Z)Z(DTDConfiguration.java:525)
    at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(DTDConfiguration.java:581)
    at weblogic.apache.xerces.parsers.XMLParser.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(XMLParser.java:152)
    at weblogic.apache.xerces.parsers.AbstractSAXParser.parse(Lorg.xml.sax.InputSource;)V(AbstractSAXParser.java:1175)
    at weblogic.xml.jaxp.WebLogicXMLReader.parse(Lorg.xml.sax.InputSource;)V(WebLogicXMLReader.java:135)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(Lorg.xml.sax.InputSource;)V(RegistryXMLReader.java:152)
    at javax.xml.parsers.SAXParser.parse(Lorg.xml.sax.InputSource;Lorg.xml.sax.helpers.DefaultHandler;)V(SAXParser.java:345)
    at org.eclipse.birt.report.model.parser.ModuleReader.readModule(Lorg.eclipse.birt.report.model.parser.ModuleParserHandler;Ljava.io.InputStream;)Lorg.eclipse.birt.report.model.core.Module;(ModuleReader.java:90)
    at org.eclipse.birt.report.model.parser.DesignReader.read(Lorg.eclipse.birt.report.model.core.DesignSession;Ljava.lang.String;Ljava.io.InputStream;Lorg.eclipse.birt.report.model.api.ModuleOption;)Lorg.eclipse.birt.report.model.elements.ReportDesign;(DesignReader.java:90)
    at org.eclipse.birt.report.model.core.DesignSession.openDesign(Ljava.lang.String;Ljava.io.InputStream;Lorg.eclipse.birt.report.model.api.ModuleOption;)Lorg.eclipse.birt.report.model.elements.ReportDesign;(DesignSession.java:278)
    at org.eclipse.birt.report.model.api.SessionHandle.openDesign(Ljava.lang.String;Ljava.io.InputStream;Lorg.eclipse.birt.report.model.api.ModuleOption;)Lorg.eclipse.birt.report.model.api.ReportDesignHandle;(SessionHandle.java:291)
    at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(Ljava.lang.String;Ljava.io.InputStream;)Lorg.eclipse.birt.report.model.api.ReportDesignHandle;(ReportParser.java:161)
    at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(Ljava.lang.String;Ljava.io.InputStream;Ljava.util.Map;)Lorg.eclipse.birt.report.engine.api.IReportRunnable;(ReportEngineHelper.java:243)
    at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(Ljava.lang.String;Ljava.io.InputStream;Ljava.util.Map;)Lorg.eclipse.birt.report.engine.api.IReportRunnable;(ReportEngine.java:457)
    at org.eclipse.birt.report.service.ReportEngineService.openReportDesign(Ljava.lang.String;Ljava.io.InputStream;Ljava.util.Map;)Lorg.eclipse.birt.report.engine.api.IReportRunnable;(Unknown Source)
    at org.eclipse.birt.report.context.ViewerAttributeBean.getDesignHandle(Ljavax.servlet.http.HttpServletRequest;)Lorg.eclipse.birt.report.service.api.IViewerReportDesignHandle;(Unknown Source)
    at org.eclipse.birt.report.context.ViewerAttributeBean.__initParameters(Ljavax.servlet.http.HttpServletRequest;)V(Unknown Source)
    at org.eclipse.birt.report.context.ViewerAttributeBean.__init(Ljavax.servlet.http.HttpServletRequest;)V(Unknown Source)
    at org.eclipse.birt.report.context.BaseAttributeBean.init(Ljavax.servlet.http.HttpServletRequest;)V(Unknown Source)

    hi
    refer to this page..
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=105853
    it has the solution.

  • PDF fast web view option don't work like the specification  Acrobat Reader suggest...

    I have an optimized/linear PDF file for support fast web viewing option.
    My issue is about the plugin comportment. In the Adobe specification, when the plugin receive a large optimized PDF file, he suppose to be began to read and show the PDF file after the first page received from the web server.
    In my case it's not worked properly. The plugin show me the PDF file after the download finish.
    When I check the Acrobat Reader 8.1 internet settings, all fast web view options are checked properly.
    If I look the PDF file properties the fast web view value is yes.
    I don't know what is wrong in my setup.
    Some help will be appreciate.
    Thank's.

    If the file is public, I suggest you post the URL for others to try
    out.
    Aandi Inston

  • Embedded Youtube Video's not Playing in Web Viewer

    I have several YouTube videos embedded in my folios. They all play fine when being viewed in the app, but if the folio is shared (by any channel) and viewed in the web viewer these videos won't play. Instead the user is greeted by this error:
    Not found
    Invalid character in path
    I know that other apps using embedded youtube videos are playing just fine in the web viewer (I check out Wired) so I'm curious why mine are broken.
    Any thoughts?

    This streaming YouTube example works fine in DPS Tips web viewer:
    http://contentviewer.adobe.com/s/DPS%20Tips/7f80a0ffed3a4ff08734bc905aac4a29/Advanced_Over lays/29_Video_Stream.html
    Here's the embed code I used:
    <iframe width="640" height="360" src="http://www.youtube.com/embed/QV1UZ-88HeE?rel=0" frameborder="0" ></iframe>
    Are you using the same embed code format for your overlay?

Maybe you are looking for