Web DVD subtitle default

Does anyone know of a way to set the subtitle language from javascript with a web DVD exported from Encore? I have managed to sort of hack around it by creating duplicates of the title display items and appending their id with the language code (like id='1es'), but it would be a heck of a lot nicer to be able to do a direct call from javascript instead. However, I can't seem to find any documentation on the flashvars that can be passed in to the player.

No javascript. I used the fact that if there is only one subtitle in a DisplayItem, the player automatically plays it. In the interest of helping out anyone else who might run into this situation, here is a brief description of the changes made to make it work.
My project has been translated into 14 languages. Each language has its own translated copy of the menus. The desired language is selected from the first play (title) menu.
Here is a snippet of one of the copies of the Main menu:
   <DisplayItem id='14' name='MainMenu (vietnamese)' type='menu'>
    <Media type='video' startTime='0' src='Sources/_PGC_CApgc_1.f4v' loops='infinite' looppoint='0' duration='29.629'/>
    <ButtonList button='Sources/_PGC_CApgc_1.f4v' default='1' down='Sources/_PGC_CApgc Ba_1.png' over='Sources/_PGC_CApgc Bs_1.png'>
        <Button index='1' name='Play'>
            <Bounds top='200' left='116' width='57' height='30'/>
            <Action type='DisplayItem' target='1vi' mediaIndex='1'/>
        </Button>
        <Button index='2' name='Giá»›i thiệu'>
            <Bounds top='240' left='129' width='100' height='22'/>
            <Action type='DisplayItem' target='1vi' mediaIndex='1'/>
        </Button>
        <Button index='3' name='Xin chà o'>
            <Bounds top='263' left='128' width='89' height='18'/>
            <Action type='DisplayItem' target='1vi' mediaIndex='2'/>
        </Button>
Notice that the target for the <Button><Action> is 1vi, where Encore named it 1.
Now, a bit of the DisplayItem that the above menu points to:
       <DisplayItem id='1vi' name='ee_disc1' type='title'>
        <Timeline name='ee_disc1' subtitleTrackCount='14'>
            <Subtitle name='Subtitle 13:' language='Vietnamese' src='Sources/ee_disc1_subtitle_13.xml'/>
        </Timeline>
<!-- Chapter 1 -->
        <Media src='Sources/_PGC_Bpgc_entryPoint_Bbp_1.f4v' name='Chapter 1' xmpFile='Sources/_PGC_Bpgc_entryPoint_Bbp_1.xml' type='video' startTime='0' duration='111.544'/>
<!-- Hello -->
        <Media src='Sources/_PGC_Bpgc_entryPoint_IAbp_1.f4v' name='Hello' xmpFile='Sources/_PGC_Bpgc_entryPoint_IAbp_1.xml' type='video' startTime='0' duration='137.137'/>
This is a copy of the <DisplayItem id='1'...> that Encore created, which originally had all 14 subtitles referenced in it (that I can't seem to select via javascript). By making a copy of it for each language, appending the language code to the id to give it a unique name, and removing all but one subtitle reference (the one for the viewer's chosen language), I can choose the appropriate copy from a particular translated menu. Since there is only one subtitle reference in the DisplayItem, the player automatically plays it. Voila! I have subtitles chosen from my menus instead of requiring the user to go to the player's subtitle menu to choose.
All of that is really easy to do, but has a couple of drawbacks.
1) My project is fairly large, so it was a bit of a pain to make the hacks
2) This technique kills the full subtitle listing in the swf's subtitle menu. The only choice a viewer has is to choose subtitles on/off. That isn't really too bad in this case, though. I can imagine cases where I would definitely like to be able to leave all language options open while choosing one of them via javascript, though.
So, hopefully that helps someone else who might have faced a similar problem.

Similar Messages

  • Encore web dvd and lightroom slideshow in muse?

    I'm new to the whole process of creating a website but very curious about muse and business catalyst.
    Can I bring a web-dvd (created in Encore) and/or a slideshow/web gallerie (created in Lightroom) into muse? Maybe someone can explain the process to me.
    It woud help promote my work as a filmmaker and vfx compositor. 

    I haven't personally ever created a "web-dvd" from Encore, but created this sample website and explanation for how Lightroom and Muse can be used together to publish photo galleries from lightroom and a website from Muse to the same hosting. Perhaps it will be helpful.
    Websites published to Business Catalyst via Muse are accessible via FTP so your Muse site can contain both the uploaded Muse content and uploaded galleries from Lightroom (or HTML/CSS/JavaScript uploaded from other tools).
    If the site name is lightroomexample.businesscatalyst.com, then the FTP credentials for the site are:
    server: lightroomexample.businesscatalyst.com
    user: lightroomexample.businesscatalyst.com/<your Adobe ID>
    password: <your Adobe ID password>
    The default FTP settings in Lightroom work fine. By default Lightroom places all the uploaded files in a "photos" subfolder on the site, so by default the root of the uploaded gallery would be at http://lightroomexample.businesscatalyst.com/photos/index.html. If you want to upload multiple separate galleries you could put each in its own subfolder.
    URL hyperlinks can be used to establish links from Lightroom galleries to pages created by Muse and/or from Muse pages to Lightroom galleries.
    I’ve create an example Muse site that contains two Lightroom galleries at http://lightroomexample.businesscatalyst.com.
    IMPORTANT: One word of caution. When working with FTP (via an FTP client, Lightroom upload, etc.) you’ll want to take special care to limit your changes to only the files uploaded by Lightroom.  Overwriting, updating or deleting files uploaded by Muse or files that are part of the Business Catalyst platform would cause problems for the Muse content on your site (either immediately, or in the future as Muse adds support for Business Catalyst features). It could also cause problems for subsequent uploads of the Muse site.  If you’re working from Lightroom, you’re safe as long as the content uploaded by Lightroom is placed in a subdirectory of the main site and the subdirectory name doesn’t match one used by Muse or BC.  (At present Muse and BC use folders with names: css, image, scripts, stylesheets, Layouts and Templates. Avoid those names and all should be fine. If in doubt, use an FTP client or the Lightroom "Browse" button for "Server Path" in the FTP Server settings to see what folders already exist and make sure to use a new folder for your Lightroom gallery.)
    This same approach can be used with an FTP client to upload other files you might want to make available from your site (i.e. PDFs). Use an FTP client to create a new folder within your site. Upload the files to the new folder.  Then link to the files from within Muse using URL links. In a future update we'll provide an easy way to manage the upload and linking to auxillary files directly within Muse, but until then it can be accomplished using FTP tools outside of Muse and URL hyperlinks.

  • How do you use wEB DVD? in PRE9

    I do you use the web DVD on a HTML file. I created hyperlink but that does not work.
    Any Ideas?
    Joe

    You can test your WebDVD by opening the Index.html file in your internet browser. When you open it, it should work just like a DVD, assuming you've added menus and scene links to it.
    The WebDVD files can be uploaded to your Photoshop.com account. Otherwise, you can use them to create a web site (although you may not be able to add them to an existing web site.) the index.html file will serve as your home page.

  • Office Web Apps Server Default language.

    we are using Office Web Apps Server 2013 SP1 with SharePoint 2013 SP1. All servers use English UK regional settings, all SharePoint Sites use English UK as default regional setting.
    When we create a new document using Word Web App, the default proofing language defaults to En-US.
    How can i configure the office web apps or SharePoint to use English-UK as default.
    talwar

    Hi talwar,
    As I tested in my environment, I couldn’t set default proofing language in Office Web App. And I found a similar case:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/03a6ed63-50d0-48c0-a0d2-89ed36b117b0/set-default-proofing-language-for-office-web-apps-2013?forum=sharepointadmin 
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Why won't menus work or show when web DVD is uploaded to Revel ?

    I need to be able to upload  and share privately a web DVD with functionl menu system. I have created several for test and tried to upload to different hosts including Adobe Revel, the video upload will play, but does not show a menu. What am I doing wrong?

    AFW Images
    Thanks for the reply.
    If you get a chance, could you post a link to one of those web tutorials relating to webDVD and its applications. Did it actually suggest
    that Adobe Revel would support webDVD?
    I have had my issues with Adobe Revel even taking webDVD out of the equation.
    http://www.atr935.blogspot.com/2013/10/pe12-adobe-revel-add-mediapublishshare.html
    I have not revisited the topic since October 2013 and Premiere Elements 12.
    I will keep watch for webDVD and Premiere Elements. Since webDVD is one of the features removed from Premiere Elements 13 and photoshop.com has not been around for a long time for sharing it, I am not sure how that will affect interest in the feature moving forward.
    ATR

  • Web Enterprise Manager Default Port Number in Oracle 9i

    Enabeling Auditing on database 9.2.0.8
    Web Enterprise Manager Default Port Number in Oracle 9i:
    Does anyone know the default port number of the web enterprise manager (Oracle 9i)?
    If I installed or configured enterprise manager and I forgot the port, where can I find it?

    You must read the part in the Installation Documentation for certified repository databases to ensure that your database is OK.
    My advice is always, never start any installation (not only Oracle) without reading the Documentation, Release Note and any README.
    You will spend less time in the installation as Configuration if you use the required documentations for your platform.
    http://www.oracle.com/pls/db102/portal.portal_db?selected=21

  • How to use a Web-DVD

    Hello,
    what are the options for a web dvd?
    Can i add a video on a website (or youtube/vimeo) where you can click on an option within the video, just like a real dvd with an menu.
    thank you!
    Simon

    The Encore DVD to flash option does not lend itself to non-flash options - conversion to HTML5 video formats. If you are content with flash, that is one option.

  • SSL certificate unconfigured, but web server still defaults to https

    Hi all,
    I set up my web page as indicated in the Lion Server: Advanced Administration manual (Server/Web/Data/Sites/Default). I originally had a self-certified ssl certificate set up for all services, and the web server defaulted to port 443 with the following page:
    Index of /
    Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8r DAV/2 PHP/5.3.6 with Suhosin-Patch Server at *****.com Port 443
    I removed the ssl certificate, but it keeps going to the same page. I have  default.html and index.html files in the directory, and I figure at least one of those should. Any suggestions?

    Camelot,
    Thanks for the reply. I'm not offended by your suggestion that it's something simple that I've overlooked, rather I'm hoping that it is.
    I have selected the certificate on the appropriate site on the web panel. When you visit the site link In my original message, you'll see that the correct certificate is being served, but it appears as expired to the browser, even though it shows as valid in Server Admin.
    I also found it in the Keychain utility, and it also shows as a valid certifcate there. I did find an entry in the Keychain utility for an earlier attempt at installing an expired certificate, so I deleted that entry.

  • Web DVD Export HTML5 and DynamicLink Adobe Muse

    I would like export Web DVD for HTML5, today we can only Flash.
    Other nice new feature would be integration with Adobe Muse.
    Thanks

    Hi Vikas,
    Thank you for the reply. Come to find out that the web company altered my "static" html files which actually broke the .aspx files. The web company is still asking for me to use an SVN system for uploading which stinks, as this creates extra steps for me. Anyhow, you should go check out the site I created with Adobe Muse which is over a 130 pages. Wonder if anyone has accomplished that with Adobe Muse. Here is the web link: www.icadmed.com/home.html.
    Thanks again!
    Chad

  • Share Web DVD and Menu Templates

    I wonder if I can save and share a Web DVD through my automatic download sales.  I am saving all media in Amazon S3 so I can put the folders up there.  If it's possible which file would be the one a client would download? 
    This then leads to a 2nd question and that is about the menu templates.  Is there a place or way for me to develop my own templates with solid backgrounds, tailored to my business with the number of scenes I want to open on the front page?
    THANKS again for your help!
    Linda

    If you have Photoshop, then you can do almost anything that you want.
    The reason that I asked is that Photoshop can CREATE Layer Sets (basically the Buttons), where PS-Elements can ONLY edit those.
    You might want to look at the link in this ARTICLE, for some tips for creating you own Menu Sets.
    Good luck,
    Hunt

  • Encore web DVD "hidden video assets" ?

    is it possibe to create a  encore web DVD with "hidden video assets" ? (like they used to using Director?)
    so the end user would just insert the dvd rom, and lauch an html file but would not see the video assets ?

    it would be to prevent copying of individual f4v files. it used to be common in director hiding quicktime files.
    i guess the better way now would be to host the flash/videos on a protected webpage and sell timed access. (unfortunalty, that comes with a learning curve to put into effect.)
    but the origianl thought was to offer the product as DVD or On Demand Streaming or Digital Download -  and if a user chooses Digital Download i have to have a delivery format

  • Web DVD

    Hi,
    Just installed PE10 and created a web DVD.  When I use IE, it can't run but was fine with Firefox and Goggle Chrome. Pls advise what sort of requirement are  needed to ensure all brower in the internet world can work with your product.
    Cheers

    .      1. IE will show security warning on playing active content. There are ways to avoid this. Please refer to steps below.
    2.      Flash video not playing could be because of Flash security settings. Browse to this link and add location of your files in the path. You should be able to play the video after that.
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l
    Steps to avoid Security warning in IE:
    a)     To allow any Web site to run scripts and ActiveX controls on your computer:
    In Internet Explorer, on the Tools menu, click Internet Options. On the Advanced tab, scroll down to the Security section of the list. Select "Allow active content to run in files on My Computer" check box, and then click OK.
    To do this using windows registry, modify "HKCU\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN"
    set "iexplore.exe" (Reg_DWord) to "0"

  • Web DVD problem - no activeX menu

    So i created my 1st web DVD from, and everything works fine.  The menu creation and file encoding all worked great.  I can click on the Play_webDVD.html on my local drive, and it works perfect.
    I upload the files to my web site.  When I try to play, it loads  only the flash player bar at the bottom of the frame.  I can not get the video to play.  I've tried with I.E. 9, and Chrome .Below is what
    the screen looks like:
    Any ideas?

    Steve,
    Thanks so much for your help.
    To try to help things out - I've created a much smaller test web dvd:
    http://www.sonoranconsultants.com/Pirates/test/play_webdvd.html
    Here is the directory listing of the files:
    I don't think it has anything to do with my web.config file - as it does see the html file and "sort of" load it.  I went ahead and enabled directory browsing - so you can see what is in that directory
    if that is any help
    thanks again
    Paul

  • DVD drive defaults to bootcamp instead of Mac

    When loading a CD/DVD, the disc always defaults to the bootcamp side.  I need it to run on the Mac side.  How do I change this?

    Open the Export dialog box and at top centre you'll see a drop down menu that probably reads Email. Change it to Hard Drive. Screen shot below might help

  • Web Report Viewer - Default Printer not picked up

    We have a web application that previews Crystal Reports and prints via ActiveX. The report is set to a printer called 'RICOHC4000Letters'.
    The client side has another printer call 'RICOHC4000' with the same printer driver. And I understand that the ActiveX printing looks for the printer driver on the client side. So if you understand what I mean, the default printer when printing is set to 'RICOHC4000' instead of the one set on the report.
    We are using Crystal Reports 2008 SP3, FP3.3.
    Hope anyone can help or anyone has run in the same situation.
    Thanks in advance.
    Noel

    Hi Noel,
    If you search using here you'll find post on how to. Here's one part I used with a common dialog box to select the printer, note this is a Windows app:
    private void btnSetPrinter_Click(object sender, System.EventArgs e)
         System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
        CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions();
        CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions MYPRTOpts = new CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions();
         if (rdoCurrent.Checked)
              pDoc.PrinterSettings.PrinterName = cboCurrentPrinters.Text;
            MYPRTOpts.PrinterName = cboCurrentPrinters.Text;
            MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                   pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
            MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                   pDoc.PrinterSettings.PaperSources[cboCurrentPaperTrays.SelectedIndex].Kind;
              // added the below line to verify the changes work.
            MYPRTOpts.PaperOrientation = CrPaperOrientationEnum.crPaperOrientationLandscape;
            MYPRTOpts.PrinterDuplex = CrPrinterDuplexEnum.crPrinterDuplexVertical;
            MYPRTOpts.DissociatePageSizeAndPrinterPaperSize = true;
         else
              pDoc.PrinterSettings.PrinterName = cboDefaultPrinters.Text;
            MYPRTOpts.PrinterName = cboDefaultPrinters.Text;
            MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                   pDoc.PrinterSettings.PaperSizes[cboDefaultPaperSizes.SelectedIndex].Kind;
            MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                   pDoc.PrinterSettings.PaperSources[cboDefaultPaperTrays.SelectedIndex].Kind;
            MYPRTOpts.PrinterDuplex = CrPrinterDuplexEnum.crPrinterDuplexVertical;
            MYPRTOpts.DissociatePageSizeAndPrinterPaperSize = true;
        rptClientDoc.PrintOutputController.ModifyPrintOptions(MYPRTOpts);
         MessageBox.Show("Printer set.", "RAS", MessageBoxButtons.OK,MessageBoxIcon.Information );
         rptClientDoc.PrintOutputController.PrintReport(rasPROpts);
         MessageBox.Show("Printing report.", "RAS", MessageBoxButtons.OK,MessageBoxIcon.Information );
    You can simply ignore that part and this should allow you to print. Also realize this is server side printing only. One option would be to export to PDF, stream that to the users PC and then they can print it locally.
    Thank you
    Don

Maybe you are looking for

  • Hi8 Cam doesn't play my tape thru canopus...

    Hello all, Yes, yet another question from Benny P. My project I am working on now required me to get the Canopus ADVC product. The project I am doing is being done at different locations. It's a high school video that was shot by one of the parents,

  • Firefox Does Not Open a Link Pointing to a .bat file on a the network drive on local website

    Make and model of network drive? --HP Priliant DL580 G5 How is you network set up? --Novell Netware 6.5 What router are you using? --Cisco router c3825 What are you trying to do with the batch file? --simple program that launches a batch file that is

  • When I click on browse to add a picture in an email in hotmail, it does nothing?

    since downloading firefox/mozilla I cannot attach a picture in an email. I click on browse to pick the photo and nothing happens. == This happened == Every time Firefox opened == I switched from IE over to firefox

  • ITunes skiping like a CD

    Approx. every other song that plays on iTunes skips 2 or 3 times within the song. Any help would be great. Maybe a way to monitor what else the computer is doing at the time of the skip? Mac OS X Version 10.7.5 2.8 GHz Intel Core i5 8 GB 1333 MHz DDR

  • JDBC driver performance  hmmm...

    Hi! We encountered a very strange Oracle JDBC driver behaviour. I issue a select query that is rather heavy, but our DBA tuned it and in my SQL Navigator(that uses OCI I guess) it runs for about 1(one) second. But when I try to execute that query fro