A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Picture Gallery no longer working

  1. #1
    Junior Member
    Join Date
    Feb 2007
    Posts
    4

    Picture Gallery no longer working

    Firstly apologies if this is the wrong forum.
    I created a website for a band that has a swf picture gallery that drags in photos from a pictures folder - so as long as the pictures are named correctly then new photos just need dropping into the relevant folder. This has been working fine for the last 4/5 years, but just lately it hasn't. It brings in the pictures ok, but won't allow you to click on and enlarge them. I'm wondering if it has anything to do with not finding the correct plugins.

    My html code is:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta name="generator" content="HTML Tidy for Linux (vers 1 September 2005), see www.w3.org" />
    <link rel="stylesheet" type="text/css" href="scrollbar.css" />
    <title>Ghost Town Showdown</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="Ghost" />
    <meta name="keywords" content="ghost town showdown, surrey, folk, guitar, music, bluegrass, band, music" />
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript">
    </script>
    <style type="text/css">
    /*<![CDATA[*/
    span.c2 {color: #FFFFFF}
    div.c1 {font-family: Arial, Helvetica, sans-serif; text-align: center}
    /*]]>*/
    </style>

    <style type="text/css">
    /*<![CDATA[*/
    body {
    background-color: #000000;
    }
    span.c1 {color: #FFFFFF}
    /*]]>*/
    </style>
    </head>
    <body>
    <div id="container"><script type="text/javascript">
    //<![CDATA[
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','heig ht','750','title','gallery','src','Gallery','quali ty','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','Gallery' ); //end AC code
    //]]>
    </script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="750" title="gallery"><param name="movie" value="Gallery.swf" />
    <param name="quality" value="high" />
    <embed src="Gallery.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="750" /></object></noscript>
    <div id="copyright">&copy; Ghost Town Showdown 2008 all rights reserved. Site design by <a href="mailto:mosesbrowns@aol.com"><span class="c1">Moses Browns</span></a></div>
    <br />
    <br />
    <br /></div>
    </body>
    </html>


    Any ideas much appreciated

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    Hi,

    the HTML seems just fine, and it's most likely NOT the cause of your problem. Whatever is occurring is happening inside of your SWF file, that means something must be wrong there, or maybe your image type is not supported, or maybe it's too small, or something??? Providing the FLA file would be helpful, and also including the problem in the file so that we may diagnose it
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  3. #3
    Junior Member
    Join Date
    Feb 2007
    Posts
    4
    Many thanks - will try & find the original files - on a disc somewhere! Like I said it was created 4 or 5 years ago & has been running fine ever since, seems odd to stop now. Will return with fla file once found.

  4. #4
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    OK btw, did you change anything before the problem occurred? Like, did you edit the HTML source, add a different type of image, or did something out of the ordinary which may have triggered the change?
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  5. #5
    Junior Member
    Join Date
    Feb 2007
    Posts
    4
    Nope - i have literally designed the site & left the band to get on with using cushy cms for the text - ocassionally I would be sent a new photo which I would drop into the relevant folder via ftp - certainly not the last few years. Possibly an isuue with the hosintg? 123-reg.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center