Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Gallery wont load properly on host server

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Gallery wont load properly on host server

    Okay I dont think there is anything wrong with the code as such because I used a free gallery builder from here to be precise

    Flash-Gallery.com - Get your flash photo gallery (flash component, swf gallery, Joomla and Wordpress plugins, jquery gallery)

    and have incorporated it into my portfolio website because I am pretty new to coding for web side of things.

    anyway it loads perfectly well from the local file but when I upload to my host (im using 000webhost.com) to test the site it starts to get buggy and not work properly.

    Less than half of the images load up and I do not know why this is. Somebody already suggested to me that it could be one of these things

    1: Analytics is enabled (disable it at 000webhost.com Members Area )
    2: The flash loades txt files, txt files are disabled for security reasons (however, .dat files is read the same way from a script as a txt file, so change txts to dats)

    however I turned off the analytics script and it made no difference

    I have not tried to update the file extension yet because i am not sure that this is why

    <script type="text/javascript" src="gallery/js/jquery.js"></script>
    <script type="text/javascript" src="gallery/js/swfobject.js"></script>
    <script type="text/javascript" src="gallery/js/flashgallery.js"></script>
    <script type="text/javascript">
    jQuery.flashgallery('gallery/gallery.swf', 'gallery/config.json', { width: '1250px', height: '480px', background: 'transparent' });
    </script>
    </script>

    if it is configured to read as .json surely that is not the same as .txt?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Gallery wont load properly on host server

    Is this a java programming problem? All I see is HTML and javascript.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 3
    Last Post: May 22nd, 2012, 12:41 PM
  2. Help with Flash Gallery On Website
    By Steviedee123 in forum Other Programming Languages
    Replies: 1
    Last Post: April 21st, 2012, 09:43 AM
  3. Javascript error in a lightbox gallery...
    By tigerbuilder81 in forum Other Programming Languages
    Replies: 3
    Last Post: November 4th, 2011, 07:52 AM
  4. Replies: 1
    Last Post: February 19th, 2011, 06:08 PM
  5. pictures wont load
    By wolfgar in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 14th, 2010, 09:34 AM

Tags for this Thread