An object tag cannot be placed inside ano
June 14, 2007 12:00 AM
Hello.I went and created a Lectora page with an inserted flash file. Published as an .ASP page and tested. The Flash file worked, so I checked my code and the only difference I could find in relation to the code you initially posted was the following: codebase='//download.macromedia.com/pub/shockwave/cabs/flash /swflash.cab#version=7,0,0,0'Your version read 8,0,0,0.Apart from that everything was the same. Why don't you try publishing your Flash for version 7 and see if that works. Nothing tried nothing done.The section with if(!isMac) is indeed formating the page to run successfully on a Mac.See the full code in my page that refers to the Flash file.anim96 = new ObjInline('anim96','osrpmovie',103,97,598,449,1,41,'div')anim96.addParm( "" )anim96.addParm( "" )anim96.addParm( "" )anim96.addParm( "" )anim96.addParm( " " )anim96.actionShow = new Function("if(!this.isVisible()) { this.moveTo(this.x, this.y);this.onShow();setTimeout( 'action99()', 6000); }")anim96.build()Edited By: bruman on 2008-3-4 10:47:56
Discussions have been disabled for this post