Inserting SWF's in XML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dzucco
    New Member
    • Oct 2007
    • 2

    Inserting SWF's in XML

    Hi,
    I am new to XML and have to launch a site in two days. I need to know how to insert an swf into XML. Its a Flash based website with an interactive XML menu.

    I have the following:

    <Welcome id="logo">
    <info><font color="#FFFFFF" > blimey </font> </info>
    </Welcome>

    I need the swf to replace "blimey"

    Any help would be appreciated.

    Dan
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    Welcome to TSDN!

    I would try something like so.
    [CODE=xml] <swffile url="myfile.swf " />[/CODE]

    Comment

    • dzucco
      New Member
      • Oct 2007
      • 2

      #3
      cheers...

      I'll give it a go.

      Comment

      Working...