Hi I am having a couple problems setting this up I am sure it is my fault because I am new to flash. I purchased this file because it is easy to start with so far I have uploaded all the files, and changed the path in the DATA file but nothing shows up on the site also is the data file where I changed the path what goes into the html? If not which part does ?
I have never used flash so I thought the instructions would tell me how to set this up on my site. Thanks




I hope the email I sent you is helpful. But in-case others might need the same help I’ll post it here.
Inside the _ExampleHELP_swfobject.html file you can look at the source code. And there are 2 things you need to add to your html file where you want it to show up.
1. put this in the tag of your html file. You will need to load the swfobject.js file, and put it somewhere on your server.
<!-- Element that flash is loaded into --> <script type="text/javascript" src="/path/to/this/file/swfobject.js"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; var attributes = {}; swfobject.embedSWF("path/to/your/flash/file.swf", "load_flash_slideshow", "590", "300", "9.0.0", false, flashvars, params, attributes); </script>2. Then put this where you want the slideshow to show up.
<!-- SWF Object <a href="http://code.google.com/p/swfobject/">http://code.google.com/p/swfobject/</a> --> <div id="load_flash_slideshow"> <p>Content that will be replaced once loaded.</p> </div>If you still need help, you can send me a url to a test page, and I can see what might be the issue.