Aligning movies in the Flash Toolkit

Our Flash Course Development Toolkit uses a JavaScript function to insert the Flash movie into the HTML page. This function is currently set to center the Flash movie in the HTML page. You can pass the salign:”L” parameter to left-align the movie:

var FO = { movie:”player.swf”, width:”100%”, height:”100%”, salign:”L”, majorversion:”8″, build:”0″, id:”ufoCom”, name:”ufoCom”, swliveconnect:”true”, allowscriptaccess:”always”, setcontainercss:”true” };

Comments are closed.