Jump to content
Fórum Script Brasil
  • 0

Menu No Banco


Carlos Rocha

Question

4 answers to this question

Recommended Posts

  • 0

o q você poderia fazer é o q... criar uma página ASP q acessa o banco de dados, e que retorna dentro dessa mesma página um XML, q poderá ser carregado dentro do Flash...

você tem as propriedades Respose.ContentType

ex:

<%
response.ContentType="text/xml"

response.Write("<?xml version='1.0' encoding='ISO-8859-1'?>")
response.Write("<note>")
response.Write("<from>Jani</from>")
response.Write("<to>Tove</to>")
response.Write("<message>Remember me this weekend</message>")
response.Write("</note>")
%>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...