BUG: Rectangles inside FW symbols become blurry/misaligned

There seems to be a problem with the use of Rectangles within Symbols in Fireworks CS6, CS5 and earlier.
The problem is that they become blurry. More exactly, they become repositioned within the symbol—aligned to the half-pixel—and their edges become anti-aliased as a result. For example, here's a series of rectangles that I'd created on the canvas to visualize a set of color swatches:
Here's the same set of rectangles after having been saved as a Symbol and imported into another document:
At first I thought this was a problem with Symbols in general, but then I discovered that it only occurred with Rectangles—a.k.a. "rectangle primitives", which are a special kind of grouped vector object created using the Rectangle tool—and only when the contents of the Symbol in which they resided had a pixel width or height ending in an odd number (i.e., 1, 3, 5, 7 or 9).
THE PROBLEM
Here's what I've observed, in greater detail. Start with two Rectangles, 99 x 99 pixels—one with a stroke only, the other with a fill only. Select the first Rectangle and choose Modify > Symbol > Convert to Symbol, and then do the same for the second. Save the file. Everything looks OK, right?
Now close the file, and reopen it. Have a look at the thumbnail previews within your Document Library. They look a little... fuzzy, yes?
Click on the name of one of the symbols in the Document Library to open the Symbol Properties dialog, and then click OK. Now look on the canvas...
Yikes. The symbol instance containing the stroked Rectangle (on the left) has become quite blurred. Now, back within the Document Library panel, click on the thumbnail preview of the other symbol to enter Edit Symbol mode, and then return to the document canvas...
Yikes again. The symbol instance containing the fill Rectangle (on the right) has also become blurred—horizontally, in this case. They both look worse now.
Note that it's not the instances nor their placement on the canvas that's the problem—you can move them anywhere on the canvas, and they'll still look just as bad—but the symbols themselves. Double click on one of the symbols to enter Edit Symbol mode and select the rectangle. Its X-Y position in the Properties panel will look normal, but if you open the Transform panel extension (http://www.senocular.com/fireworks/extensions/?entry=572), you'll see the real story: The rectangle has been re-aligned to the half-pixel.
Importantly, the trigger here isn't the dimensions of the rectangle, per se, but of the symbol contents as a whole. If the symbol contents have an even-numbered dimension, alignment remains crisp and pixel-perfect along that dimension; if the symbol contents have an odd-numbered pixel dimension, a blurry misalignment occurs. For example, here's a series of "even" rectangles (20 x 20 pixels) that, with their single-pixel spacing, comprise an odd-numbered selection (125px), shown before and after symbol conversion:
Incidentally, the same problem reveals itself when you import these symbols into another document using the Import Symbols command within the Document Library options menu.
THE FIX
The patch for this bug, once it's occurred, is to edit the symbol. In Edit Symbol mode, select all objects—or just the misaligned Rectangle objects—and choose Modify > Snap To Pixel.
The fly in the ointment here is that, in many cases, the original alignment is not preserved. The rectangles may now be misaligned in relation to other objects in the symbol, as well as to other objects on the canvas. Therefore, to finish the job, you may need to also nudge the rectangle(s) by a pixel horizontally or vertically using the keyboard arrow keys.
The good news is that once a symbol has been fixed using Snap To Pixel, its alignment and clarity should remain fixed.
THE WORKAROUND
The surest way to avoid this issue, of course, is to avoid including Rectangles in your symbols—not the geometric shape, but the grouped vector object as it's created by the Rectangle tool. Therefore, prior to converting a selection to a symbol, check for any Rectangles within the selection and ungroup them using the Modify > Ungroup command, which will convert them into simple paths, unaffected by this bug. (Chances are, by the time you're converting these objects to symbols, you won't need the fluid resizing or adjustable rounded corners that Rectangle objects offer; the trick will be remembering to perform this extra step.)
THE BUG REPORT
Lastly, here's the bug report that I submitted to Adobe regarding this issue:
Product name: Fireworks
Product Version: 12.0.0.236
Product Language: English
Your operating system: Mac OS 10.6.8
******BUG******
Concise problem statement: Rectangles within Symbols become blurry if the width or height of the symbol contents is an odd number (e.g., 21, 23, 25, 27, 29, etc.). The blurriness is caused by misalignment of Rectangles on the half-pixel within the symbol, and becomes apparent upon closing and reopening the document and either a) viewing the symbol's Document Library thumbnail preview, or b) clicking to view Symbol Properties or to Edit Symbol. It can also be observed upon Importing the symbol into the Document Library of another document.
Steps to reproduce bug:
In an open FW document, draw a Rectangle and set the width and/or height to an odd number (e.g., 99 x 99 pixels).
Select the Rectangle and Convert to Symbol.
Save and close the document.
Reopen the document. In the Document Library, double-click the symbol name to open the Symbol Properties dialog, and click OK. (Or double-click the symbol preview to Edit, and then return to the document canvas.)
Results: The Symbol instance appears blurry on the canvas. (The Symbol itself also appears blurry within Edit mode.)
Expected results: The Symbol should appear as it was originally created, without a loss of clarity or change in alignment.
Note that this bug can occur whether a rectangle's dimensions are even or odd; the determining factor is the dimensions of the symbol contents as a whole. However, the bug affects Rectangles only; it has not been observed with paths, ellipses, auto shapes, bitmaps, or groups.
The Transform panel extension was used to view the precise pixel alignment of objects and determine the cause of the blurriness.
For more information, including graphic demonstrations and workarounds, please see the following forum post: http://forums.adobe.com/thread/1073489?tstart=0
This bug has also been observed in Fireworks 8 and CS5 on Mac OS 10.6.8 (Snow Leopard).
POSTSCRIPT
Amazingly, this bug can also affect Symbol instances on the canvas that have been "broken apart". To see this for yourself, create a symbol like one of the preceding examples, select the symbol instance on the canvas and choose Modify > Symbol > Break Apart. Save and close the file, then reopen it. The "broken apart" instance on the canvas will now appear blurry/misaligned(!).

Thanks, Petros_!
That's good input. If this issue is important to you, consider submitting your own bug report. Feel free to copy and paste from mine, if it helps. (Just be sure to verify all results on your own setup first.)
Whenever possible, I'm trying to post bug reports on this forum in addition to submitting them to Adobe. Partially, this is to allow me to include graphics or go into slightly more detail, and partially it's to make bug reporting more transparent—to raise awareness of known issues among fellow users and reduce duplication of effort, to create a record, and to increase public visibility of these issues. It also allows for corrections or additions to be made by myself or other users.
However, it's not a true bug reporting system. So we don't know whether the Fireworks team has looked at this yet, whether it has been or will be assigned to someone, or whether your comment on this thread will be read by anyone on the Fireworks team.
Nevertheless, it is quite an investment of time tracking down a bug and writing it up like this, so I appreciate the kudos!

Similar Messages

  • Insert JQuery .html into text field nested inside of symbol

    This is one of those, 'it should be so simple....so of course, it's not' question.
    Got a nested symbol. Rather simple one. Inside the symbol is a background rectangle and a text field. When I click a button, it should insert the HTML I give it from the click event.
    Now initially I did this by just using the text field by itself. No nesting. This is the code:
    sym.$("copy").html("Edge Rocks!");
    OK, success! The text loaded just fine.
    Now let's insert that text field inside of a symbol. And let's call that symbol 'content'.
    Now I try....
    sym.$("content").$("copy").html("Some new text");
    Result? Nothing.
    Tried using stage instead of sym and even added a var stage = sym.getComposition().getStage() statement before that. Nope.
    Yea, they don't make it easy. So what's the solution?
    Here's my example file.
    https://www.dropbox.com/s/5n1ehhsp7r3rbt6/text.zip?m
    BTW, ran this in Firebug's console. No errors.

    Yes and no, Elaine. Kind of confusing but if the button is directly on the stage, that code works. However, if that button gets nested inside of its own symbol, the code no longer works and a JS error appears in console.
    So in other words, the button and the text field are nested inside of symbols, but not the same symbol. So it's a question of the path being used.
    I tried switching sym to Stage to no effect.
    Redid the test file and uploaded it to Dropbox:
    https://www.dropbox.com/s/ha24ki0wp0fb2nw/text2.zip?m

  • Target a textfield inside a symbol?

    I have a symbol called Rectangle and a text field called Counter on the stage. Inside the symbol I have another textfield called Counter2. For the .click event of the symbol I have:
    sym.setVariable("checker", "1");
    sym.$("Counter").html(sym.getVariable("checker"));
    sym.setVariable("checker", "0");
    sym.$("Counter2").html(sym.getVariable("checker")); //error here?
    But I noticed that only Counter is being changed and that Counter2 was not targeted. How do I target Counter2 without having to move it to the main timeline?

    Hi there,
    Try this for the second textfield (assuming "Counter2" is nested in "Counter"):
    sym.setVariable("checker", "0");
    sym.getSymbol("Counter").$("Counter2").html(sym.getVariable("checker"));

  • Screen becomes blurry (font change) after java starts?

    Using java 5.0xx, when any java application starts, it chagnes my screen font. and as a result the text becomes blurry, its almost like its using truetyoe fonts. Is there any reason for this, or to prevent this?

    Thanks for the reply..
    I used your tool and it seems my jnlp file is ok ..(nothing in red)
    I have actually identified the problem and it seems after update to java 6 update 14.. I am not able to access any resources
    Here the function that reads a .csv file
    private int readStateMapData(String theAbName) {
    .............................//lines deleted
    lineBuf = "stateCodes.csv";
    dPanel.showStatus("Reading state code information...", null);
    lineBuf = "map-data/" + lineBuf;
    try {
    URL url = new URL(getCodeBase(), lineBuf);
    BufferedReader in = new BufferedReader(new InputStreamReader(url.openStream()));
    stateID = null;
    while ((lineBuf = in.readLine()) != null) {
    StringTokenizer st = new StringTokenizer(lineBuf);
    String ID = st.nextToken();
    String name = st.nextToken();
    if (name.equals(theAbName)) { stateID = ID; break; }
    in.close();
    if (stateID == null) return STATE_NOT_FOUND;
    } catch (MalformedURLException me) { return BAD_STATECODE_FILE; }
    catch (IOException ie) { return BAD_STATECODE_FILE; }
    I already have a logic built into my program that displays and error message and it shows "cannot read state code file"
    These files are inside my jar. Again if I uninstall java 6 update 14 webstart works fine ..What should I do ??
    Here is my jnlp file :
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="file:/G:/WNV_proj/dist/" href="launch.jnlp">
    <information>
    <title>XXXXXXXXXXX</title>
    <vendor>XXXXXXXXX</vendor>
    <description>MICRO-MAPS</description>
    <description kind="short">MICRO-MAPS</description>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-Djava.security.policy=applet.policy"/>
    <jar href="MICRO-MAPS.jar" main="true" download="lazy"/>
    </resources>
    <applet-desc main-class="Micromaps" name="Micromaps" width="940" height="640">
    </applet-desc>
    </jnlp>
    Edited by: atjava on Jul 15, 2009 12:26 PM

  • Trying to show() and play() a symbol from inside another symbol

    Hi Everyone !
    I'm running into a problem which is getting me crazy.
    I have the following case :
    - 1 symbol (_Page_Background) containing an animation with the following trigger @0s :
    // Hiding the symbol
    sym.getParentSymbol().$("_Page_Background").hide();
    // Stop it
    sym.stop();
    - 1 element (B_TOYS), inside of a symbol (BUTTONS) with the following "click" trigger :
    // Showing the _Page_Background symbol
    sym.getComposition().getStage().getSymbol("_Page_Background").show();
    // Start playing it
    sym.getComposition().getStage().getSymbol("_Page_Background").play("INTRO");
    The Symbol _Page_Background starts hidden, like it should. But when I click on the button (B_TOYS), nothing happens. Although, everything was working correctly before I turned my buttons into symbols ..
    I guess the problems lies with the "show()" function, because I have other buttons that work properly but they don't show/hide anything, they just play()
    Am I missing something ?!
    Thanks in advance for your kind help !

    Hi Dimitri,
    Think of symbols as independent timelines that can contain other elements, or instances of other symbols. The Stage/main timeline is a symbol as well. Scripting calls are scoped to the symbol that the script is in. The keyword sym stands for the symbol that you're in with the script.
    So if your script is at the same level as what you are targeting with it:
    Use sym.$("elementName") to access an element's properties
    Use sym.getSymbol("symbolName") to access a symbol's timeline. If there's another symbol inside that symbol that you want to access, you'd use sym.getSymbol("symbolName").getSymbol("childSymbolName")...that's only two levels deep, but you can go as deep as needs be.
    If you're trying to access an element in a symbol, you'd combine these two, such as sym.getSymbol("symbolName").$("elementName")
    When your script is within a symbol and you want to access an element or symbol outside of the symbol timeline:
    Use sym.getParent() to get to any elements that are in the parent symbol (the symbol which contains the symbol you're calling from), which could be the Stage or could be another parent symbol
    Use sym.getComposition().getStage() from any symbol level to access things at the main Stage level.  You can also dive into a symbol on the Stage from any symbol using sym.getComposition().getStage().getSymbol("symbolName").
    All is explained in detail here:
    http://www.adobe.com/devnet-docs/edgeanimate/api/current/index.html
    hth,
    Joe

  • How to access a variable from inside another symbol

    So i did this tutorial, Leveraging Independent Symbol Timelines created by Eliane...it's rockin, btw.  ;-)
    All's well but now i have a symbol on the stage called mc-home.  inside of mc-home is a button called btn-go.
    On the stage in composition ready there's a variable sym.setVariable("current", "mc-home");
    This code works for a symbol that's on the stage but, how do i get this code to work on a button that's inside another symbol that's on the stage?
    var current = sym.getVariable("current");
    if (current != "") {
        sym.getSymbol(current).play("OUT");
    sym.getSymbol("mc-something").play("IN");
    sym.setVariable("current", "mc-something");

    sorry, i was kind of confused myself too, don't worry about it but thanks for your patience for reading it anyway

  • How can I change the color of a object inside a symbol?

    Hello!
    I'm working on this study and I need to change the color of an object inside a symbol when I click another object.
    The object is called "bola", wich is inside the symbol "ponto" and the clicking object are the colored pencils (each pencil should change the color of the symbol's object, giving the impression you'd selecting a different pencil to draw).
    I think it's simple to understand what I mean when you see the files.
    I already tried this line on click event of the pencils, but it didn't work:
    sym.getSymbol("ponto").$("bola").css("color","#123456");
    Anyone knows how to make that work?
    I would like to improve the experience of drawing as well. I made it with the "mousedown" event. Is that a better way to get a similar effect?
    My files
    Thanks a lot,
    Clayton F.

    Ok here is another sample:
    http://www.meschrene.puremadnessproductions.net/Samples/HELP/LapisB/Lapis.html
    http://www.meschrene.puremadnessproductions.net/Samples/HELP/LapisB/Lapis.zip
    You need to create a var that changes the css background color..
    Hopefully you can understand what I did...
    The text I left showing so that you could see it change...
    I updated the files and all colors should work now.
    Message was edited by: ♥Schrene

  • Calling a function inside a symbol?

    Hi there,
    I'm one of those flash-devs that are trying to get Edge Animate to do what I usually do in Flash, so I might be doing this the wrong way, but I've got a symbol with a function "inside" on my stage, and I wanna call that function from the stage.
    I've been trying to use sym.getComposition().getStage().getSymbol("symbolName").functionName(); but it doesn't work.
    I don't have any problems manipulating the symbol itself by calling .play() or .hide() so I know the path works....can anyone show me the right syntax to call a function inside a symbol?
    Thx in advance

    Hi Abnesher,
    An important principle to grasp is that symbols (and the stage is one of them) lies in parallel, despite the fact of instances of different symbols being nested one in another (and all in fine nested in the stage).
    The consequence is that from inside your nested symbol you have no direct visibility of the function defined inside the stage symbol !
    Inside the Stage symbol, in the document.compositionReady event handler :
    sym.yourGlobalFunction = function( firstParameter)
      // your stuff
    Inside another symbol, in one of its events handlers :
    sym.getComposition().getStage().yourGlobalFunction( 5);
    Gil

  • Get the ID of a dynamically created symbol from library, INSIDE another symbol.

    Hi everyone,
    I'm trying to get the id from a dynamic created symbol from library.
    When dynamically creating the symbol directly on the stage (or composition level), there's no problem.
    But I just can't get it to work when creating the symbol inside another symbol. 
    Below some examples using both "getChildSymbols()" and "aSymbolInstances" 
    // USING "getChildSymbols()" ///////////////////////////////////////////////////////////////////////// 
    // ON THE STAGE 
    var m_item = sym.createChildSymbol("m_item","Stage");
    var symbolChildren = sym.getChildSymbols(); 
    console.log(symbolChildren[0].getSymbolElement().attr('id')); // ok eid_1391853893203
    // INSIDE ANOTHER SYMBOL
    var m_item = sym.createChildSymbol("m_item", sym.getSymbol("holder").getSymbolElement()); 
    var symbolChildren = sym.getSymbol("holder").getChildSymbols(); // Am i using this wrong maybe?
    console.log(symbolChildren.length) // returns 0 so can't get no ID either
    // USING "aSymbolInstances"" ////////////////////////////////////////////////////////////////////////// 
    // ON THE STAGE
    var m_item = sym.createChildSymbol("m_item","Stage"); 
    console.log(sym.aSymbolInstances[0]); // ok (i guess) x.fn.x.init[1] 0: div#eid_1391854141436
    // INSIDE ANOTHER SYMBOL
    var m_item = sym.createChildSymbol("m_item", sym.getSymbol("holder").getSymbolElement());
    console.log(sym.getSymbol("holder").aSymbolInstances[0]); // Javascript error in event handler! Event Type = element 
    In this post http://forums.adobe.com/message/5691824 is written: "mySym.aSymbolInstances will give you an array with all "names" when you create symbols"
    Could it be this only works on the stage/ composition level only and not inside a symbol? 
    The following methods to achieve the same are indeed possible, but i simply DON'T want to use them in this case:
    1) Storing a reference of the created symbol in an array and call it later by index.
    2) Giving the items an ID manually on creation and use document.getElementById() afterwards.
    I can't believe this isn't possible. I am probably missing something here.
    Forgive me I am a newbie using Adobe Edge!
    I really hope someone can help me out here.
    Anyway, thnx in advance people!
    Kind Regards,
    Lester.

    Hi,
    Thanks for the quick response!
    True this is also a possibility. But this method is almost the same of "Giving the items an ID manually on creation and use document.getElementById() afterwards".
    In this way (correct me if i'm wrong) you have to give it an unique ID yourself. In a (very) big project this isn't the most practical way.
    Although I know it is possible.
    Now when Edge creates a symbol dynamically on the Stage (or composition level) or inside another symbol it always gives the symbol an ID like "eid_1391853893203".
    I want to reuse this (unique) ID given by Edge after creation.
    If created on the stage directly you can get this ID very easy. Like this;
    var m_item = sym.createChildSymbol("m_item","Stage");
    var symbolChildren = sym.getChildSymbols(); 
    console.log(symbolChildren[0].getSymbolElement().attr('id')); // ok eid_1391853893203
    I want to do exactly the same when created INSIDE another symbol.
    var m_item = sym.createChildSymbol("m_item", sym.getSymbol("holder").getSymbolElement());
    Now how can I accomplish this? How can I get the Id of a dynamically created symbol INSIDE another symbol instead of created directly on the stage?
    This is what i'm after.
    Thnx in advance!

  • Sharp Photo When Placed in Indesign, Text becomes Blurry...

    I have a Photo (with Sharp Text) that when Placed in InDesign, the Text Becomes Blurry (as in Unreadable)...
    What's Up with that? And, more Importantly, what can I do to Correct?  Thanks (can attach if needed)

    Is this on screen or in print? Check Display Performance. Right-click on the image to change the display performance of only that image, or use the View menu to change the Display Performance of the document. Higher display quality generally slows the program down, although it can be slight. If the text is a text layer in Photoshop consider saving as Photoshop PDF. This will keep the file fully editable in Photoshop but the text will be vector paths in the PDF, rather then rendered raster art at the image's resolution.

  • Why is text become blurry and out of focus?

    Why is text become blurry and out of focus?

    I am confused what device you are talking about. You question is here in the Using iPhone section, but it is marked for your MacBook Pro running iOS 6? If you are talking about an iPhone and you never update your profile to say you are running iOS 7, I would blame the paralax feature that slightly zooms into your picture, making certain low-res photos look extra blurry. Hope this helps.

  • Before reset my all setting my lock scree is become blurry but after the reset my all setting, it was simple i need blurry lock screen

    before reset my all setting my lock scree is become blurry but after the reset my all setting, it was come simple &amp; no blurry i want to make my lock screen blurry effect how do this please help me....

    Welcome to the Apple Support Communities
    The way to reset the password depends of the Mac OS X version you are using.
    If it's 10.6 or 10.5, see "Resetting your original administrator account password" > http://support.apple.com/kb/HT1274
    If it's 10.8 or 10.7, see > http://discussions.apple.com/docs/DOC-4101

  • Linked symbols inside a symbol.

    Working with multi-art board documents we need a way to use externally linked symbols inside a symbol in the document. Example: A Button.ai file is used in multiple documents (imaging large project with 100s of pages). The lined button symbol can't be used (Or any linked file) within a symbol. This is a very annoying limitation that requires manually update a button symbol kept in 10th of files.

    Hitting "edit" is not a big deal. The grid is a big deal. If you need to adjust the size based on the grid then... you need create the same grid in the linked file and position the artwork precisely. If later on you want to adjust the grid you need to do it manually in all your linked file. Complex, is it not?
    Also to be able to preview a change one need to hit save and get back to the original file...
    Again all that isn't a big deal for a simple file when you need to adjust a linked image. If we talk about pixel perfect UI design - forget it.

  • Activate a button inside a symbol

    First let me just say that edge is great tool, and makes our life much easier.
    well.. i'm trying to get familiar with the program and I run into some obstacles.
    on the stage i have a symbol, inside that symbol i have a button, which i need it to run an animation on the timeline inside that same symbol.
    i used-  sym.play("label name on timeline"); --- not working
    i have noticed another problem, when i change the cursor it also dosen't appear when i export (CTRL+ENTER).
    i tried to activate the symbol on the main timeline of the stage but it didnt solved the problem either.

    YES.
    Button is in mySymbol
    you need to get back to the stage:
    sym.getComposition().getStage().
    you need to get the symbol
    getSymbol("mySymbol")
    you need to get the button:
    $('btn')
    sym.getComposition().getStage().getSymbol("mySymbol").$('btn').click(function(){
         // you code here
         sym.getSymbol("mySymbol").play('symbolLabel');
    Here is a sample file:
    https://www.box.com/s/lu9o0w0oqtex3fodti4x

  • Layers inside of Symbols

    I'm watching a flash tutorial from cartoon solutions on lip
    synching. In the timeline there are three layers- the head, body
    and sound- and when the presenter clicks on the head graphic symbol
    it opens a different contingent of layers with the component of the
    head(nose, mouth, etc.). This is something that I'm trying to
    duplicate but can't figure out how. I'm using FlashMX and don't
    know if that was a feature added later. There don't appear to be
    any folder icons in the timeline, either.

    and to add to jesse's (thanks), instance names only if
    using/nesting movie clips - i work with
    Graphic symbols as much, if not more than MCs. Just in case
    bippity is not using MCs - since he is
    following along with a cartoonsmart tutorial, most likely
    they are graphics symbols.
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    jesse harding wrote:
    > Chris is exactly right. Just to add to what he said;
    Make sure to give
    > instance names to all your nested symbols (at least any
    you might want
    > to control like the eyes and mouth). That way you can
    control them from
    > the root timeline or even from inside other symbols.
    >
    > Jesse H.
    > Adobe Community Expert
    > My site:
    http://www.jharding.com
    > Free Blog Radio:
    http://www.tornadostream.com
    >
    >> it's a feature in all versions and it is called
    "nesting" - you can
    >> simply place symbols inside symbols. each symbol can
    have any number
    >> of layers and frames.
    >>
    >> Chris Georgenes
    >> Animator
    >>
    http://www.mudbubble.com
    >>
    http://www.keyframer.com
    >> Adobe Community Expert
    >> *\^^/*
    >> (OO)
    >> <---->
    >> bippity wrote:
    >>
    >>> I'm watching a flash tutorial from cartoon
    solutions on lip
    >>> synching. In the timeline there are three
    layers- the head, body and
    >>> sound- and when the presenter clicks on the head
    graphic symbol it
    >>> opens a different contingent of layers with the
    component of the
    >>> head(nose, mouth, etc.). This is something that
    I'm trying to
    >>> duplicate but can't figure out how. I'm using
    FlashMX and don't know
    >>> if that was a feature added later.
    >>>
    >
    >

Maybe you are looking for

  • Problem in importing a dump file

    i have got a dump file exported from one system. i try to import into my database (anotehr system) but an error exists SQL> imp sys/sys file='C:\INVSYS.DMP'; SP2-0734: unknown command beginning "imp sys/sy..." - rest of line ignored. i dont have the

  • Why is returning old edge phone so hard??

    For simplicity sake, here's an abridged version.... I edged up toward the end of Nov, 2014 then returned my old edge phone in Dec.            (Note: I had previously lost my phone and Verizon replaced it for me through Asurion) It got returned back t

  • SharePoint site continues prompting window for Id and Password?

    Hi, recently all users facing issue while opening SharePoint 2010 Sites, sites continues prompting window for Id and Password, even after entering information it's asking. When I login on server and try to open the site, there was also asking prompt.

  • Getting an error with ringtones

    Everytime I attempt to make a ringtone, I get the message "itunes could not connect to itunes store. An unknown error occurred(11556)" "make sure your network connection is working & try again" I can purchase other stuff from itunes & everything else

  • Two problems with external services

    Hi, we got a WSDL including three external services. I successfully created a consumer proxy for the WSDL. When calling the methods of the consumer proxy from my WebDynpro application I get some errors. One of the external services is working fine. T