Hello,
I am trying to add an external .swf file and all I am getting is a "gray bar" at the bottom of the page above the footer. This happens on any .swf I try to load.
Here are the xml files that I have setup, and all files are in place.
easy.xml
<menu>
<name>FROG</name>
<filetype>custom</filetype>
<xmldriver>component/frog/frog.xml</xmldriver>
<bkg>component/data/background_a/news.jpg</bkg>
</menu>
frog.xml:
<window >
<item>
<filetype>custom</filetype>
<link>component/data/pimp_frog.swf</link>
</item>
</window>
You can see the "grey bar" by visiting
www.allportmasonry.com/bin/
choose "FROG" from the menu...
You can see the .swf file that I am trying to load @:
www.allportmasonry.com/bin/component/data/pimp_frog.swf
P.S. I have read the documents and I created a trasparent background it the frog.fla and then published and uploaded the .swf.
Also I didn't use a style sheet because the isn't any html to style.
Cheers,
GEEK