Not sure what you are trying to do, but if you want to make calls to
an SWF file/app, check this example of a DHTML app with an SWF
embedded into the HTML page. Calls are made to the SWF out of the
DHTML LZX app:
http://labs.openlaszlo.org/trunk-nightly/examples/musicdhtml/index.jsp
http://svn.openlaszlo.org/openlaszlo/trunk//examples/musicdhtml/

And the Wiki page on using SWF content in DHTML:
http://wiki.openlaszlo.org/SWF_in_DHTML

On Sun, Apr 24, 2011 at 11:51 PM, Raju Bitter
<[email protected]> 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
>>
>>
>

Reply via email to