Hi all -- thanks in advance for any help you can throw my way.
Hello members! I have a simple flash application that was written for an HTML page and i'm trying to figure out how to get it to work in DNN 5.x
There are 3 files and 1 file folder associated with my app. The 3 files are:
- AC_RunActiveContent.js
- Features.SWF
- Features.XML
The file folder is named 'IMAGES' and has 10 images in it.
The basic idea is a standard scrolling-type image gallery that scrolls the images in the IMAGES folder and hyperlinks off the image to some URL if clicked upon. I put all of the files and the IMAGES folder in my CUSTOMSKIN folder of my DNN Site. If i run a simple HTML page containing the flash (outside of DNN) from this directory it all works fine.
I cannot, however, seem to get it to work in DNN (using the HTML module). My flash program does appear in the HTML module however it doesn't seem to be able to get my images from the IMAGES folder. It's just sort of stuck and says 'loading next image' -- which it never loads the first one. Am I putting the files in the right place for them to be accessed correctly by DNN??
I reference the .JS file in the header of the appropriate skin.ascx file.
I use the Insert/Edit Flash feature of the HTML module and point to the Feature.SWF file.
Based on what i've provided, is something missing? Am i putting everything in the right place? Should i be using some other module to do this?Like i said, it works fine in a simple HTML page in the directory where all those components are.
Thank you for any direction.