How to Embed Action Script 3 with scenes into html
Hi all,
I have made an interactive factory floor, there's a buttons, external videos and scenes.
Everything is okay when I use .exe for all employee to use since its executable by most all pc,
then my boss suddenly came out with an idea to embed it into our website.
I am new to animate cc & no idea how to achieve it & I hoping to get help from you guys.
I have place all the videos into other folder called "contains" within the source directory.
I have try to publish it to .swf and use below code. The flash is playing but only the 1st scene & no video is played.
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald"><meta name="author" content="SitePoint">
<link href="css/styles.css?v=1.0" rel="stylesheet" /><!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<p align="center"><script src="js/scripts.js"></script><object align="center" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="300" id="movie" width="1550"><embed align="center" height="1080" inspage="http://www.macromedia.com/go/getflashplayer" name="movie" plug="" quality="high" src="production-map-draft-3-270917.swf" type="application/x-shockwave-flash" width="400"></embed><param name="movie" value="production-map-draft-3-270917.swf" /></object></p>
</body>
</html>
All the files can be found here: Index of /test
Thank you.
CC: Colin Holgate, RandomlyFish, Preran, just.emma
