Skip to main content
Participant
April 30, 2017
Answered

Need Help With Flash Slideshow

  • April 30, 2017
  • 1 reply
  • 456 views

This used to work fine but nothing is showing here where 3 slideshows are embedded - PHOTO GALLERY
http://owendo.org/PHOTO_GALLERY.html
I've tried Chrome and Firefox and it's the same. I've gone to the c-panel and checked - the files are still there.

This is a site built with Webstudio 5 which employs a Flash slideshow creator.    

If I go look at the code for one of the embedded players - this is what I see. Does anyone understand this "gobble-de-goop" and recognize the problem? Is there a fix?

<div id="SWFOBJ7D9A2D5131132" style=" position:absolute; top:176px; left:554px; width:359px; height:359px;  z-index:10;">

              <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"id="SWFOBJ7D9A2D5131132.swf" width="359" height="359">

                <param name="movie" value="_RefFiles/SWFOBJ7D9A2D5131132.swf"/>

                <param name="quality" value="high"/>

                <param name="loop" value="true"/>

                <param name="wmode" value="transparent"/>

                <embed name="SWFOBJ7D9A2D5131132" src="_RefFiles/SWFOBJ7D9A2D5131132.swf" quality="high" loop="true" wmode="transparent" width="359" height="359" type="application/x-shockwave-flash"    pluginspage="http://www.macromedia.com/go/getflashplayer">

                </embed>

              </object>

          </div>

This topic has been closed for replies.
Correct answer jeromiec83223024

A quick look in the browser's developer tools indicates that your server is saying that the files don't exist...

1 reply

jeromiec83223024
jeromiec83223024Correct answer
Inspiring
May 3, 2017

A quick look in the browser's developer tools indicates that your server is saying that the files don't exist...

Participant
May 3, 2017

Gee thanks. I know there are files in the folder for this page, so perhaps they are no longer linked somehow? I will investigate along those lines tomorrow. Nice tip thanks.