Re: Loading Flash KEN BURNS EFFECT Correct File Structure

Originally Posted by
willowisp
I have a question about embeding a flash file I purchased from flashden.net. The file set from the download includes the following files:
•preview.fla -- Source file, created with Flash 8, coded in AS2
•preview.swf -- Published file
•index.html -- HTML file that shows an example to embed swf
•xml/main.xml -- XML file to customize by your own parameters
•as/prototypes.as -- External actionscript file
•caurina/ -- Class used for tweening
•js/swfobject.js -- Used to embed correctly the swf inside an HTML file
•images/ -- contains the images used in the example
•icon.jpg -- File's icon
•manual.html -- Help file
I am only using this on my homepage. The problem I am having is that the flash file is loading, but it will not load the images or the xml narration. I do not know where to put the files so that the xml, action script & the caurina class is loaded. I have tried pointing the call of the flash file to all of the correct folders, but it is not loading the xml.
my file path to the swf are as follows:
includes/templates/novak/flash/novak_main.swf
and I have put the other folders at:
includes/templates/novak/flash/as/...
includes/templates/novak/flash/xml/...
includes/templates/novak/flash/caurina/...
I have gotten the homepage to load the js file
I am using 1.3.9d
outside of swfobject, the rest will have to keep the same file structure that they gave you unless you wish to recode the script.
in the flash folder you need,
flash/preview.swf (don't rename it unless you edited the code, or they had you do it)
flash/as/prototypes.as
flash/xml/main.xml
flash/caurina/ (Class file)
flash/images/ (image files)
flash/icon.jpg
rename swfobject to jscript_swfobject.js and drop it into,
includes/templates/novak/jscript/
If that doesn't work, then you'll need to tell the vendor where the files will reside and see if they can recode the addresses or instruct you on where to make the changes.
Dave
Always forward thinking... Lost my mind!