Slideshow works on local but not remote server?

Slideshow works on local but not remote server? The site is patriceclarkson.com.

When I compare your:
http://www.warpd.ca/SpryAssets/SpryWidget.js
to this one:
http://labs.adobe.com/technologies/spry/ui/includes/SpryWidget.js
I do not see the same file. Try uploading the correct file and check again.
Xav

Similar Messages

  • Works perfect locally, but not on server

    The page:
    http://www.yale.edu/faith/rc-fwl2.htm
    Haven't tested it on the Windows side, but on the Mac, this
    file's accordion behaves perfectly on my Mac when testing in
    Dreamweaver with both Safari and Firefox. But when I move the file
    and the relevant libraries to the server, the accordion doesn't
    work at all: all the sections are open and frozen in position.
    It would seem as if the file on the server doesn't see the
    libraries, but I don't know why it doesn't. I uploaded them in
    entirety. They're in the folder 'Spry_P1_6_10-01-07', at the top
    level of the root folder, just as it's located locally.
    Thank you for your help.
    - Gary

    Thanks, Don...
    I figured out that the problem occurred because of security
    restrictions to file access for the Yale University server. I
    corrected the problem – made the CSS and JS files accessible
    – by moving them into my CSS and script folders,
    respectively. No problem getting access at this directory level. I
    had been worried about what would happen if these files were moved
    out of the framework directory, but it all works file now.

  • cffeed caching works locally but not on server

    So I got my new Hostek account set up (woohoo!) and I've started uploading some basic files so I can do thinks like validate my code and make sure everything's working.  One thing that does not work (but does locally) is my news feed caching.
    Pulling in two RSS feeds was seriously slowing down my index page loading, so I stole a trick from Ray Camden on caching the feeds.  It works perfectly on my dev machine at home, but doesn't work on my hosted account.
    Here's the exact code being used:
    <cfset feedurl = "http://velonews.competitor.com/feed">
    <cfset cacheTime = #createtimespan(1,0,0,0)#>
    <cfif not structKeyExists(application,"rsscache") or dateDiff("n", application.rsscache.created, now()) gt cacheTime>
        <cffeed source="#feedurl#" query="entries">
        <cfset application.rsscache = structNew()>
        <cfset application.rsscache.data = entries>
        <cfset application.rsscache.created = now()>
    </cfif>
    <ul>
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    </ul>
    I tried wrapping a try/catch around the top section (above the <ul>) and still got nothing for an error message.  The page just stops being rendered at that first <ul>.
    I'm not sure why it works locally but not on the web server.  Any ideas?

    Miraculously, I got it working.
    I changed this:
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    To this:
    <cfoutput maxrows="6" query="application.rsscache.data">
    <li><a href="#rsslink#">#title#</a></li>
    </cfoutput>
    And bingo!  It worked. Perhaps it's an idiosyncrasy between CF9 and CF10.

  • Swf works locally, but not on server

    I have an issue with an xml-driven swf file. It plays fine when I test the site locally, but not when it's uploaded to a server. Here is a link to the page. There are many posts on this and other forums describing the same problem, though I can't find the right solution. The only thing it has convinced me of, is that it is probably a pathing problem. I purchased the file online, and instead of one swf and one xml there are about ten of each to make it work. In addition to this there are about 40 .as files. (all this to make it "easier" to customize).  Since I plan to use this banner rotator on multiple pages, it will be very unconvenient to upload all these files for every page I make. I checked with support for this product, and was told I could make a flash directory, only duplicating the xml-files for each new page and linking the xml back to the swf-files. Otherwise the support answer was very short and unhelpful. I have renamed every path in the xmls so that it should be right. As I said, the file works locally, so I'm not sure what I am doing wrong.
    I have posted in adobe forums before, and I have alwas found helpful and kind responses.
    Thank you,
    Siri

    They're all uploaded to the server, it is also possible for me to dowload them from there. When i run the main swf file through flash player debugger, I get this message:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/xml/abrMain.xml
              at com.sQrt121.utils::CustomLoader/configureLoader()
              at com.sQrt121.utils::CustomLoader()
              at com.sQrt121.utils::LoadJob/initJob()
              at com.sQrt121.utils::LoadJob()
              at com.sQrt121.utils::ContentLoader$/addJob()
              at AbrMain/init()
    So I guess it can't locate the xml folder (since it is not there), but I don't know how to change the path. I can change it in the xml, pointing to the swf, but how do I do it the other way?
    This is the main xml-file:
    <?xml version='1.0' encoding='UTF-8'?>
    <abrMain
              width                              = "300"
              height                              = "250"
              pauseOnOver                    = "off"
    >
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrcontent.swf"                                    xml = "xml/abrContent.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrbuttonscolor.swf"                               xml = "xml/abrButtonsColor.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloadercircle.sw f"               xml = "xml/abrPreloaderCircle.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloaderline.swf"                               xml = "xml/abrPreloaderLine.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrplaypause.swf"                               xml = "xml/abrPlayPause.xml"                                        config          = "xml/config.xml"/>
    </abrMain>
    the abrMain.xml tells the swf what files it shold use, and where to find them, but where do I tell the abrMain.swf to find the xml? Maybe this is an issue for product support instead, though they only answer short and cryptic.
    Murray *ACP* wrote:
    None of your SWF files are found in the location where the page's code places them.
    For example:
    <param name="movie" value="../../../flash/produkter/deploy/abrmain.swf" />
    Did you upload them?

  • Flash video works locally but not on server

    I am hoping that someone can help me solve this problem. I cannot seem to fix it. I have created a flash video and it works fine locally but doesn't when I upload it to the server. All I get is a white blank screen. I can access the Flash settings but the video doesn't display. I have checked all file paths, which are correct since everything is in the same folder. I have looked up other forums trying to find a solution but nothing has worked yet. Does anyone here have any idea on how to solve this problem?
    My operating system is Windows XP. I am using IE8 browser and my flash player is up to date. Any help would be appreciated. Thanks.

    Nevermind. I ended up solving the problem on my own. This old guide that I used before ended up helping me out. I will post the link here in case anyone else has the same problem.
    http://web.archive.org/web/20080723224615/http://www.adobe.com/devnet/flash/articles/flvpl ayback_behaviors_print.html

  • [AS3] EventDispatcher works locally but not remotely

    Hi,
    I am very new to Action Script and have the following
    problem. I hope someone can point me in the right direction.
    I have a small video player app. I have added the FLVPlayback
    component to the stage and set some properties via action script
    (AS 3)
    I then instantiate a class to go and retrieve some XML,
    register an eventListener to wait for the XML to be loaded and once
    the event has fired, load the FLV file (just hard coded at the
    moment) into the FLVPlayback object.
    This works when testing in the Flash IDE but not when I
    publish the movie to my webserver. I have tried commenting out the
    player.load() and just adding a textfield and again this works
    locally but not when I publish to the webserver. I have included
    some code snippets below.
    Can anyone tell me where I am going wrong?
    Any pointers much appreciated.
    Thanks
    Martin

    Hi,
    I found the problem if anyone has the same issue. I was
    passing some FlashVars in incorrectly using the
    AC_RunActiveContent.js that comes with Flash. I have switched to
    swfobject and all is well.
    thanks

  • Sockets work on localhost but not remotely?

    hi there,
    I have created a simple multithreaded client / server program.
    The Server listens on port 2222 for clients. When a client connects - the client sends its ip address to the server and then disconects. More than 1 client can connect at the same time to the server and the server also listens continuasly. I have 2 problems with the program...
    a) the programs work on localhost but not on remote machines? (Well not over my LAN anyway).
    b) I am getting 2 lots of 'datain' when the server recieves an ip address from the client when the client should only send it once.
    The code is below - any help would be greatly appreciated.
    //TCPServer.java
    import java.io.*;
    import java.net.*;
    class TCPServer {
         public static void main (String args[]) throws IOException {
              ServerSocket serverSocket = null;
              boolean listening = true;
              try {
                   serverSocket = new ServerSocket(2222);
              } catch (IOException e) {
                   System.err.println("Could not listen on port: 2222");
                   System.exit(-1);
              System.out.println("Server Started...\n");
              while (listening)
              new TCPServerThread(serverSocket.accept()).start();
              serverSocket.close();
    //TCPServerThread.java
    import java.net.*;
    import java.io.*;
    public class TCPServerThread extends Thread {
        public Socket socket;
        public TCPServerThread(Socket socket) {
         super("TCPServerThread");
         this.socket = socket;
        public void run() {
                   try {
                   BufferedReader datain = new BufferedReader (new InputStreamReader
                        (socket.getInputStream()));
                        System.out.println("ip address recieved");
                        System.out.println (datain.readLine () + "\n");
                   } catch (IOException e) {
                        System.err.println("Cannot read in ip address\n");
                        e.printStackTrace(); // show the error
                        System.exit(-1);
         } //TCPClient.java
    import java.io.*;
    import java.net.*;
    class TCPClient {
         public static void main (String args[]) throws Exception
              String hostname;
              int portNumber;
              String portString;
              BufferedReader inFromUser =
                   new BufferedReader (new InputStreamReader(System.in));
                   System.out.println("What host would you like to connect to?");
                   hostname = inFromUser.readLine();
                   System.out.println("What port would you like to connect to?");
                   portString = inFromUser.readLine();
                   portNumber = Integer.parseInt(portString);
                   System.out.println("Connecting to port " + portNumber + " of " + hostname + "....\n");
                        Socket clientSocket = new Socket(hostname, portNumber);
                        Socket sock = new Socket (InetAddress.getLocalHost(), portNumber);
                        BufferedWriter dataout;
                        java.net.InetAddress i = java.net.InetAddress.getLocalHost();
                        System.out.println("Sending ip address...\n" + i.getHostAddress());
                             dataout = new BufferedWriter (new OutputStreamWriter (sock.getOutputStream()));
                                  dataout.write (i.getHostAddress());
                                  dataout.flush();
                                  sock.close();
                                       clientSocket.close();
                             }Oh, yeah - check out my site below, I am trying to write an audio streaming client / server in Java if anyone is interested in getting involved or just being nosey....
    http://www.projectg.dsl.pipex.com

    In your client you are creating two sockets (why?). One connected to localhost, the other connected to the host specified using readLine.
    If your client runs on the same machine you have started your server, you have two connects to your server instead of one.
    The ip adresse is sent using the socket connected to localhost. That is why it does not work on remote machines.
    Hope this helps.
    J&ouml;rg

  • Slideshow works in Explorer but not Firefox

    http://ggdtest02.businesscatalyst.com/index.html
    Here is my page, the slideshow works in Explorer but doesn't work in Firefox.  Can someone help?
    Thanks!

    Hello,
    I have checked with Explorer, Firefox and Chrome and it seems to work fine for me on all the browsers.
    Did you manage to get it fixed or you are still facing issues on your machine?
    Regards,
    Sachin

  • Spry Widget Slideshow Basic works on local but not on remote server

    I have tried everything imaginable and I can't make this slideshow work from the remote server.  I get the massages:
    SpryPanelSet.js requires SpryWidget.js!
    SpryFadingPanels.js requires SpryPanelSet.js!
    SpryImageSlideShow.js requires SpryWidget.js!
    SpryPanAndZoomPlugin.js requires SpryImageSlideShow.js!
    Also the opening page has a preloader image that doesn't show up until the page is saved to my cache.
    Here is the link to my website:
    www.warpd.ca
    Sylvie

    When I compare your:
    http://www.warpd.ca/SpryAssets/SpryWidget.js
    to this one:
    http://labs.adobe.com/technologies/spry/ui/includes/SpryWidget.js
    I do not see the same file. Try uploading the correct file and check again.
    Xav

  • Purchase order tutorial works local but not on server

    Hello, I have the trial version of LC Designer ES and have been going through the tutorials which work fine locally. I need a PDF form to be populated by an XML file (just like the Purchase Order Tutorial) but located on my web server - so that anyone anywhere can open the form from their browser. I have changed the paths for the Schema and the XML but still no luck. All the files (PDF, XLS, XML) are on the root level of the site. Any thoughts on what I need to do??
    Thanks for any help.
    jim

    Jim,
    The primary consideration is the client type.
    If your users have Acrobat, then they can import/export the XML, make a direct connection to the database, call a Web Service sitting in front of the database, or call a server-side process to get the data, for example.
    If your users have Reader, then you are required to use LiveCycle Reader Extensions ES to rights-enable a PDF. A PDF can be assigned an import/export right, for example. When a user opens a PDF with import/export rights, Reader behaves like Acrobat. The most common use of Reader Extensions ES is to enable a PDF with local save so Reader clients can fill interactive PDF forms and save locally.
    Steve

  • Works locally but not remotely

    Hi,
    I'm loading jpegs randomly into my .fla. It works fine
    locally, and it worked fine when I tested it on my personal
    website. But on my company's site, the jpegs don't load. I'm
    thinking maybe it's a path issue, but not sure what the fix
    is...any help would be welcome.
    This is the code I'm using:
    randomNum = Math.round(Math.random()*15);
    loadMovie(randomNum+".jpg", this.blank");
    I've tried adding a path like
    /graphics/flash/2007jazzfest/this.blank but it doesn't like the /.
    I've tried quotes around everything, but it doesn't work...
    You can see it work at:
    http://www.willyurman.com/Test/jazzfest2007.html
    1. click skip intro to get past the opening
    2. click either small red 'jazz fest' button in the upper
    right or left. It should take you to the credit page where a
    different jazz quote appears at random at the bottom.
    On my work site, everything works except that the quotes just
    don't load.
    I go live with this Friday night(the 8th) so any help would
    be appreciated :)
    thanks
    will

    comment out that code. hardcode one jpeg to load and test.
    does that work?
    if yes, copy and paste the code that works and copy and paste
    the code that fails.
    if not, your path may be wrong or your jpegs may be
    corrupted. to check which, enter the path/file name of one of the
    jpegs in your browser window. if it loads, the path in your swf is
    wrong. if it doesn't load you may have the wrong path in your
    browser and in flash, or your jpg is corrupt.

  • Loading from local but not remote HELP??

    Hi
    I've created a flash "app" that works 100% on my local server but not on a remote one, I'm connecting to a MySQL server using flash VIA php.
    Weird part is the fact that I can delete and add to the database but it doesn't want to read from the server and populate a datagrid???
    If I test the php file it gives the correct output in IE and the flash file is in the same directory(and domain obviously) it just doens't read\load it?
    Any help would be MUCH appreciated!!!
    Link to php and flash files:
    http://portable-shade.vacau.com/PSIO/

    Hello,
    This forum is actually for the Adobe Digital Rights Management (DRM) product "Flash Access".  Your question likely belongs in the Flash Player forum @ http://forums.adobe.com/community/webplayers/flash_player
    cheers,
    /Eric.

  • Module's creationComplete() function called locally but not remotely

    I have a module that is being loaded using the mxml ModuleLoader. When I run the course locally on xampp, everything works, including the Module's creationComplete function. However, upon loading it and testing on a web server, creationComplete() never gets called. The module loads correctly including all visual objects, however, the data isn't being loaded which is handled in the creationComplete function. I have confirmed this by placing both an Alert.show and Debug.log (Arthropod) function in the creationComplete handler and neither get called when running on the remote server. Both get executed when testing locally.
    Thanks for any and all replies.

    I’m not sure what you mean by “data .. which is handled in creationComplete”.  If you assume your data has arrived by the time creationComplete is called, that may not work on a web server because data transfer is slower and streamed.

  • Applet working on local but not online

    my applet working on local machine fine
    but when i upload applet on my website
    and access by my machine only interface
    show and when i click the button of applet
    no result produce....
    thankx

    It is only possible if you missed something for code or codebase attribute of Applet tag, I mean values for these attributes are fine for your local machine but not with the server you are using.

  • Problem with slideshow basic, works locally but not remotely

    Hi, I've noticed many threads on this issue and I have tried many fixes but no success. Most seems to revolve around the SpryWidget.js file so I've loaded it directly from AdobeLabs file. In fact, have loaded all .js files directly via my hosting server in case was a problem with binary/ASCII loading through Dreamweaver Mac.
    My .js file is here:
    http://www.keishahulsey.com/Spry-UI-1.7/includes/SpryWidget.js
    And this is the page I'm having problems with...
    http://www.keishahulsey.com/thesis/MA-2-10.php
    I so rarely post on these forums only read them but am desperate. Would greatly appreciate any help as this is my presentation website for thesis due in one week.

    The link to the main images is incorrect.
    If I go to http://www.keishahulsey.com/_images/_slideshows/thesis-1-60/160smithfield1.jpg, I see the thumbnail, but if I go to http://www.keishahulsey.com/_images/_thesis/_content/1-60-smithfield-1.jpg, instead of the main image, I get a page with markup.
    Simply correct the path and all is well.
    Gramps

Maybe you are looking for