Problems in Frame 1 with External HTML files

I am having an issue with loading two external html files within
my website.
I have a case study page with a
dynamic textbox and a scrollbar attached to it.
I have another page "news" that
contains another dynamic textbox with a scrollbar attached to
it.
I created two .txt files with my
information for both pages.
Working in Flash CS3 with
Actionscript 2.0 at 30fps.
My problem is this:
I can go to my news page and the .txt file will be visible,
but once I go to the other case study page and reveal that .txt
file, I go back to the news page and the .txt file is no longer
visible. Only a nonworking scrollbar is displayed with no text and
nothing else.
I believe I need to do something different in Frame 1's
Actioncode. I just don't know how to get the other .txt file to
work along with the other. I will be adding more .txt files in
dynamic textboxes later and I really need to resolve this issue so
I am able to add them with no problems. Appreciate anyone's help
immediately if you can.
Here is the temporary website link so you can test and see my
problem. Don't forget to go the the news button first in the
navbar. Then go to the case studies link and find the MAX Cat
Packaging and view that .txt file, then go back and you will see my
problem.
Click Here to
Visit Site

well I made a separate layer and placed the symbol with the
text box and scrollbar attached. That was the only thing on the
layer as you mentioned to separate it. I don't see how I could
separate the scrollbar from it as it is needed. So I made some
keframes, selected the textbox inside the symbol and added the code
you told me to add:
caseStudyMC._visible=false; In the other frames where I
needed it visible I added the code:
caseStudyMC._visible=true;
When I tested the movie. I didn't see the text but I saw the
scroll bar still and the text still failled to appear after viewing
the MC Case study text.
Is the code supposed to go in Frame1? What do I do with the
scroll bar image? I tried to Make it all disappear using the alpha
at 0, but it still didn't work.
thanks for all your help. hope you understand what I
wrote.

Similar Messages

  • How may load an external (html) file in swf? Anyone!!!!!

    hi all,
        How may load an external html file in swf? such as google.com in a movieclip.
    anyone may help me.........????????

    With Flash, you can't do this.
    Just with FlashBuilder and Air (something like HTMLLoader  , not sure now)
    I mean loading in a movieclip..
    Of course you can open a page to display in a browser.

  • Swf with external .as files not working in Captivate

    Hello,
    I am using Flash Professional CS5.5 & Captivate 5.5 (purchased with eLearning suite).
    When I insert swf animations into Captivate that have external .as files they do not work.
    Tried both insert animation & insert animation slide - same results.
    I placed the .as files in the same file as my Captivate project and have tried multiple setting options.
    The FPS are set to 30.
    I had the same problem with external audio files and had to embed the audio into my fla to get it to play in Captivate.
    Does Captivate just not allow external files?
    Any help/insight is appreciated!!
    Les-

    The most likely reason for this failure is that since your SWF is now embedded into another SWF (the Captivate project) the paths to the AS files need to be altered in Flash to allow for this.
    You need to investigate how this would be done in AS code if your Flash SWF was a symbol inside another Flash SWF.

  • Serious problems after Mavericks installation with External Drive Lacie P9220.

    Experiencing serious problems after Mavericks installation with External Drive Lacie P9220 1TB. Mac Finder totally locked!
    I had to format the External hard drive with a Windows PC (fat32), then format again with my IMac (mac Journal.) and hopefully restored data from time machine backup.
    So far so good but system looks unstable. Some software were not able to write on the hard drive.Some strange things happens. With Mountain Lion never had an even minor issue.
    I read many discussion regarding problems with WD, just wondering if anyone had the same problems with Lacie and if there is any tip to solve the
    problem.
    Many thanks.
    Marco

    Thanks very much for your reply.
    Unfortunately I couldn't find a solution because the article refers to whom have configured the drive with included software and drivers that came with the drive.
    This is not my case, I never used any third party soft ...only OS X disk utility ...
    best
    marco

  • JEditorPane problem with showing html file

    Hey,
    I have a JEditorPane in which I would like to show a HTML file that is stored in the same directory (local, not from the web).
           String url = "index.html";
            try
                JEditorPane htmlPane = new JEditorPane(url);
                htmlPane.setEditable(false);
                frame.add(new JScrollPane(htmlPane));
            catch(IOException ioe)
                System.err.println("Error displaying " + url);
            } It should also work once the whole program is "packaged" into a .jar file.
    With the code above I cant get the index.html file to be displayed in the htmlPane.
    Any suggestions?
    thanks.

    The JEditorPane has a method called setPage that loads a URL into the pane, you can always transform internal jar locations to URLs using e.g. CurrentObject.class.getResource("/internal/jar/location/text.html")

  • Testing SWF with external XML file, strange problem.

    Hi!
    My problem started after migration to 2.01. But I think it's
    not version problem.
    I have old project which uses external XML files ("
    http://www.mydomain.com/myxml.xml").
    When I teste project in "bin" folder it works perfect and SWF
    import data from XML.
    I created new Flex project and copied all scripts from old
    one. And my new app can't read external XML!!! (tested in "bin"
    folder):
    *** Security Sandbox Violation ***
    Connection to xmlURL halted - not permitted from
    file:///C:/myproject/bin/myproject-debug.swf
    BUT when I copy my new SWF to the old project "bin" folder
    then it WORKS! Strange!
    I found in Help "The Global Flash Player Trust directory" and
    I checked files: "flexbuilder.cfg", "flexbuilder.fbr" there are all
    my project paths (old and new).
    Thanks for help!
    newman

    You should your homework with Google and other search engines
    better ;)
    http://www.robrusher.com/1/2006/08/Flex-2-Error-with-XML.cfm

  • Problem validating XML file with external schema file

    Hi All
    I am having trouble at the moment trying to validate an xml file using an external xsd file that sits on my server. I have followed the basic option but at the moment to no avail. I am using a DOMParser and am setting all the features and properties correctly ... well I think I am anyway.....below is a fragment of the code
    DOMParser parser = new DOMParser ();
    // Setting the validation on for the parser.
    parser.setFeature ( "http://xml.org/sax/features/validation", true );
    parser.setFeature ( "http://apache.org/xml/features/validation/schema", true);
    parser.setProperty ( "http://apache.org/xml/properties/schema/externalnoNamespaceSchemaLocation", "c://testing.xsd" );
    parser.setErrorHandler ( this );
    I am getting an error telling me that the root element cannot be found.....see below
    org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'mainhome'.
    at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
    at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)
    at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
    at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)
    at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
    at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at com.cibenix.aps.util.MenuXMLParser.process(MenuXMLParser.java:163)
    at com.cibenix.aps.actions.MenuAddAction.execute(MenuAddAction.java:80)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:193)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
    Any help would be greatly appreciated
    thanks

    In the schema root element xs:schema add namespace declaration.
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    In the XML document root element add xmlns:xsi and xsi:noNamespaceSchemaLocation attributes.
    <root_element xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file://c:/testing.xsd">

  • Dynamic Text with external .txt files

    I need help getting dynamic text to display. I've used the
    following tutorials (among others).
    http://www.kirupa.com/developer/mx/dynamic_scroller.htm
    http://www.kirupa.com/developer/mx/multiple_dynamictext.htm
    In Flash 8 on last frame of maintimeline of movie, I have a
    layer with a background image, 2 buttons and a dynamic textbox
    (made scrollable) with scrollbar component. Textbox is given a var
    of "content", and an instance name of "textBox", which is
    referenced in scrollbar parameters.
    I have created 3 text .txt files, and saved them to same
    folder with movie .swf file. Text in files is preceeded by
    "content=" on line preceeding text to correspond with var of
    dynamic textbox. The files were created in Rich text format on Mac
    OSX4.11 and saved with .rtf extension, then file extension was
    changed to .txt (wouldn't save as .txt)
    I've added the following actionscript to this last frame:
    loadText = new LoadVars();
    loadText.load("TEXTintro.txt");
    //creating the loadVarsText function
    loadText.onLoad = function(success){
    if (success){
    textBox.text = this.content;
    else{
    trace("Error loading external content");
    Buttons have an instance name assigned with the following
    actionscript:
    on (release) {
    loadText = new LoadVars();
    loadText.load("TEXT1.txt");
    loadText.onLoad = function(success){
    if (success){
    textBox.text = this.content;
    else{
    trace("Error loading external content");
    When I test movie, I can see buttons on last frame of movie,
    but they don't load any text when pressed, and "undefined" text
    appears in upper left corner of text box before I press either
    button.
    I am getting the following Output errors:
    **Error** Scene=MoonOfWintertime, layer=TextBox,
    frame=2500:Line 1: Statement block must be terminated by '}'
    on (release) {
    **Error** Scene=MoonOfWintertime, layer=TextBox,
    frame=2500:Line 11: Syntax error.
    **Error** Scene=MoonOfWintertime, layer=TextBox,
    frame=2500:Line 1: Statement block must be terminated by '}'
    on (release) {
    **Error** Scene=MoonOfWintertime, layer=TextBox,
    frame=2500:Line 11: Syntax error.
    Total ActionScript Errors: 4 Reported Errors: 4

    No more output errors, buttons still not working, but I got
    my intro .txt file to load in textbox that loads with frame using
    the following code I tried from another tutorial:
    loadText = new LoadVars();
    loadText.onLoad = function() {
    textBox.html=true;
    textBox.htmlText = this.textContent;
    loadText.load("TEXTintro.txt");
    Tried the following code with buttons, but doesn't work.
    Other code suggestions?
    on (release) {
    loadText = new LoadVars();
    loadText.onLoad = function() {
    loadText.load("TEXT2.txt");
    on (release) {
    loadText = new LoadVars();
    loadText.onLoad = function() {
    textBox.html=true;
    textBox.htmlText = this.textContent;
    loadText.load("TEXT1.txt");
    }

  • External HTML files

    Can anyone help me with a problem I'm having?
    I am currently trying to automate generation of the locale specific public API document for the product we make.
    Part of this documentation requires that some of the generic classes we use are also shown in the this document. Obviously im using javadoc and ant to automate this.
    The problem I am having is that I am required to include the pregenerated javadoc pages for the generic classes (4 packages) and bind this together with the javadoc files I am generating for the locale specific parts of the product (1 package).
    Is this something that javadoc can handle, or does all output have to be generated rather than simply included? If javadoc can handle this, what part of the documentation have I missed?
    Thanks in advance, any help appreciated. Jason.

    It depends on how well integrated you want those four packages.
    Probably what will suffice is to use the -link (or -linkoffline) option
    http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#link
    If your package depends on the other four packages, this option will
    add links in your package pointing to those packages, but that's
    all it will do. The Javadoc tool won't add the four package names
    to the upper left pane, or add their class names to the "All Classes"
    list in the lower left pane, or add the program element names to
    the alphabetic index, or inherit doc comments from them.
    (There's no option that will do all these things from external HTML
    class pages)
    You could fairly easily manually add the package and class names
    to the left panes.
    If your package doesn't depend on the other packages, then there's
    no point in using -link.

  • Adobe Bridge issue with index.html files

    Hi, I have a perplexing problem.... Three weeks ago, I created a web photo gallery in Bridge. I transferred it to my website via FTP and it worked like a charm. Three days later I created another web gallery transferred it to my website using my ftp and the address of what I uploaded takes me to a blank page. I contacted my web hosting support and was told it looks like an issue with my index.html file. Here is a link to the gallery that is working: www.janieblanchard/com/galleries/prettylights/index.html
    Here is the link to the site that is not working:
    www.janieblanchard.com/galleries/macrogallery/index.html
    Any advice would be so helpful, I've spend too many hours trying different galleries and uploading multiple times.
    Thanks!

    What exact camera make and model?
    What specific, exact version of Adobe Camera Raw (ACR) plug-in?
    What specific, exact versions of Bridge and of Yosemite?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • [SOLVED] xfce4 automounting problem on usb dev with utf8 encoded files

    I have problem of auto mounting usb external drive contains utf8 encoded files under xfce4.
    Using hal and dbus for usb device detection.
    Heard that I need to add iocharset=utf8 under fstab or hal fdi configure files and tried them all but didn't work
    usb devices with vfat always got mounted with default charset.
    I found out that exo-mount is the one doing the actual mounting and that it is the one that cannot take all extra mounting options such as iocharset etc.
    Have tried gnome to mount this hard drive and works find with nautilus option that let me set various mount options for each harddrive.
    Is there any way to replace exo-mount with some other alternative mounting tools that work with thunar?
    Any workaround will be helpful as long as I can mount my usb drives with prefer charset so that I don't have to guess all ???marked files.
    Heard that xubuntu replaced that exo-mount with gnome-mount to handle drives with extra mount options such as iocharset.
    but I am pretty new to configuring things and couldn't find the step by step instruction for this so please provide the complete solution.
    Link to the pages that explain workaround would be nice as well.
    Thanks in advance!
    Last edited by axca (2007-10-17 18:24:50)

    Found the patch for exo-mount so that it takes additional mount options HAL suggests.
    https://bugzilla.altlinux.org/attachmen … ction=diff
    Now my usb drive can be mounted with the proper charset.
    Hope this patch helps others with similar situation as well!
    Last edited by axca (2007-10-15 15:41:47)

  • Templates with in HTML files

    can I create templetes within html files e.g. all wesite buit
    with html and news section in templates? How can this be achieved?
    Thanks for your assistance!

    :-D
    P.
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > This was a guesstimate - is that close enough?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "P@tty Ayers ~ACE"
    <[email protected]> wrote in
    > message news:[email protected]...
    >> But those are for *estimates*.. :-D
    >>
    >> --
    >> Patty Ayers | Adobe Community Expert
    >> www.WebDevBiz.com
    >> Free Articles on the Business of Web Development
    >> Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    >> --
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>>I had my magic 8-ball handy. 8)
    >>>
    >>> --
    >>> Murray --- ICQ 71997575
    >>> Adobe Community Expert
    >>> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >>> ==================
    >>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>> ==================
    >>>
    >>>
    >>> "P@tty Ayers ~ACE"
    <[email protected]> wrote in
    >>> message
    news:[email protected]...
    >>>> How did you know what the question meant,
    Murray?? I wouldn't have even
    >>>> been able to guess.
    >>>>
    >>>> --
    >>>> Patty Ayers | Adobe Community Expert
    >>>> www.WebDevBiz.com
    >>>> Free Articles on the Business of Web
    Development
    >>>> Web Design Contract, Estimate Request Form,
    Estimate Worksheet
    >>>> --
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>>A template is a whole web page, not a
    part of one. If you want to have
    >>>>>the convenience of templates in a section
    of a page, then use DW's F1
    >>>>>help to read about Library items or
    Server-side includes.
    >>>>>
    >>>>> --
    >>>>> Murray --- ICQ 71997575
    >>>>> Adobe Community Expert
    >>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>> ==================
    >>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>>> ==================
    >>>>>
    >>>>>
    >>>>> "richard150"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> can I create templetes within html
    files e.g. all wesite buit with
    >>>>>> html and news section in templates?
    How can this be achieved? Thanks
    >>>>>> for your assistance!
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Populating Tree with External XML File

    I want to use external files for populating Flex 3
    components. I have been successful using code very similar to that
    below for a data grid & for a combo box, but it won't work for
    a tree. Can you determine wh?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:HTTPService id="dp_Tree1" url="Tree1.xml" />
    <mx:Tree dataProvider="{dp_Tree1.lastResult.root.node}"
    creationComplete="dp_Tree1.send()" width="333"/>
    </mx:WindowedApplication>
    It's not working & I can't determine why. Attached is my
    xml file that I tested it with.

    Thanks a bunch folks, but my intent is to have as little code
    as possible. I want to help people who are not coders create
    designs using external xml files to populate controls. I was able
    to create very simple code with just two lines to populate a
    DataGrid from an external xml file:
    <mx:HTTPService id="dp_DataGrid1" url="DataGrid1.xml"
    />
    <mx:DataGrid
    dataProvider="{dp_DataGrid1.lastResult.component.rows}"
    creationComplete="dp_DataGrid1.send()" />
    And just two lines for a ComboBox:
    <mx:HTTPService id="dp_ComboBox1" url="ComboBox1.xml"
    />
    <mx:ComboBox
    dataProvider="{dp_ComboBox1.lastResult.component.rows}"
    creationComplete="dp_ComboBox1.send()" />
    Isn't it possible to populate a tree with two lines like as
    it is with a DataGrid & ComboBox?

  • Major problems using Keynote 09 with Keynote 08 files

    Keynote 09 seems to have been let out into the wild a bit too early. I have encountered several major problems when using it on older KN08 files. From the Scroll bar in outline view, to almost every movie or sound file being corrupted and requiring a "reinsert," to an annoyingly common problem with images losing their formatting. It seems that the new file format in KN09 does not play well with KN08 (this was not the case with any of the previous version upgrades).
    I have contacted Apple and shared these problems with them. I have removed KN09 from all my machines and have reverted back to KN08. Hopefully a future patch will correct this file corruption problem

    I have contacted Apple and shared these problems with them. I have removed KN09 from all my machines and have reverted back to KN08. Hopefully a future patch will correct this file corruption problem
    Your presentations sound like they are much more involved and memory intensive than mine. I only have a couple with movies/sound and those are quite short. So far (knock on wood) I've not had any of your problems. However, as a matter of course I always create a backup file before starting to edit an old important file with a new program. Keep us posted.

  • Help with an HTML file in Flash.

    Hi there.
    I'm attempting to import an html file into my flash document
    into a textfield on a movie clip. The text works fine, as does the
    css I have attached, but the <a> tag will not work. I've
    attached my Actionscript and HTML files in the hopes that someone
    will be able to give me a hand! Thanks in advance.
    ~Vanessa
    Hi, here is my ActionScript code:
    function addArticle(sLinkage:String):Void{
    if(oOpenedArticle[sLinkage]!=undefined) {
    oOpenedArticle[sLinkage].swapDepths(nTopDepth);
    return;
    function loadArticle():Void {
    var nWidth:Number = mcDisplayBackground2._width;
    var nHeight:Number = mcDisplayBackground2._height;
    var nX:Number = mcDisplayBackground2._x;
    var nY:Number = mcDisplayBackground2._y;
    this.createTextField("tArticle", this.getNextHighestDepth(),
    nX, nY, nWidth, nHeight);
    tArticle.multiline = true;
    tArticle.wordWrap = true;
    tArticle.textColor = 0x000000;
    tArticle.html = true;
    tArticle.condenseWhite = true;
    function loadData():Void {
    var lvArticleContent:LoadVars = new LoadVars();
    lvArticleContent.onData = function(sHTMLData:String):Void {
    tArticle.htmlText = sHTMLData;
    var cssStyles:TextField.StyleSheet = new
    TextField.StyleSheet();
    cssStyles.onLoad = function():Void {
    tArticle.styleSheet = this;
    lvArticleContent.load("about.html");
    cssStyles.load("aof.css");
    var nTopDepth:Number;
    var oOpenedArticle:Object = new Object();
    mcAboutButton.onRelease = function():Void {
    loadData();
    gotoAndPlay(20);
    loadArticle();
    And my HTML:
    <html>
    <head>
    <link href="aof.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#666666">
    <p class="bodystyle" align="top" valign="top">
    <font color="#000000" face="Verdana, Arial, Helvetica,
    sans-serif">
    <br />
    <center>
    <h2>CONSULTATIONS</h2>
    <font color="#000000" size="-1">
    Click <a href="tutorials.html">here</a> for a
    tutorial.
    </p>
    </body>
    </html>

    Hi
    OK, your path has to be fully qualified, tutorials.html
    doesn't work but
    http://mysite/tutorials.html
    should.
    When you think about it the swf doesn't know where it is, so
    calling tutorials.html has no starting reference.
    Placing a fully qualified path enables your link to find its
    target, irrespective of where the swf is.
    Although this is not true when called across domains, thats a
    whole new game.
    Hope it helps

Maybe you are looking for

  • File permissions when copied from server

    When a user connects to a share and copies items to their own local desktop, should the permissions on the files stick with them once copied, or should the file permissions be inherited from the location they were copied to? Server: OS X Server 10.5.

  • Max no columns allowed in a table

    i want to know how many columns are allowed in a table.maximum no of columns in table.

  • ADF 12c Rendering Problems at design time

    Hi all, I am experimenting the following unexpected rendering problems at Design time with JDEV 12c: -  Sometimes a complete page is showed empty or blank but the components exists on the page (you can see them in the structure panel) and the page ha

  • Parts of screen appear faded immediately after awakening phone

    When I first "awaken" my iPhone from sleep, two vertical bars appear on the unlock screen, near the edge of the phone. On both sides of the battery level indicator when charging. I tried pressing the sleep button a few times very quickly - and this m

  • File system external data upload

    Hi experts,         Is there any tool like File system external data upload, to upload the data from the  why is it used what are the attributes to be given.