I'm trying to make a slide show in Dreamweaver for the first time. I've searched and found a lot of common problems people have - forgetting to upload the .js file, not including the .swf file, etc.
I think I've done everything right (obviously I'm wrong though), it previews in DW, it works when I preview it in a browser, but when it's uploaded, nothing.
But I think I've found where the problem is. The .swf file that was created doesn't seem to be the right file. When I open it, it shows a blank flash slideshow with three empty slides, just as the sample is when you first open the Imageviewer.
But then what is DW pulling the slideshow from that works in the preview?? How do I re-export the .swf file from DW?
Do my questions even make sense? Sorry, kinda new at all this.
Thanks in advance.
Oh, here is the blank page, but when I view source, the code is there.
http://www.americanindianreport.com/imageviewer.html
The .js file is in the Scripts folder, the .swf is in the same folder. Actually, here you can see why it doesn't work. This is the .swf file, three blank pages:
The images are there as when I link to them directly by using - http://www.americanindianreport.com/images/skateboard/IMG_0542.JPG
they are viewable (so images are uploaded), this only leaves a problem in your swf file.
Is the file extension (marked in red) correct -
'ImageViewer.swc','movie','imageviewerflash' ); //end AC code
PZ
Just as a note can you include the name of the program you used to create the slide show (there are literally hundreds available now), and if possible a link to it and the documentation, otherwise trying to work out what is missing is very difficult.
PZ
I'm getting SO confused! The .swf file is definitely the problem, it doesn't contain the images or have the settings I applied. But I can't find ANYWHERE how to change that!
The file Imageviewerflash.swf is the one I named when placing the image viewer into the html page. That was the last opportunity I had to do anything with it. I added the images and changed the settings and saved the html doc, but the .swf never changed! It still has the three blank .jpgs that the sample had when I first inserted it.
As for the .swc filename, I have no idea what that is. The only ImageViewer.swc file I can find is on my hard drive, in the dreamweaver flash elements folder and is months old.
Just as a note can you include the name of the program you used to create the slide show (there are literally hundreds available now), and if possible a link to it and the documentation, otherwise trying to work out what is missing is very difficult.
I'm using Dreamweaver CS3. Insert - media - Image Viewer. Should be simple, it makes the flash file, but in my case it CREATES the flash file but doesn't save the changes I make to it. I'm not using any other outside applications.
Did you create the slideshow using the 'created slideshow' command as this also creates an xml file which you will have to edit in order to change any images or settings.
Which version of flash are you using?
PZ
Where did you get the following script as it is not the standard script?
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
PZ
I didn't use 'create slideshow,' I used insert/media/image viewer. Dreamweaver generated all the code. The code works in Dreamweaver and in the browser preview of dreamweaver. I didn't use flash to generate the flash, I used Dreamweaver.
I have it narrowed down to this: DW created the .swf file when I inserted the imageviewer. But DW does not edit the .swf file when I make changes (like add images).
If you look at my last post, the js file has been overwritten with html code, and this is what will be causing the problem.
The only solution is to delete this file insert a new flash object (any swf file will do for this), then copy the new js file to your server, as your flash will not work with this file.
here is a short example of the js files content (not javascript), -
<html>
<head>
<title>Page not found | www.americanindianreport.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/http://www.falmouthinstitute.com/favicon.ico" type="image/x-icon" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/book/book.css?r" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?r" />
PZ
I'm sorry, I don't understand. The .js document generated by Dreamweaver and uploaded into the scripts folder by me is this file:
http://www.americanindianreport.com/scripts/AC_RunActiveContent.js
So I'm not sure what you mean that it's been overwritten. The html file just refers to this one, right?
If you open the js file, you will see that it does not contain JavaScript but html instead, (this is why I think it has been overwritten somehow).
The flash player will not work without the JavaScript that this file should have contained.
PZ
I have had exactly the same problem with one of my DW CS3 sites. The funny thing is that I have created other sites using the same program and they work fine in DW and also once they are uploaded. I see the .swf file in the problem site. The other sites did not create this. Have you found a solution? Thanks.
Copyright © 2010 Adobe Systems Incorporated. All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).