A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Mask URL in XML

  1. #1
    Registered User
    Join Date
    Jul 2011
    Posts
    1

    Mask URL in XML

    hi, i dont know if masking is the correct term. sorry if its not.
    Anyway, i'm using xml for my flash. however, I would like to know how can i mask this particular line.

    Code:
    url="http://www.dummywebsite.com"
    because it just shows the actual link of the site.

    I like it to be like
    Code:
    <a href="http://www.dummywebsite.com> LINK </a>
    in html.

    Is it possible?

  2. #2
    Registered User nunomira's Avatar
    Join Date
    May 2002
    Location
    portugal
    Posts
    7,003
    hi,

    I don't understand exactly what you want.
    Maybe if you post more XML and the ActionScript code you're using it would become more clear.

    Do you want to use HTML in your XML?
    You can use CDATA.

    Or maybe you can structure your XML in a simpler way:
    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <data>
    	<something url="http://www.dummywebsite.com" something_else="goes here" and_this="appears here..." />
    </data>

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