Have a question, I made an swf that basically uses loadVars to pull in images from and text from a text file. The swf works and you can see the images and text it should pull in. But now when I put that swf file on an HTML page, the swf loads, but you dont see the text or images that aare coming from the text file. I did put the text file and swf in the same directory. The images are coming from a website, and it works but its just when you put it on an HTML file, it doesn't work.
I'm using this on in the HTML file:
<object width="200" height="300">
<param name="movie" value="sample.swf">
<embed src="sample.swf" width="200" height="300">
</embed>
</object>
Anything wrong???? Anything obvious???
I'm using this on in the HTML file:
<object width="200" height="300">
<param name="movie" value="sample.swf">
<embed src="sample.swf" width="200" height="300">
</embed>
</object>
Anything wrong???? Anything obvious???