hello everyone!
so i got this question can anyone help me with this
so i got this flash file test.swf it's width is 350 and height 200
and teen you need to put that flash into the web you need to write like this
<object width="350" height="200">
<param name="movie" value="test.swf ">
<embed src="test.swf" width="350" height="200">
</embed>
</object>
buy what if i don't know the width ant height i just got the flash url
can anyone tell me how to get flash width and height when you got only the flash url?
so i got this question can anyone help me with this
so i got this flash file test.swf it's width is 350 and height 200
and teen you need to put that flash into the web you need to write like this
<object width="350" height="200">
<param name="movie" value="test.swf ">
<embed src="test.swf" width="350" height="200">
</embed>
</object>
buy what if i don't know the width ant height i just got the flash url
can anyone tell me how to get flash width and height when you got only the flash url?
Comment