Skinning components not working in CS3

Ok well I know that you can drag a component on to the stage
and double click it to add a new skin. I think I may have a setting
wrong somewhere because no matter what I do I can't re-skin any of
the components. Do I need to set the publish prefs to anything
special to do this?
Any help would be great!
TIA,
Wes/

Ok well I know that you can drag a component on to the stage
and double click it to add a new skin. I think I may have a setting
wrong somewhere because no matter what I do I can't re-skin any of
the components. Do I need to set the publish prefs to anything
special to do this?
Any help would be great!
TIA,
Wes/

Similar Messages

  • [js] CS Scripting not working with CS3

    Hello,
    We had a JavaScript made for us that enabled the user to exchange certain text within a document.
    This script works fine with CS (Ver.3.0.1) but gives a JavaScript Error - #55, Error String: Object does not support the property or method 'findPreferences' with CS3 (Ver.5.0)
    I have tried 'tinkering' around with the scripting - but I have zero experience with JavaScript and have not found a solution.
    Additionally the people that wrote the initial script are not available.
    I have bought several books but they all seem like alien-language to me
    Below is the section of origional CS scripting.
    Can anyone point out to me WHY this script does not work with CS3?
    And WHERE I should start looking - changing?
    Thanks in advance for your help and guidence.
    Lee
    // Exchange the text
    function actProjectData(oneDoc, oneResult){
    app.findPreferences = null; app.changePreferences = null;
    oneDoc.search(undefined, true, true, oneResult[0],{appliedCharacterStyle:oneDoc.characterStyles.item(myProjectTitleCharStyleNa me)}, undefined);
    oneDoc.search(undefined, true, true, oneResult[1],{appliedCharacterStyle:oneDoc.characterStyles.item(myOfferNoCharStyleName)}, undefined);
    oneDoc.search(undefined, true, true, oneResult[2],{appliedCharacterStyle:oneDoc.characterStyles.item(myOfferDateCharStyleName) }, undefined);
    app.findPreferences = null; app.changePreferences = null;

    > Come to think of it, maybe it's easier to create a folder "Version 4.0 Scripts" under your scripts folder and place your CS script in there. Maybe that will do the trick. Should have thought of that earlier.
    Tried this, but it didn't seem to do anything... But certainly a 'try' worth.
    Currently playing around with the:
    > app.findTextPreferences.findWhat = "a";
    app.changeTextPreferences.changeTo = "b";
    oneDoc.changeText();
    I've got to the point where I have no error messages :-) Now I'm really flying.....
    Fact is - not all text and also the wrong text is replaced!!!
    I'm currently playing with the script to try and replace
    all texts with a given paragraph style with the entered text...
    Not proving to be simple for me, but I'm learning rather a lot!
    Now that doesn't sound very clear when I go back and read it!
    What I want to say is:
    Each page of the document has the project name, No & Date on it (each having their own paragraph style)
    so
    With this script it asks you the Project name, No. and Date and then goes
    through the whole document and replaces all instants of those texts with specific paragraph styles with the newly 'entered' text.
    Proving to be a little mountain for me - Thought it would only be a hill!

  • Flash components not working in Firefox 2 or 3

    Hi all,
    I have a couple simple games that use Flash CS3's list and
    button components. They work great in the Flash authoring
    environment and in IE when testing, but they do not work properly
    in Firefox. The button does not have any graphic associated with
    it, it is only the text of the label parameter that appears, so it
    looks kind of like plain text. The list appears fine in one game
    but does not appear at all in the other. If you want to see a
    sample of this, here is a URL:
    http://websitedev3.dis.wa.gov/games/countries.shtml
    -- this has the list that does not work properly in FF
    http://websitedev3.dis.wa.gov/games/catch.shtml
    -- this has a button on the info pages that does not have any
    graphics on it and looks like plain text ('Start Game').
    Any suggestions on how this can be fixed so these games are
    functional in Firefox would be greatly appreciated. This problem
    persists across multiple machines, so I don't think it's an issue
    with my development computer.

    Both of these load no problems in my FF3

  • Published SWFs not working from CS3 on Mac?

    This one REALLY has me stumped..
    I am working on a Mac Dual 2-Gig G5 running OS 10.4.10 and
    Flash CS3.
    I have a web site for a client posted (
    http://www.aronwiesenfeld.com
    ). This site has been running flawlessly for over a year published
    to Version 8 Flash Player AS v2.0. This client asked me to create a
    new temporary splash page last night that would announce his new
    Art Show and then click on into the main site. This site uses a
    Shared Lib, a SharedTrigger, a Core SWF (containing the main site
    navigation elements and handles loading of various movies into
    levels) and a Splash SWF (that contains the two splash screens and
    initial navigation to areas of the site. The problem I THINK I am
    having is in the Splash SWF... or is a problem with my LOCAL Mac
    installation? When I click one of the 5 Site Nav buttons it is
    supposed to tell the main core movie to advance to a new frame (20)
    and I target that movie by referring to _level0. This has worked
    fine for the past year (on this and other sites). I am attaching an
    example of the code used on each of the initial Nav buttons in the
    Splash swf .
    So here is the mystery...
    When I "Test Movie" inside Flash CS3, everything works/looks
    "perfect". If I then go to the desktop and find the generated HTML
    file and open it in Safari (both version 2 and 3-beta), or Firefox
    or Opera, etc., everything looks fine until I click one of the
    initial text Nav Buttions. At that point it takes me to the main
    site and loads the external SWF into a level as it should
    (indicating that the 3rd line of code on the button is execution
    and by the fact the the Splash movie disappears, it indicates that
    the core movie is indeed moving to frame 20 (_level0) as requested
    in the first line of code. However, all of the main site navigation
    buttons along the bottom of the main site as well as the background
    NEVER APPEAR? Also when I start to move the mouse around the loaded
    external movie the site completely crashes and I get a blank screen
    - IN ALL BROWSERS whether I am launching the site from my hard
    drive or the Internet!! But it works perfect INSIDE Flash CS3.
    Now comes the real kicker...
    Just for the heck of it after spending 3 hours trying to fix
    this on my main G5 tower(publishing to Player version 9, etc.), I
    decided to try accessing the site from my old G4 laptop. Ready for
    this? The site appears to be working perfectly IN ALL BROWSERS ON
    MY G4 also running 10.4.10!!!
    So my guess is maybe their is a problem with the Flash Player
    Plugin in all my browsers on my G5 or the Flash Plugin has a
    problem with OS 10.4.10 only on my G5. BUT, even if I launch this
    site directly in Flash Player from the desktop on my G5 it does not
    work - so the stand-alone player is having the same issue - yet it
    works fine on my G5 INSIDE of Flash CS3.
    I thought I had seen it all the last 5 years with Flash, but
    this one has be completely stumped!
    My client emailed me from California and said the site was
    working fine there of his PC. If that is true then I am having a
    LOCAL Flash Player problem on my G5 running 10.4.10.
    In addition to my question, if anyone can give me feedback as
    to whether or not this site is working on your machine/browser/OS,
    could you please let me know? You will know if the site is working
    if you click on Enter Site, then click on any of the 5 buttons
    (except Info) and you see a grey background behind the image and
    the lower navigation string appears.
    Thanks!

    Well after trying everything I could think of I started down
    the list again. I re-downloaded the Flash Player 9 r47 Mac
    installer and ran the installer again (which I also did last night
    with no success).
    This time after re-installing the plugin - ALL THE BROWSERS
    IMMEDIATELY STARTED WORKING ad the site now comes up fine - so,
    apparently I had a bad Flash Player install in my browser!

  • Serial number not working on cs3 download for mac

    I downloaded cs3 through prodesign tools but my serial number is not working does that mean I installed it on too many computers. I only have it on my old desktop now which I'm using to print from my epson 3800 and I'm a little scared to uninstall that. Can I just use the cs3 trial for now and enter the serial number lately. Will  the cs3 trial mess up downloading the cs5 trial? Thx, Mark

    mwerbe wrote:
    I downloaded cs3 through prodesign tools but my serial number is not working does that mean I installed it on too many computers. I only have it on my old desktop now which I'm using to print from my epson 3800 and I'm a little scared to uninstall that. Can I just use the cs3 trial for now and enter the serial number lately. Will  the cs3 trial mess up downloading the cs5 trial? Thx, Mark
    What message does it fail with, specifically?  That would help answer your question.
    If you can no longer deactivate your Photoshop CS3 license from an old system because it's no longer running, you may well be able call Adobe's customer support line and get them to reset the activation information in their server database for you, by explaining your situation to them.
    -Noel

  • Flash video with cuepoints and skin does not work

    Hi guys, i created a SWF file based on the template available
    here
    http://www.adobe.com/devnet/flash/articles/vidtemplate_mediapreso_04.html
    Basically the movie has navigation buttons on the left side
    of the video display to enable users to jump to predefined sections
    (topics) within the video. It also has the video controls under the
    video.
    I imported my video as well as the sample provided in the
    webpage above and the clip does not work in Presenter. I can see
    the skin but the buttons flash and we cannot see the video. I'm not
    a Flash or Presenter expert. Just wondering if anyone can help
    troubleshoot this. We would really like to embed a swf with
    navigation buttons into Presenter. is this possible? ideas
    appreciated.
    Thanks

    I'm sure someone will post a workaround for you (there are about 4 or 5 different workarounds people have posted at various times). But I wanted to thank you for your post. My experience as a very recent PC to Mac convert has been frustrating, mostly due to Keynote. When I first started using Keynote I was amazed at what it could do. I spent a lot of time working on a project (several days) only to spend another several days trying to figure out why it wouldn't Export. I finally logged onto the forums and see that people have been posting about this problem for MONTHS. It's been very frustrating to say the least and is a major flaw.
    Your note is the first indication I received that Apple is truly working on this issue. I feel for people who posted months ago waiting for an update every day. Like them, I sent a support email (not answered).Your note shows both hope and progress. Apple could really convert a lot of people if it got software like Keynote to work correctly. I'm still blown away by its power. But it's like owning a Ferrari with now wheels. It has a lot of power, but there's nothing you can do with it until you get wheels.
    Cheers!

  • Flash Player not working after CS3 install

    I just bought a new iMac and Adobe CS3 web premium software yesterday. I installed on the new iMac, then installed the software on my 1.5 year old MacBook Pro. On the laptop everything seems to be working fine, except the Flash player won't work when browsing on Safari or Firefox. I tried numerous downloads and installs in every way possible, but still not working. Is this because the MacBook Pro is running 10.4.11 and the Flash Player may have been built for 10.5? Please advise how to get Flash working in the browsers again. Thanks!

    Seems a common problem...
    http://blog.psyrendust.com/2007/12/14/adobe-flash-player-plug-in-installer-gives -error-on-mac-os-x-error-creating-file-10085-5000-access-denied-error/
    http://support.dataviz.com/support.srch?docid=13157

  • Coloring tools not working in CS3.  How do I fix them?

    My paint brushes, pencil and clone stamp have stopped working in CS3 for Windows 7.  How can I fix tem?

    There are a number of settings that affect the way the painting tools work.  Selections also affect them.
    Let's concentrate on the Brush Tool:
    Look at the options near the top of the Photoshop main window when you've selected e.g., the Brush Tool.  Set your Opacity and Flow to 100%.  Make sure you have no selection active, or that you're painting inside the selection if you do have one active.
    If all else fails, reset the Brush Tool by doing the following:
    -Noel

  • Flex components not working after upgrade to Flash Builder 4

    I just purchased Flash Builder 4 and imported my project from Flex Builder 3. Everything worked except my Flex components that were created in Flash Professional using the Flex Compoent Kit are not showing up at all in my Flex app. The components were created in Flash CS3 and published to an SWC. I even tried upgrading to Flash Professional CS5 and re-publishing but that didn't help. These components work fine in Flex Builder 3 with Flex SDK 3.2. Does anyone know why they aren't showing up in Flash Builder 4 using Flex SDK 4.1 and AIR 2.5 SDK? I need this to work with AIR SDK 2.5 so I can compile for Android. Thanks, Ryan.

    P.S. when I say they aren't showing up I mean they aren't visible in the running application. Flash Builder is finding them in the SWC though because I instantiate the components in my mxml file and it compiles without errors. - Ryan

  • Add file name script not working in CS3

    I have this wonderful script (written by Brian Price) back in 2004 for PS7 that adds the file name to an image ( I use it for adding file names to small images to be used in a slideshow). It works great ion Photoshop CS, but when I try to use it as part of a batch action in CS3 it stalls on line 9. OIt works fine when run on just one image in CS3 . . . it just stalls when run as part of a batch action!
    Any help GREATLY appreciated!
    Many Thanks,
    Peter Thompson
    [email protected]
    www.photohawaii.com
    Here's the script:
    // this script is a variation of the script addTimeStamp.js that is installed with PS7
    //Copyright 2002-2003. Adobe Systems, Incorporated. All rights reserved.
    //All amendments Copyright Brian Price 2004 ([email protected])
    //Check if a document is open
    if ( documents.length > 0 )
    var originalRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.PERCENT;
    try
    var docRef = activeDocument;
    // Create a text layer at the front
    var myLayerRef = docRef.artLayers.add();
    myLayerRef.kind = LayerKind.TEXT;
    myLayerRef.name = "Filename";
    var myTextRef = myLayerRef.textItem;
    //Set your parameters below this line
    //If you wish to show the file extension, change the n to y in the line below, if not use n.
    var ShowExtension = "n";
    // Insert any text to appear before the filename, such as your name and copyright info between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextBefore = "";
    // Insert any text to appear after the filename between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextAfter = "";
    // Set font size in Points
    myTextRef.size = 30;
    //Set font - use GetFontName.js to get exact name
    myTextRef.font = "ComicSansMS";
    //Set text colour in RGB values
    var newColor = new SolidColor();
    newColor.rgb.red = 255;
    newColor.rgb.green = 255;
    newColor.rgb.blue = 0;
    myTextRef.color = newColor;
    // Set the position of the text - percentages from left first, then from top.
    myTextRef.position = new Array( 5, 94);
    // Set the Blend Mode of the Text Layer. The name must be in CAPITALS - ie change NORMAL to DIFFERENCE.
    myLayerRef.blendMode = BlendMode.NORMAL;
    // select opacity in percentage
    myLayerRef.opacity = 100;
    // The following code strips the extension and writes tha text layer. fname = file name only
    di=(docRef.name).indexOf(".");
    fname = (docRef.name).substr(0, di);
    //use extension if set
    if ( ShowExtension == "y" )
    fname = docRef.name
    myTextRef.contents = TextBefore + " " + fname + " " + TextAfter;
    catch( e )
    // An error occurred. Restore ruler units, then propagate the error back
    // to the user
    preferences.rulerUnits = originalRulerUnits;
    throw e;
    // Everything went Ok. Restore ruler units
    preferences.rulerUnits = originalRulerUnits;
    else
    alert( "You must have a document open to add the filename!" );

    I have this wonderful script (written by Brian Price) back in 2004 for PS7 that adds the file name to an image ( I use it for adding file names to small images to be used in a slideshow). It works great ion Photoshop CS, but when I try to use it as part of a batch action in CS3 it stalls on line 9. OIt works fine when run on just one image in CS3 . . . it just stalls when run as part of a batch action!
    Any help GREATLY appreciated!
    Many Thanks,
    Peter Thompson
    [email protected]
    www.photohawaii.com
    Here's the script:
    // this script is a variation of the script addTimeStamp.js that is installed with PS7
    //Copyright 2002-2003. Adobe Systems, Incorporated. All rights reserved.
    //All amendments Copyright Brian Price 2004 ([email protected])
    //Check if a document is open
    if ( documents.length > 0 )
    var originalRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.PERCENT;
    try
    var docRef = activeDocument;
    // Create a text layer at the front
    var myLayerRef = docRef.artLayers.add();
    myLayerRef.kind = LayerKind.TEXT;
    myLayerRef.name = "Filename";
    var myTextRef = myLayerRef.textItem;
    //Set your parameters below this line
    //If you wish to show the file extension, change the n to y in the line below, if not use n.
    var ShowExtension = "n";
    // Insert any text to appear before the filename, such as your name and copyright info between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextBefore = "";
    // Insert any text to appear after the filename between the quotes.
    //If you do not want extra text, delete between the quotes (but leave the quotes in).
    var TextAfter = "";
    // Set font size in Points
    myTextRef.size = 30;
    //Set font - use GetFontName.js to get exact name
    myTextRef.font = "ComicSansMS";
    //Set text colour in RGB values
    var newColor = new SolidColor();
    newColor.rgb.red = 255;
    newColor.rgb.green = 255;
    newColor.rgb.blue = 0;
    myTextRef.color = newColor;
    // Set the position of the text - percentages from left first, then from top.
    myTextRef.position = new Array( 5, 94);
    // Set the Blend Mode of the Text Layer. The name must be in CAPITALS - ie change NORMAL to DIFFERENCE.
    myLayerRef.blendMode = BlendMode.NORMAL;
    // select opacity in percentage
    myLayerRef.opacity = 100;
    // The following code strips the extension and writes tha text layer. fname = file name only
    di=(docRef.name).indexOf(".");
    fname = (docRef.name).substr(0, di);
    //use extension if set
    if ( ShowExtension == "y" )
    fname = docRef.name
    myTextRef.contents = TextBefore + " " + fname + " " + TextAfter;
    catch( e )
    // An error occurred. Restore ruler units, then propagate the error back
    // to the user
    preferences.rulerUnits = originalRulerUnits;
    throw e;
    // Everything went Ok. Restore ruler units
    preferences.rulerUnits = originalRulerUnits;
    else
    alert( "You must have a document open to add the filename!" );

  • Update Script Problem CS2 to CS3 ( Time/Date/Year Script NOT WORKING IN CS3?

    The below script works in CS2 but not in CS3? WHY?
    //DESCRIPTION: Use to insert date/time into document.
    if (app.documents.length == 0) { exit() }
    insertDTs(app.documents[0]);
    function insertDTs(aDoc) {
    var curPrefs = aDoc.characterStyles[0].extractLabel("dtprefs");
    if (curPrefs == "") {
    // Doc has no prefs; use saved prefs
    curPrefs = getCurPrefs(File(getScriptPath().absoluteURI.replace(/Insert\.jsx/, "Prefs.txt")));
    } // end if curPrefs
    var prefParts = curPrefs.split("\n");
    if (prefParts[2] != "[None]") {
    insertIt(aDoc, prefParts[0], prefParts[2]);
    if (prefParts[3] != "[None]") {
    insertIt(aDoc, prefParts[1], prefParts[3]);
    function insertIt(aDoc, formString, cStyleName) {
    var formStrings= ["Day, Month, Year"]
    var theFuncs = [dayMonthYear]
    var charStyleStrings = aDoc.characterStyles.everyItem().name
    if (indexOf(charStyleStrings, cStyleName) < 1) { return } // style not found or is No Style
    var func = indexOf(formStrings, formString);
    if (func < 0) { return } // requested form not recognized
    var dateString = theFuncs[func](new Date());
    app.findPreferences = app.changePreferences = null;
    aDoc.search("", false, false, dateString, {appliedCharacterStyle:cStyleName});
    } // end insertIt
    function dayMonthYear(date) {
    date.setDate(date.getDate()+1);
    // returns dayName, monthName date, year
    var myDateString = date.toLocaleDateString();
    myParts = myDateString.split(" 0");
    if (myParts.length != 1) {
    myDateString = myParts[0] + " " +myParts[1];
    return myDateString.slice(0,-5) + "," + myDateString.slice(-5);
    function indexOf(array, find,offs) {
    for( var i = offs == undefined ? 0 : offs; array.length > i; i++ ) {
    if( array[i]==find ) {return i}
    return -1;
    function getScriptPath() {
    // This function returns the path to the active script, even when running ESTK
    try {
    return app.activeScript;
    } catch(e) {
    return File(e.fileName);
    } // end try
    } // end getScriptPath
    } // end insertDTs

    It uses CS2-style searching is the most obvious problem.
    Try putting it in a folder named "Version 4.0 Scripts" -- without the quotes -- and run it from there.
    Dave

  • Horizontal Looper not working in CS3

    I recently upgraded to Dreamweaver CS3 from 8 and have been
    unable to get Horizontal Looper 2 (the version for ASP) to work in
    this new version.
    The extension itself and the settings dialog box appear, but
    the pop-up menu to select a recordset is blank. This identical
    issue occurs on a separate installation on a different machine as
    well.
    I'm working in ASP VBScript specifically with a SQL Server
    stored procedure. I've been unable to get this extension to work,
    even on pages that I created with DW8 where in which the Horizontal
    Looper 2 extension worked without any issue.
    Has anyone experienced this issue or have any suggested
    workarounds?

    No .. you didn't say what OS. I have Win XP Pro, SP2. So you
    had DW8
    running on Windows and have switched to Mac for CS3?
    Interesting.
    Have you tried using a direct recordset and not a Stored
    Procedure with the
    Horiz Looper to see if that works? It looks to me as if it's
    not
    recognizing the recordset and that could be due to the stored
    procedure.
    If all that fails, you might try writing to Tom directly.
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner''s
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Axius" <[email protected]> wrote in message
    news:f2okfk$bc3$[email protected]..
    > Hi Nancy,
    >
    > Thanks for your response. Are you running CS3 on an
    Intel Mac as well?
    >
    > I may have not been clear in my initial post. This same
    Stored Procedure
    >
    did work with DW8, in terms of it being recognized by the
    > Horizontal
    > Looper 2 extension.
    >
    > The bizarre thing is that the recordset
    is showing up as an option
    > when
    > I use Dreamweaver's built-in Repeat Region dialog box in
    CS3, but
    >
    doesn't
    > appear within the Horizontal Looper 2 extension. I
    tested this by
    > creating
    > identical ASP pages which call the same stored procedure
    within DW8 (Win)
    > and
    > then CS3 (Mac), as well as reading-in ASP files created
    by each version.
    > Same
    > problem with CS3. I've tested several other stored
    procedures (even simple
    > SELECT-only statements) and still have the same problem.
    I also completely
    > uninstalled and then re-installed the Horizontal Looper
    2 extension, but
    > to no
    > avail.
    >
    > If there's anything else you could suggest I try, please
    let me know.
    >

  • Skin Menu not working

    I'm using Captivate 3 and daisy-chaining programs together.
    Menu Builder is not an option at the moment so I've created a Menu
    using the Project|Skin options. I browsed to find the .cp program
    but when the programs are published, the menu doesn't work even
    though the daisy-chaining does work. I've read that Captivate is
    smart enough to find the published program, even though I'm
    pointing to the source program. I'm publishing both the SWF and the
    EXE formats. I've searched the forums and can't find any solution
    to getting the Skin menu links to function--with a daisy-chained
    program. NOTE: The reason I'm daisy-chaining is because I tried to
    create the program all in one file and I'm having huge issues
    getting the program to load (about 2 minutes to start from a
    CD)--so this is what I'm trying for a solution. Help!

    I'm noticing that when the menu link is clicked (on the EXE
    program) it's looking for an .htm file--which is not created when
    publishing an EXE file or at least I'm not seeing that option.
    Hopefully that doesn't mean you can only create links for SWF
    publishes...

  • Skin Customization not working in OBIEE 11.1.1.5.0

    Hi,
    I followed the Oracle white paper (http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf) & defined the custom skin and stylesheet in analyticsRes folder. I also defined the CustomerResourcePhysicalPath,DefaultSkin and DefaultStyle tag in instanceconfig.xml.
    When I restart the services, it works fine and I am able to see the custom skin. When I do a "view page source", I can see that it's referring to analyticsRes folder. But after couple of hours it again reverts back to original skin (sk_blafp). When I restart the services then it works fine. But it again reverts back to original after couple of hours.
    I am not sure if I am missing something.
    Thanks,
    Satya
    Edited by: Satya on Mar 22, 2012 8:46 AM

    Are you in a single environment or a clustered one. If you are on a clustered environment, the folder needs to be setup on both servers.

  • Swap image not working in CS3

    I have used the >insert>rollover image in CS3 to create
    rollovers for the website below. I can't get any rollovers to work
    in preview or live on the server. Any ideas?
    http://www.gardenclubofwindham.org/test.html
    - it should have a little trowel show up next to the menu items
    like the link below...
    http://www.gardenclubofwindham.org/index.html
    - I did these rollovers using phototshop cs/ image ready.
    Thank you!

    LOL. Glad I could help.
    The problem is this -
    Much 'wizard' based javascript is written into the page like
    this -
    <script type="text/javascript">
    <!-- //
    blah blah blah
    //-->
    The javascript code is put inside double comments (the outer
    ones are for
    HTML, and the inner ones for javascript). In fact, neither
    are appropriate
    when working with an XHTML doctype, and I'm pretty sure the
    others are not
    really needed ever, but it's tradition....
    Your error was caused when the trailing comments are
    incompletely removed
    leaving that "/" in place....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "rcronin2006" <[email protected]> wrote in
    message
    news:g5feqf$g9u$[email protected]..
    > Well, I wonder if I am having some javascript problems
    with DW, I just
    > posted
    > another mystery in this same forum. I can't understand
    how my copy of DW
    > could
    > have a glitch. That seems so unlikely. I haven't used IR
    for a site
    > build in
    > many months, but I could see how that code could get
    wacky - the sites
    > I've
    > done with it are very "sensitive", lol. If I touch
    anything, the whole
    > page
    > goes haywire. Anyways thanks again, you made me look
    "wicked-smat" to my
    > client. :)
    >
    >
    >

Maybe you are looking for