HTML export Issue

HTML export used to export a functional interactive file I could open in Safari. Now it doesn't. Cause appears to be changing html extension to .wdgt (for iBook Author) and then changing it back again,the file ceased to work and prevented any other exported HTML file working either. I opened Safari and searched history for one I had opened earlier to prove I wasn't going mad. then saved the file to the desktop. It automatically had a .webarchive extension applied to it. What is going on?

Just quickly, I have an interactive app, built in InDesign, making use mainly of MSOs triggered by on-screen buttons. I was considering publishing this as an eBook and how I could achieve the same level of interactivity using iBooks Author. Exploring the HTML Widget in iBooks Author, i wondered if it was as simple as renaming the .html file (output directly from InDesign to .wdgt for use by iBook Author. It wasn't so simple, so I changed the name back to .html. From then onwards I could no longer produce an HTML file direct from InDesign that behaved like the previous interactive html.

Similar Messages

  • How do you edit the HTML export template?

    Fireworks HTML and images export does not render correctly when viewing in IE9 due to the default browser padding values.  I'm a little disappointed the Fireworks dev team didn't see this coming and add some code to prevent this rendering issue.  Anyway... I've come up with a work around to edit the html pages by adding my own style sheet which includes the yahoo CSS reset styles to take care of this problem and it works great.  The only problem is, adding it to every page of a multiple page export is tedious.  So, I'd like to directly edit the HTML template fireworks uses to generate the html in the head of each page it exports so it includes a reference to my own external style sheet.  I just need to know where/if I can make this change.  Any help would be greatly appreciated!
    Thanks,
    Greg

    I've never tried it, but the HTML Code folder inside Fireworks' application Configuration folder contains a number of items related to HTML Export. (Incidentally, I'd never mess with this folder without first saving a backup, and even then it's at your own risk.)
    There's no simple HTML template file here, but there are files like "DreamweaverLibrary.htt", which is a "hypertext template" file that looks a lot like JavaScript to me. So if you're comfortable modifying JavaScript, then you could take a crack at it. I'm not sure, but it looks like this library file might govern what gets written into the head of an exported HTML document. If not, you could try a different one.
    Another, less invasive approach might be to do some kind of Find and Replace on the exported HTML documents—using Dreamweaver or a text editor.

  • An html exported keynote shows "Slide couldn't be displayed" when uploaded to my web server

    Uploaded an html exported keynote (6.5.2) to web server but got the msg: Slide couldn't be displayed.
    But on my mac locally it works fine.
    Trying multiple scenarios, even a new blank file but the outcome is always the same.

    Hi Lisa,
    the Office Web Apps Server discovery URL defined in Lync Topology is https://officewebappint.domain.local/hosting/discovery.
    the issue still persist. I hope there is any other solutions.
    THank you for your feedback.
    Assraf Kamaruddin Suria Business Solutions Sdn. Bhd.

  • Using 128bit key Blowfish and any export issues

    Hi,
    I want to use blowfish (symmetric key algorithm) in my product and which will be shipped outside US. Reading Sun's documentation I am bit confused and I am not sure if the jce package is going to be available outside the US.
    Has anyone used the default available symmetric key algorithms in the JCE package (javax.crypto.*) and faced any export control issues ?
    Please let me know.
    Thanks
    RT
    Here is a sample code
    String ks = "123456789123456";
    kb = ks.getBytes();
    SecretKeySpec key = new SecretKeySpec(kb,"blowfish");
    Cipher cipher = Cipher.getInstance("blowfish");
    // Initialisation of cipher object for Encryption.
    cipher.init(Cipher.ENCRYPT_MODE, key);

    1. the issue is rather an import issue for some countries, than an export issue for US as far as you use jre>=1.4 .
    you can read the
    'Downloading the "Unlimited Strength" Jurisdiction Policy Files'
    section of
    http://java.sun.com/products/jce/javase.html
    2. The restricted (defualt) shipped version already covers Blowfish if you mind that.
    3. I use Blowfish with restricted (default) version of JCE in applications deployed in europe and have not heard of customer complaining sofar: they are supposed to use webstart or jre1.5.

  • Add custom html / scripts to html export

    Hello all,
    I'm looking for a way to add some code into each page after export file to html.
    the code is something like:
    <script type="text/javascript">
      parent.pageVisited[1] = 1;
      </script>
    Is there an easy way to add to each page when exporting file to html?
    Thanks
    Omer

    I don't believe that the HTML exporter is open source, so you cannot alter its behaviour. What you can do is pick up the HTML file created by a Javascript as a textstream and read it line by line in a loop. Search each line for the specific end tag in the HTML line and insert your lines after that position. Finish of by replicating the other remaining lines. Save the textstream.
    This can be done in every programming language in fact. Hope this helped.

  • Bizzare export issue

    Here is a very weird export issue. Windows XP.
    Project is set at h264 1920x1080 mono audio 29.97 fps
    I have 30 shots that make up the sequence. Each shot is exactly 90 frames. I exported each sequence at h264 1920x1080 with one channel of audio. The first shot exports just fine and is 5 MB. The second shot exports at 10 MB. The third is 15 MB, the tenth shot is 50MB. But the picture is still 90 frames for each shot. BUT, when I export without audio each exported file is just 5 MB. If I look at the properties of each clip the duration of the video and audio is just 90 frames. If I open one of these clips in QuickTime Pro and re-export it as source then the files size goes back to 5 MB; same video, same audio yet with the correct file size.
    Anyone seen this before?
    Is there a setting that could be incorrect?
    -cablet

    Weird, man. Not sure what might cause that.

  • Weird Tags in Story Editor Breaking HTML export

    Some of my manuscript files will not export to html. After further exploration, we found that in story editor mode, there are weird arrow type characters around text (ie, superscript numbers or within references)  that seem to be the problem. Once the characters are removed, the html exports fine.
    Any ideas as to why these random special characters/tags show up only in the story editor mode and where they come from?

    Here is what I am seeing in story editor mode. These tags don't show up in the normal layout or preview mode.
    http://stfm.org/indesigntags.png
    Looking to determine what causes these. Could it be leftover Microsoft Word Formating?

  • RichEditableText: export().equals() and HTML export

    1. How can I find out that two richEditableText.export() are equal?
    At least the order of the attributes in the TextFlow element is random which means that exported strings cannot be compared directly. Take for example the trunk.mxml from http://bugs.adobe.com/jira/browse/SDK-21836 and compile+run it several times and you see the different order of attributes. Is there a utility method somewhere to compare two exports? (BTW releasing the source of TLF would ease these kind of bug hunting...)
    I know how to use richEditableText.textFlow.generation but this only indicates changes in the current component.
    2. Is supporting html import/export on the roadmap?
    (This question got burried in the information stream... http://forums.adobe.com/message/2042067#2042067)
    Gordon Smith: TLF's TextFilter class supports importers and exporters for HTML_FORMAT, but I haven't tried them and don't know how robust they are.
    I think the HTML export in TLF is not yet stable. The thing is that once
    it is stable there is pretty much no way to insert the import
    functionality into RichEditableText without rewriting most of the
    component. In my opinion, it should be either integrated into
    RichEditableText even at this early stage or RichEditableText should be
    refactored to allow extending it in an easier way.
    Thanks for any hints,
    Marc

    Hi Abhishek,
    Nice conversation I do not expect that TLF covers the full HTML standard. After all, browsers are too good when it comes to HTML rendering...
    with varying degrees of fidelity.
    I remember reading in the TLF forum, that HTML import/export was experimental. That's why I wrote that HTML is not ready for prime time. Also your comment shows that HTML is a poor choice from a Flex perspective. Unfortunately, it's unclear what varying degrees of fidelity really means as I'm not aware of any precise documentation or code.
    Concerning your idea about passing around a (mutable) instance of TextFlow, I'm not a great fan. The power of markup is besides others, that it is a comparable description of content and format. So I definitely prefer an equal function. If this function doesn't make it into the Flex 4 release, I  reluctantly add to each TLF markup a dirty flag which is based on TextFlow.generation.
    As mentioned before, I prefer TLF could export all content and formatting into HTML compliant format. There are many reasons why HTML is a huge benefit over any new, widely undocumented format (this is not specific to TLF or FXG). A few reasons that come to my mind:
    - Server side: Apache Lucene has a battle-proof extractor. With TLF or FXG, I had to write and configure my own.
    - Server side: Extract and modify links in content. This is obviously very easy with HTML as there are age-old libs available.
    - Flash Player: Compare two TLF markups. There might be also no actionscript lib for HTML available. But I'd happily start a project for HTML but not for a new format without underlining code and thorough doc.
    - HTTP communication: what's the mime type of TLF or FXG?
    - Every developer knows HTML, TLF/FXG must be learned. I regard this learning as a high barrier as TLF does not seem to be a big step forward compared to HTML.
    Note that I don't prefer HTML because it is an "open standard". It's because the whole world knows HTML and that brings a much higher engineering efficiency (and that's maybe due to the open standard). If not all information of TLF can be export HTML, it's a pity but just document it.
    Looking forward to your thoughts/comments,
    Marc
    abhishek.g wrote: Hi Marc,
    Thanks for your reply.
    TLF supports many different markup formats (TLF, FXG, Plain text, HTML) with varying degrees of fidelity. It would simply not do to compare HTML because there isn't a 1:1 correspondence between TLF and HTML capabilities. From that perspective, TLF format would be your best bet though I realize there is the problem of inconsistent attribute order.
    Perhaps your scenario is better addressed by having utilities to compare TextFlow instances rather than comparing corresponding markup (this needs additional thought).
    As for HTML import/export, it is obviously be beyond TLF's scope to implement the full HTML standard. The current implementation is loosely based on the HTML capabilities of flash.text.TextField (see htmlText property), which itself is a small subset of the standard, and deviates from it in some ways. When you say HTML support is not ready for prime time, are you referring to this limited scope, or have you encountered specific bugs in the implementation? If the former, I'd like to know what your expectations are. If the latter, please report them.
    Thanks
    Abhishek
    (Adobe Systems Inc.)
    This message was sent to: faindu
    To post a reply to the thread message, either reply to this email or visit the message page:
    http://forums.adobe.com/message/2059470#2059470
    --end--
    mail transfer stalled...

  • MSOutlook HTML newsletter issues - large gaps between large images and small gaps...

    Please can you help me!
    Searched the web & found plently of advice but still getting formatting display issue when viewing HTML newsletter in MS Outlook.
    Fully aware on the basics regarding the multiple issues when creating HTML newsletters but this is driving me crazy.
    Apparently there is a image height limit within Outlook (can't find out what this is) so I have sliced my larger images into 5/6 parts which solves the display issue in Outlook.
    But the gaps between the slices are now being displayed as small blank spaces within Hotmail.
    I did use <br> between each slice as without caused the fixed 600px wide containing table to expand due to the slices stacking hoz.
    Also still getting small gaps (like <br> spaces) between all images in Outlook when displaying perfectly (no gaps) in a browser.
    This is my newsletter displaying correctly via a browser:
    http://eu.shorts.tv/site-admin/modules/mod_mail/SHORTSTV_DECEMBER_2012.htm
    Using Dreamweaver 4 (do have the latest version via Adobe Creative Cloud Membership but not on this system).
    Hope you can help
    Many thanks

    Many thanks David
    I also found this article which is currently sitting on my desk.
    Pdf would make perfect sense or even a url link to view via a browser but these guys need it contained within the email.
    Thanks again for your kind advice.
    Regards
    ShortsTV
    Date: Fri, 30 Nov 2012 18:05:08 -0700
    From: [email protected]
    To: [email protected]
    Subject: MSOutlook HTML newsletter issues - large gaps between large images and small gaps...
        Re: MSOutlook HTML newsletter issues - large gaps between large images and small gaps...
        created by David__B in Adobe Creative Cloud - View the full discussion
    Hey Shortstv, Not something I know much about, searched and found thishttp://robcubbon.com/create-html-email-newsletters-outlook/ Maybe create it as a PDF attachment instead? -Dave
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4888255#4888255
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4888255#4888255
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4888255#4888255. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Creative Cloud by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Hyperlinks in keynote HTML export.

    I've created a presentation with Keynote 3 and would like words and objects to link to external web sites.
    The links work when the presentation is viewed using Keynote. But when I export to HTML the links don't work.
    Am I doing something wrong? Or is this feature not available?

    Sigh, well that makes perfect since Apple, have "hyperlinks" built into keynotes that work like a webpage in preview, but when you export to HTML ( a logical choice) have it stop working...
    1 this should be an easy fix for apple, make each slide a seperatr HTML file and link between them. Currently it's already exporting each slide as a JPG.
    Yes I know Keynote is not meant to be a web design program... But if it can export to PDF, Quicktime, and even Powerpoint, HTML export (that works with hyperlinks) should be easily done...

  • List item tags li not closing in HTML export

    Can anyone explain what triggers list items <li> to close in HTML exported from InDesign CC?
    I have bulleted and numbered lists followed by paragraphs and headings, but InDesing is exporting everything following the last list item inside of the last <li> tag.
    It seems to me that InDesing CC does not close <li> tags until it hits a paragraph style which has Tag set to [Automatic] within the Export Tagging section. I have lists followed by headings with styles mapped to HTML heading tags.

    hello Tony,
    My mailid is [email protected]
    please do not forget to send me your contact details.
    Regards
    chandu

  • Sperating pages in HTML export

    Hello,
    Anyone know if it is possible to separate pages, sections or chapters into separate HTML pages when exporting, in order not to a get a huge single webpage? Something similar to what DocBook XML editors do...
    Thanks very much!
    PS: so I hear that the HTML export is no good... but possibly for text-rich pages with few graphics it might be ok... ?

    Hello TNGS,
    welcome to the Pages Discussions. There is no way to split a document in Pages during the HTML export procedure. All you can do, is to split your document into several in Pages and export every document into a single HTML page. Than use an ordinary text editor to knitting all together to a useable website.
    I have written some manuals with Pages 1 in 2005 and one (372 pages) should be exist as an HTML manual as well, so I tried to write XSL scripts for converting one big HTML document into a functional website. Forget it. There are too many obstacles in the way to manage this in an adequate time.

  • Html export in Pages 09?

    I saw the video about posting the page to iWork.com. Does this mean there is html export in the iWork apps?
    Kurt

    You are really missing the point with iWeb.
    I maintain a church site using iWeb. Updating and adding content is as easy as it gets. The coding is messy but my friends are seeing my pages as I intend them and I don't need to spend hours putting them together. My main job is music but I have also volunteered to maintain our web site.
    For people whose job is web creation, iWeb is too limited and is not intended for this use and makes no claims to be so.It is for consumer level creation only.
    That said, it is also easy to copy and paste info from a Pages or Word doc directly into an iWeb page. If it is a matter of formatting than why not use a pdf?
    I believe it was wise of Apple to take the web export out of Pages. I have not seen a program designed for word processing and layout that does html export well. There is always a level of clean up that needs to be undertaken after the export so the page will display correctly.
    Kurt

  • Is Muse compatible with Email Service Providers. I found html code issues - PCs have viewing issues

    Is Muse compatible with Email Service Providers? A colleague said Muse has html code issues as PCs struggle to display the artwork correctly when emails are delivered.

    Is Muse compatible with Email Service Providers? A colleague said Muse has html code issues as PCs struggle to display the artwork correctly when emails are delivered.

  • Crystal JRC PDF Export Issue

    We are experiencing a PDF export issue with Crystal JRC version 12.2.202.  The PDF report shows 1 of 3 pages but ONLY the first page is generated.  When this occurs, ALL other users that are exporting to PDF experience the same issue with any multiple page report.  I can't find any errors in the log that would indicate what the problem is.  To resolve the issue, I have to recycle the WebLogic application server that hosts  the JRC, which would indicate something gets "locked" in memory and gets cleared when the app server is bounced.
    Any ideas on how to resolve this ?

    Hi Ted,
    Thanks for the response!
    Though, the mentioned Sun JVM Bug explains the root-cause, the Bug status also state that it is not fixed yet.
    Also, we are reluctant to change the JVM Option to -Xint due to unknown impacts on JVM optimizations.
    Is there a patch released for CrystalReports to deal with this behavior? We are using CRJ runtime 11.5.7.620 and seeking for a patch on this version.
    Thanks.

Maybe you are looking for