Richwood
08-16-2009, 10:53 PM
I have a html file where i've imbedded my flash file. I'm wondering if I can add a stroke to the file through html? Is it possible? Here is my code so far.
<html>
<head>
<center>
<object width="900" height="600">
<param name="movie" value="MK_Intro.swf">
<embed src="MK_Intro.swf" width="900" height="600">
</center>
</embed>
</object>
Another issue i'm having is that my flash video stretches at different screen resolutions. How do I maintain the original size state? 900x600. Any help would be precious to me!
Thanks in advance,
André.
<html>
<head>
<center>
<object width="900" height="600">
<param name="movie" value="MK_Intro.swf">
<embed src="MK_Intro.swf" width="900" height="600">
</center>
</embed>
</object>
Another issue i'm having is that my flash video stretches at different screen resolutions. How do I maintain the original size state? 900x600. Any help would be precious to me!
Thanks in advance,
André.