Thanks for the help. Here is the link – www.dev.iatse476.org. I’ll certainly try to turn off the friendly URL process. Is that done by setting includePageName=”false”? I tried that on a duplicate site on my local machine but it didn’t seem to work. The following will explain what is going wrong.
I apologize in advance for the length of this dissertation. I am not sure this is a straightforward problem with the DNN URL rewrite process because this site is a combination of an ASP.NET application (DNN) and a fairly sophisticated Adobe Flash movie.
Flash is executed within the Adobe Flash Player on the client machine. However, it is obvious that DNN is somehow implicated in a malfunction within the Flash movie. Note that I am displaying test data at the bottom of the movie. This data is all coming from the Flash movie not from DNN. Follow the procedure below and you will see the malfunction.
First if you click on the Photo Gallery button watch it for a few seconds then click various other buttons on the movie and go back to gallery, everything works fine. You will see the URL and the number of photos plus other info that shows various internal variables in the gallery ActionScript code as the gallery slide show runs. ActionScript is Adobe’s Flash programming language (looks a lot like C). There are only three DNN buttons. If you log into the site there are more but you don’t need to do that. Just use Reset in the upper right above the Flash movie. It will just reinitialize the home page and produce the rewritten URL. Now click the Photo Gallery button on the Flash movie. It won’t work although the URL and even the number of images is the same. 66 images is the correct number. The URL that I am displaying comes from a global Flash variable called _url. It is automatically defined by Flash. It is described in the ActionScript 2.0 documentation as: “Retrieves the URL of the SWF file” This ActionScript statement will display it: trace(this._url);
From the test information I know that the Gallery ActionScript code begins to execute. It appears to load a standard XML object otherwise the number of images would be undefined. What it fails to do is begin the slide show loop. The mystery is, why? At this point I don’t have a clue. If you have any ideas, let me know.
Thanks,
G. M.