Yeah I was but after looking deeper into the documentation it turns out I can't do it.
Chris On 11-04-24 05:51 PM, Raju Bitter wrote: > Are you trying to attach an SWF resource to a view in the HTML5 runtime? > > On Sun, Apr 24, 2011 at 9:42 PM, Chris Janik <[email protected]> wrote: >> I've been trying to embed a flash object into my page using >> >> <view resource="flashobject.swf" height="500" width="500" >> x="${canvas.width - this.width}" y="${(canvas.height - 45) - this.height}"/> >> >> in OL 4.9.0 html5 >> >> Every time I compile it says file not found even though the path is >> perfect. I've tried with several flash objects and every single one says >> file not found >> >> I must be doing something wrong >> >> -- >> Chris >> >>
