Widgets/Spry en Dreamweaver

Desearía incorporar en los menús de los widgets en vez de texto, imágenes. El interés es por incorporar los textos de los enlaces con fuentes rasterizadas con photoshop a imagenes gif o jpg. ¿Sabéis si sería posible esta opción?

Can we see your page?
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
==================
"Live Fantasy" <[email protected]> wrote in
message
news:f363do$8tl$[email protected]..
> Hi Guys
>
> I'm using the horizontal spry menu bar to build my site.
>
> How do I "bring to front" the submenus? Example, I have
menu 1, with
> submenus
> 1.1 to 1.5. Also, I have my page heading "HOME" and some
text just
> underneath
> this page heading.
>
> Now the problem is that submenu 1.3 is
behind the the HOME heading
> text, submenu 1.4 behind the start of my text and these
submenus
>
cannot
> be clicked.
>
> How do I solve this problem? Isn't there a way to have a
submenu under,
> say,
> the Edit menu to have all 4 normal arrange text commands
that we normally
> get
> from adobe encore dvd 2 for example. Send to back, send
backwards, bring
> to
> front and bring to front?
>

Similar Messages

  • Widget Browser in Dreamweaver CS3

    can you use the widget browser in Dreamweaver CS3?

    Hallo Uta,
    das wird schwierig, denn Adobe unterstützt diese Formen nicht mehr. Ausserdem sind die meisten dieser widget mit veralteter Spry-Technik erstellt, was - ich zitiere: oft zu schlechten Ergebnissen bei neueren Geräten führt. Daher wäre es besser Du suchst eine moderne jQuery-Plugin-Galerie, Google will be your friend.   Hier nur eine kleine Auswahl brauchbarer Links:
    http://www.malsup.com/jquery/cycle/, http://www.dwuser.com/easyrotator/  usw. oder per java
    http://sandbox.scriptiny.com/javascript-slideshow/ usw.
    Good luck!
    Hans-Günter

  • Widget spry menu not functionning under IE9

    Hi gents,
    I'm currently building a website with dreamweaver CS4.
    I encounter a problem with my horizontal menu done by using widget spry horizontal menu.
    Under firefox, opera and safari everything works perfectly. With IE9 my submenus don't appear at all when passing over the related main menu!
    Thanks for your support

    Thanks Gramps for this rapid answer.
    Here is a copy of the code, the website I'm building is not yet available on the web.
    I just made here a copy of the code of a test page on which the problem is the same...
    I hope it can help you to help me
    Best regards
    John² 
    [Elément 1 | #]
    [Elément 1.1 | #]
    [Elément 1.2 | #]
    [Elément 1.3 | #]
    [Elément 2 | #]
    [Elément 3 | #]
    [Elément 3.1 | #]
    [Elément 3.1.1 | #]
    [Elément 3.1.2 | #]
    [Elément 3.2 | #]
    [Elément 3.3 | #]
    [Elément 4 | #]
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );
    //-->
    </script>
    </body>
    </html

  • Dreamweaver widget spry .js files not loading

    Problem with spry .js files not loading on index.html whats wierd is it works on other servers but not on other one, is there any js restrictions on the server, links the same, Is it;
    1. useing site root to lnk .js? buggered if I know! But really need to fix this, and all other widgets I have on the site are fine.
    2. Some one suggested there should also be a SpryWidgetBase ? whats that about?
    3.Is my DOCTYPE  ok?
    As I said here it is fine http://www.tompriceshs.wa.edu.au/Publish/ and its the exact same copy! as http://www.tompriceshs.com.au/ but not working here as you will see.
    Your greatness is required yet again! Please.
    Skip

    These are the first lines of the working SpryWidget.js
    // SpryWidget.js - version 0.16 - Spry Pre-Release 1.7
    // Copyright (c) 2009. Adobe Systems Incorporated.
    // All rights reserved.
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are met:
    //   * Redistributions of source code must retain the above copyright notice,
    //     this list of conditions and the following disclaimer.
    //   * Redistributions in binary form must reproduce the above copyright notice,
    //     this list of conditions and the following disclaimer in the documentation
    //     and/or other materials provided with the distribution.
    //   * Neither the name of Adobe Systems Incorporated nor the names of its
    //     contributors may be used to endorse or promote products derived from this
    //     software without specific prior written permission.
    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    // POSSIBILITY OF SUCH DAMAGE.
    (function() { // BeginSpryComponent
    and this is the same for the not working JS
    / SpryWidget.js - version 0.16 - Spry Pre-Release 1.7//// Copyright (c) 2009. Adobe Systems Incorporated.// All rights reserved.//// Redistribution and use in source and binary forms, with or without// modification, are permitted provided that the following conditions are met:////   * Redistributions of source code must retain the above copyright notice,//     this list of conditions and the following disclaimer.//   * Redistributions in binary form must reproduce the above copyright notice,//     this list of conditions and the following disclaimer in the documentation//     and/or other materials provided with the distribution.//   * Neither the name of Adobe Systems Incorporated nor the names of its//     contributors may be used to endorse or promote products derived from this//     software without specific prior written permission.//// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE// POSSIBILITY OF SUCH DAMAGE.(function() { // BeginSpryComponent     if (typeof Spry == "undefined" ||
    My guess is that the latter has been cottupgwd on the way up. Sorry, corrupted.
    To prove the theory, simply link SpryWidget.js from ..wa.edu.au to ..com.au as in
    <script type='text/javascript' src='http://www.tompricehs.wa.edu.au/Publish/Spry-UI-1.7/includes/SpryWidget.js'></script>
    Gramps

  • Spry Widget error on Dreamweaver - SpryPanelSet.js requires SpryWidget.js     etc.

    Hi, I am having an error on my website that states:
    SpryPanelSet.js requires SpryWidget.js
    SpryFadingPanels.js requires SpryPanelSet.js
    SpryImageSlideShow.js requires SpryWidget.js
    SpryPanelAndZoomPlugin.js requires SpryImageSlideShow.js
    I had placed the below script in and it had worked for several months but now is acting up again...
    <script src="http://pleysier.com.au/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    I have even tried replacing the script with other suggested scripts but it is still not working?
    It is not working on both my remote and local server? Although it is working in Chrome?
    Safari and IE will not work.
    Here is my website:
    http://reg.centraldoor.ca/
    Note: I am a beginner!!!

    Hi again and thanks for the reply. I have checked the file sizes and they are the same.  I feel like the script I am using is no longer valid perhaps? What to switch it out for though, I have no idea?
    <script src="http://pleysier.com.au/Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>

  • Spry widgets submenu headache - Dreamweaver CS3

    Hi Guys
    I'm using the horizontal spry menu bar to build my site.
    How do I "bring to front" the submenus? Example, I have menu
    1, with submenus 1.1 to 1.5. Also, I have my page heading "HOME"
    and some text just underneath this page heading.
    Now the problem is that submenu 1.3 is
    behind the the HOME heading text, submenu 1.4 behind the
    start of my text and these submenus
    cannot be clicked.
    How do I solve this problem? Isn't there a way to have a
    submenu under, say, the Edit menu to have all 4 normal arrange text
    commands that we normally get from adobe encore dvd 2 for example.
    Send to back, send backwards, bring to front and bring to
    front?

    Can we see your page?
    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
    ==================
    "Live Fantasy" <[email protected]> wrote in
    message
    news:f363do$8tl$[email protected]..
    > Hi Guys
    >
    > I'm using the horizontal spry menu bar to build my site.
    >
    > How do I "bring to front" the submenus? Example, I have
    menu 1, with
    > submenus
    > 1.1 to 1.5. Also, I have my page heading "HOME" and some
    text just
    > underneath
    > this page heading.
    >
    > Now the problem is that submenu 1.3 is
    behind the the HOME heading
    > text, submenu 1.4 behind the start of my text and these
    submenus
    >
    cannot
    > be clicked.
    >
    > How do I solve this problem? Isn't there a way to have a
    submenu under,
    > say,
    > the Edit menu to have all 4 normal arrange text commands
    that we normally
    > get
    > from adobe encore dvd 2 for example. Send to back, send
    backwards, bring
    > to
    > front and bring to front?
    >

  • Menu behind spry slideshow dreamweaver cs5?

    Using Dreamweaver CS5
    Hi.  I have a site with a css3 dropdown menu that seems to work fine on all of my pages except my photo gallery page. The menu appears behind the Spry Slideshow with Filmstrip that I got from the Widget Browser.
    The site is not live and only on my local machine but here is the page html in a text doc: http://www.210usa.com/index.txt
    Here is the main css: http://www.210usa.com/css_prob.txt
    Here is the slideshow css: http://www.210usa.com/css_slideshow.txt
    I have changed the z index but that is not helping at all.  I found this for problems with flash docs but I am a real novice and do not know how to even put these tags in my code.  Any help would be greatly appreciated.
    Thanks

    Grüss Dich sailor,
    in my opinion "SpryTabbedPanels" actually only do what they should to do and so it inevitably leads to the covered menu items. I played a little bit around with the width from your "css3menu1/style.css"
    height:22px;line-height:22px;border-width:0 0 3px 0;border-style:none;border-color:#009900;border-radius:10px;-moz-border-radius:10px;-webk it-border-radius:10px;padding:3px 10px; width: 650px;}
    and I got this:
    so you can see what I mean. To correct this you had to put down your "photo gallery for Mystic Pizza II" so far, till there is enough space for the panel. And therefore I would prefer a solution by using a "SpryMenuBarVertical" leftmost on your page (if you mean it's necessary so too on the right).
    Glück auf!
    Hans-Günter

  • Spry with Dreamweaver download problem

    but I can not find the application...
    The folders in the Spry_P1_3_08_11 folders are:
    the folders are
    articles
    data
    demos
    includes
    samples
    widgets...
    where is the application?
    Betsy Wallace

    BetsyW. wrote:
    > OK, I am sorry about that; it is just that neither of my
    polite querys on the
    > Spry framework for Ajax forum have received any
    answers...
    That's a pity, because it is really the best place for you to
    get an answer.
    > It just seems that these attempts
    > by software professionals who try to make database
    functionality more user
    > friendly for web designers such as myself..(and many who
    use DreamWeaver), fail
    > in their attempt to do so for two reasons, first,
    because they continue to
    > necessitate too much code and secondly because they fail
    to include sufficient
    > ,understandable documentation, specifically tutorial
    info. that works.
    Spry is AJAX, the "hot" topic of the web at the moment, but
    in my
    opinion, it's not the best way to work with a database. The
    problem with
    the way that Spry handles dynamic data is everything falls
    flat on its
    face if someone visits your site with JavaScript disabled.
    It's also
    useful for search engines. Rather than attempt to work with
    XML data
    sets, I would suggest that you investigate the Spry widgets,
    such as
    accordions, tabbed panels, and so on.
    The other problem with Spry is that it's still evolving. As a
    result,
    there is very little documentation. The documentation that
    does exist is
    pretty mind-numbing, even for somebody like myself with a
    reasonable
    understanding of JavaScript and other programming languages.
    As I
    understand it, a new version of Spry is due to be released
    very soon (I
    did hear a rumour that it was tomorrow). I don't know whether
    it will
    include updated documentation, but it's definitely on the
    Spry
    development team's to-do list.
    > It is
    > very very frustrating for me. I am trying very hard to
    learn....I am also
    > trying to access the newsgroup link but to no avail...
    Is there a way to do it
    > from within unison?
    I'm sorry, I don't know what unison is. I have subscribed to
    it with
    Thunderbird, using forums.macromedia.com as the name of the
    news server.
    > I will refrain from copying this to the
    > Spry forum... but they really should read it...
    Perhaps this is one that could be duplicated. What I was
    concerned about
    was different people spending time trying to troubleshoot
    your problem.
    A good policy is to wait at least 24 hours before posting in
    a second
    forum. Then begin your post saying that you have tried in xxx
    forum, but
    got no replies.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Widget Browser in Dreamweaver installieren

    Ich möchte eine Bildergalerie in Dreamweaver einbauen und finde nicht den Widget Browser. Wie muss ich das machen.

    Hallo Uta,
    das wird schwierig, denn Adobe unterstützt diese Formen nicht mehr. Ausserdem sind die meisten dieser widget mit veralteter Spry-Technik erstellt, was - ich zitiere: oft zu schlechten Ergebnissen bei neueren Geräten führt. Daher wäre es besser Du suchst eine moderne jQuery-Plugin-Galerie, Google will be your friend.   Hier nur eine kleine Auswahl brauchbarer Links:
    http://www.malsup.com/jquery/cycle/, http://www.dwuser.com/easyrotator/  usw. oder per java
    http://sandbox.scriptiny.com/javascript-slideshow/ usw.
    Good luck!
    Hans-Günter

  • How do i download spry into Dreamweaver?

    How do i get spry to show up in my Insert drop down menu?
    I believe i have spry downloaded from Github but it isn't showing up in Dreamweaver?

    Spry, which came out in 2006 -- long before smartphones and tablets, was abandoned by Adobe in late 2012.   If you need good replacements for Spry Widgets, do a Google search for jQuery plugins. 
    Nancy O.

  • Problems to add a background-image to the widget Spry MenuBar!

    With DreamweaverCS4 version 10.0 Build 4117, (italian language) I have tried to add a Spry MenuBar to the one website page.
    But the problem is that I haven't understood where add my property "background-image": url(../immagini/Menu_Button_01.gif).
    In the Application Page of Dreamweaver I have this screenshot:
    But in the Preview Window of InternetExplorer 7 I have this strange behavior:
    The "Menu_Button_01.gif" are a rounded square button made with PhotoshopCS4 and have a transparent background.
    In the IE7 MenuBar doesn't appears as expected, without the transparent background!
    1) How can I do to show my "Menu_Button_01.gif" image as transparent background in the MenuBar?
    2) What is the correct CSS Style Rule to apply the "background-image" property?
    (Example: "ul.MenuBarHorizontal li"? Or "ul.MenuBarHorizontal a"? )
    3) Should I also apply the property: "background-color:transparent"? Where? What is the specific CSS Style Rule?
    I have uploaded my little local WebSite to Rapidshare (100KB):
    http://rapidshare.com/files/370735082/Test_Spry.zip.html
    Please download it to inspect my problem.
    Please response me!
    Horsepower0171.

    For a starter, you should not put your background style rules in the following. The accompanying descriptions will tell you this.
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 116px;
        float: left;
        background-image: url(../immagini/Menu_Button_01.gif);
        background-color: transparent;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 116px;
        position: absolute;
        left: -1000em;
        background-image: url(../immagini/Menu_Button_01.gif);
        background-color: transparent;
    Then when you apply style rules to
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: #333;
        text-decoration: none;
        background-image: url(../immagini/Menu_Button_01.gif);
        background-color: transparent;
    this will be overridden by the following rules. They replace your image with an arrow image.
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    There are one of two solutions
    If you do not want and arrow, simply set background to none in the above four instances.
    If you do want an arrow, include a down arrow image in a second Menu_Button_01.gif image called Menu_Button_01_DownArrow.gif or similar as well as a third one for your right arrow image.
    I hope this helps.
    Ben

  • Widget Spry ImageSlide show will not upload - error message

    I'm attempting to update our webpage (tcmfellowship.org) with a video and slideshow. The video works but I receive an error message when attemping to upload Spry Image Slide Show. The error messages are below. The photos will not upload either but I assume that is because the Spry Slide Show is not on the site.
    John
    Spry-UI-1.7\css\ImageSlideShow\iss-back.gif - error occurred - An FTP error occurred - cannot put iss-back.gif.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\css\ImageSlideShow\iss-busy.gif - error occurred - An FTP error occurred - cannot put iss-busy.gif.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\css\ImageSlideShow\iss-forward.gif - error occurred - An FTP error occurred - cannot put iss-forward.gif.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\css\ImageSlideShow\iss-pause.gif - error occurred - An FTP error occurred - cannot put iss-pause.gif.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\css\ImageSlideShow\iss-play.gif - error occurred - An FTP error occurred - cannot put iss-play.gif.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\css\SpryImageSlideShow.css - error occurred - An FTP error occurred - cannot put SpryImageSlideShow.css.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\plugins\ImageSlideShow\SpryPanAndZoomPlugin.js - error occurred - An FTP error occurred - cannot put SpryPanAndZoomPlugin.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryDOMEffects.js - error occurred - An FTP error occurred - cannot put SpryDOMEffects.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryDOMUtils.js - error occurred - An FTP error occurred - cannot put SpryDOMUtils.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryFadingPanels.js - error occurred - An FTP error occurred - cannot put SpryFadingPanels.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryImageLoader.js - error occurred - An FTP error occurred - cannot put SpryImageLoader.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryImageSlideShow.js - error occurred - An FTP error occurred - cannot put SpryImageSlideShow.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryPanelSet.js - error occurred - An FTP error occurred - cannot put SpryPanelSet.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryWidget.js - error occurred - An FTP error occurred - cannot put SpryWidget.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryWidget.js - error occurred - An FTP error occurred - cannot put SpryWidget.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryPanelSet.js - error occurred - An FTP error occurred - cannot put SpryPanelSet.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryImageSlideShow.js - error occurred - An FTP error occurred - cannot put SpryImageSlideShow.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryImageLoader.js - error occurred - An FTP error occurred - cannot put SpryImageLoader.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryFadingPanels.js - error occurred - An FTP error occurred - cannot put SpryFadingPanels.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryDOMUtils.js - error occurred - An FTP error occurred - cannot put SpryDOMUtils.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Spry-UI-1.7\includes\SpryDOMEffects.js - error occurred - An FTP error occurred - cannot put SpryDOMEffects.js.  Access denied.  The file may not exist, or there could be a permission problem.
    Scripts\expressInstall.swf - error occurred - An FTP error occurred - cannot put expressInstall.swf.  Access denied.  The file may not exist, or there could be a permission problem.
    Scripts\swfobject_modified.js - error occurred - An FTP error occurred - cannot put swfobject_modified.js.  Access denied.  The file may not exist, or there could be a permission problem.
    File activity incomplete. 23 file(s) or folder(s) were not completed.
    Files with errors: 23
    Spry-UI-1.7\css\ImageSlideShow\iss-back.gif
    Spry-UI-1.7\css\ImageSlideShow\iss-busy.gif
    Spry-UI-1.7\css\ImageSlideShow\iss-forward.gif
    Spry-UI-1.7\css\ImageSlideShow\iss-pause.gif
    Spry-UI-1.7\css\ImageSlideShow\iss-play.gif
    Spry-UI-1.7\css\SpryImageSlideShow.css
    Spry-UI-1.7\includes\plugins\ImageSlideShow\SpryPanAndZoomPlugin.js
    Spry-UI-1.7\includes\SpryDOMEffects.js
    Spry-UI-1.7\includes\SpryDOMUtils.js
    Spry-UI-1.7\includes\SpryFadingPanels.js
    Spry-UI-1.7\includes\SpryImageLoader.js
    Spry-UI-1.7\includes\SpryImageSlideShow.js
    Spry-UI-1.7\includes\SpryPanelSet.js
    Spry-UI-1.7\includes\SpryWidget.js
    Spry-UI-1.7\includes\SpryWidget.js
    Spry-UI-1.7\includes\SpryPanelSet.js
    Spry-UI-1.7\includes\SpryImageSlideShow.js
    Spry-UI-1.7\includes\SpryImageLoader.js
    Spry-UI-1.7\includes\SpryFadingPanels.js
    Spry-UI-1.7\includes\SpryDOMUtils.js
    Spry-UI-1.7\includes\SpryDOMEffects.js
    Scripts\expressInstall.swf
    Scripts\swfobject_modified.js

    I tried changing to passive FTP and still get the errors below when trying to upload the images. Same with the spry widget.
    John
    Started: 10/26/2010 11:35 AM
    Connected to TCM10.23.
    images\art.gala.artist.jpg - error occurred - An FTP error occurred - cannot put art.gala.artist.jpg.  Access denied.  The file may not exist, or there could be a permission problem.
    images\art.gala.bear.jpg - error occurred - An FTP error occurred - cannot put art.gala.bear.jpg.  Access denied.  The file may not exist, or there could be a permission problem.
    images\art.gala.hand.jpg - error occurred - An FTP error occurred - cannot put art.gala.hand.jpg.  Access denied.  The file may not exist, or there could be a permission problem.
    images\art.gala.jpg - error occurred - An FTP error occurred - cannot put art.gala.jpg.  Access denied.  The file may not exist, or there could be a permission problem.
    images\art.gala.lights - error occurred - An FTP error occurred - cannot put art.gala.lights.  Access denied.  The file may not exist, or there could be a permission problem.
    images\artgala.dee.jpg - error occurred - An FTP error occurred - cannot put artgala.dee.jpg.  Access denied.  The file may not exist, or there could be a permission problem.

  • Radiobutton spry in dreamweaver cs3

    Hi,
    Was wondering if someone can point me in the right direction.
    I have downloaded a trial version of the dreamweaver cs3 and was
    doing a web form for the first time with spry's. I found them
    really good to use however there is no button to click for a radio
    spry.
    Or is this because i have trail version? or is it not listed.
    I know i have .css .js for radio buttons however its alot
    easier to just click on a button cant somone shed some light on
    this?
    thanks
    James

    If u cant find the buttons u can always add them manually
    http://labs.adobe.com/technologies/spry/samples/validationwidgets/RadioValidationSample.ht ml
    just check the source code of that.
    and for detailed information u can check it here;
    http://livedocs.adobe.com/en_US/Spry/SDG/WS950894D6-AE05-464d-884C-A31757F108EE.html
    I hoped that helped u,

  • I can't view "Adobe webpage" when i clicked on "web Widgets" with my dreamweaver cs4

    Hi there,
    i purchased Adode CS4 in 2009, but i haven't tried the "web widgets" in Dreamweaver CS4.
    i contacted Adode but they said to me that i might have some answer in the forum Adobe.
    Can't someone help me for CS4 old version for my "web widgets"?
    Thank you very much,
    Boun

    Please repost your question at this link:
    <https://forums.adobe.com/community/dreamweaver>
    Good luck.

  • Widget Browser in Dreamweaver CC

    I really liked being able to use some of the widgets with cs5.  Now that I have upgraded I cant find out how to do that.  I see the adobe exchange but that doesnt seem to offer the great stuff the wodget browser offered.  How do I use that again.  Or can I find nice slide show widgets and stuff like that using jquery... if so where is a good place to go to find our how to use all of that... thanks
    avery

    Hello Avery,
    the overwhelming opinion here is that the widgets from Adobe's w-browser are outdated. Adobe's strategic decision and the philosophy is clearly reflected here:
    http://blogs.adobe.com/dreamweaver/2013/06/a-look-at-the-modernized-dreamweaver-cc.html
    what means you better search for jquery solutions like:
    http://alt-web.blogspot.de/2012/11/primer-for-using-jquery-plug-ins.html
    http://www.malsup.com/jquery/cycle/
    http://www.dwuser.com/easyrotator/ aso.
    or java
    http://sandbox.scriptiny.com/javascript-slideshow/ aso.
    Hans-Günter

Maybe you are looking for

  • NI UMI-7772 and third party Stepper Drives

    Dear all Now we want to control a stepper motor with voltage ratings up to 110 V and 0.5 A at 110 V  we have the 2 Axis PCI-7342 motion controller and the NI UMI-7772 Terminal block for third party motor drives please advice , what is the suitable th

  • Just synced and updated my iphone 5 in itunes and my old imessages are showing but recent ones gone?

    Hiya, Was having some problem with my phone provider EE and was told to sync my iphone to itunes and reinstall it and that should fix the probem. I have done this and for some reason my recent imessages and whatsapp messages have gone but loads of my

  • Firewire File Transfer Problem/  Dual Drive G4 to iMac

    Bought a new iMac. My old G4 (OSX10.3.9) has two internal HDs (30Gb & 40GB <my startup>) but only 30Gb drive shows up in target mode. Can't mount 40 Gb drive on iMac desktop to do file transfer when G4 is in "Target" mode? Called Apple "help" and was

  • Crawler setting

    how do we set the crawler to crawle only internal web sites no external links are desired if we crawle www.oracle.com only pages in www.oracle.com web site get indexed. Regards and many thanks. Zakaria Ben-Salem

  • How do I fix the audio quality on my iTunes? It sounds very distorted.

    How do I fix the audio quality on my iTunes? It sounds very distorted.When listening to audio from other websites or programs, it sounds absolutely fine. Only when listening to music on my itunes is when it sounds awful and distorted. Please help.