after some research i found the answer!
http://www.aleosoft.com/flashtutorial_autofitexample.html
Steps
- start a new blank html in an editor, i used BlueGriffon, make sure it is HTML5
- visit http://www.aleosoft.com/flashtutorial_autofitexample.html and examine the source code
- copy every code inside the html file
- paste the codes inside the text editor and save the file as index.html in the same location as the swf file you are trying to view in a browser
- copy the name of the swf file say "Triangle_angle sum" and paste the string into 3 locations <title>Triangle_angle sum</title>, <param name="movie" value="Triangle_angle sum.swf" /> and <embed src="Triangle_angle sum.swf"
- save the file, for sample download and unzip Angle sum of a trian..
- preview the output of the result index.html
- you can find more examples of what is done to help Chrome view swf file below.
you can check it out here
No comments:
Post a Comment