Hi, can i convert flash website design to html code?if yes,then how can i do that?
HI ,
i am justnow learning flash to do designs and little action scirpt3.0 .
I want to know whether i can able to convert flash design to html code by any software likethat….
please give me some info or link to know about it……
i have a design ready with me,but,i don’t know how to convert it to pure html code format……
thanks in advance
You cannot convert a swf flash design to html.
Rather, you can include your swf website into a blank html document using ‘embed’ command like,
<html>
<body>
<embed src="moviename.swf" width="100%" height="100%">
</body>
</html>
You cannot convert a swf flash design to html.
Rather, you can include your swf website into a blank html document using ‘embed’ command like,
<html>
<body>
<embed src="moviename.swf" width="100%" height="100%">
</body>
</html>
References :