PDA

View Full Version : testing iceprojector


adamr
11-18-2002, 03:09 AM
I am testing iceprojector on my web site.

I can view the ladybug sample at http://www.madminproductions.com/flashant/test1.htm

but when trying another swf using exactly the same html code but with a different swf, I get nothing.

http://www.madminproductions.com/flashant/test2.htm

What am I doing wrong?

Flashants
11-18-2002, 12:19 PM
In your test2.htm, you have specify width="1" height="1"
You may enlarge the value of height and width to make the flash visiable.

Or, you may add the following tags in the object codes:
<param name="EnableXY" value="TRUE">
<param name="_X" value="240">
<param name="_Y" value="164">
<param name="EnableWH" value="TRUE">
<param name="_W" value="525">
<param name="_H" value="395">