A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: asp in plugin.htm ?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    22
    I've got a question concerning asp-code in plugin.htm, that will be used with GenerateHTMLFirst;

    Is it possible to use ASP-code within the plugin.htm? I've tried it, but the result is a exact asp-code-included page (the asp is written hardcoded in the file, so the asp is not interpreted). I think, the asp is not understood well. The reason for this is unfamiliar to me...

    Anyone could give me some advise on this one?

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    827
    The files used on the GenerateHTMLFirst command are not interpreted by the ASP host, they're server exactly as they are. Maybe the best solution is to prepare a separate .ASP file, that includes the needed ASP script, that calls Turbine through the <object>/<embed> tags.
    We'll be adding this feature to our ToDo list, as indeed it makes a lot of sense.

  3. #3
    Junior Member
    Join Date
    Dec 2000
    Posts
    22

    And other script lang?

    Such as Javascript (server-side? client-side? )

    BTW Thank you for putting it in the ToDo list, we appreciate!

  4. #4
    Senior Member
    Join Date
    Nov 2000
    Posts
    827
    This will probably be implemented as an actual http request inside the web server, so any scripting supported by the server will be possible.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center