The SWF runtime doesn't support loading and executing external scripts at runtime.
You can use the <import> feature to execute compiled loadable libraries, or you could
other mechanisms to load in compiled swf code, but you can't run interpreted _javascript_.

The DHTML runtime, on the other hand can support functionality more easily, though we haven't
got official language support for it yet (the <script> tag doesn't do runtime loading automatically).



On 7/12/06, Rami Alkhalyleh <[EMAIL PROTECTED]> wrote:
Dear All;
  I have a question.

 How can i execute the following code in the laszlo file?

<script src="" href="http://xxxx/yyy.js" target="_blank" >http://xxxx/yyy.js" type="text/_javascript_"></script>

there is an error.

I try to write it as resources. but still there is a problem.


Thanks in advance.

Best Regards
  Rami

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user





--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to