xml in flash and html

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default xml in flash and html

    Hi

    I'm creating a site that has a news page displaying xml content in flash - i'm
    using this so it can be updated externally. I need to create a second news page
    that the user is redirected to if they do not have a flash plug-in - this will
    be a html page. Is it possible that the same xml files are imported into this
    page and formatted with the same css so i don't have to create and update two
    files ? or am I going about this the wrong way ?

    ta

    monkonfire Guest

  2. Similar Questions and Discussions

    1. html in flash
      is there any way that I can get html code into a flash movie?
    2. Flash vs HTML
      I've always wondered about this: How much animation do you think should be on a site before you choose to do the whole site in Flash apposed to...
    3. Flash .html Plays on Server but NOT on html page
      Sorry for being so green. Running IIS Microsoft Server 1. Installed FMS 2. Installed Player 8 and 9 Uploaded .flv and .swf files to server....
    4. Do you need the flash player to see a flash animation in a html document
      ?? because everyone is using flash in their html documents now days thanks kevin
    5. Flash and HTML Help
      Hi there, I'm trying to create a menu which you can see here: http://digitaldreamz.com/ and so when you click on the first thumbnail it will...
  3. #2

    Default Re: xml in flash and html

    You can use JavaScript or PHP/ASP/JSP/ColdFusion (ie most server side scripting
    languages). A server side script is usually better as it doesn't rely on the
    client having JavaScript, but you are probably using JavaScript for Flash
    detection anyway. I would still recommend using a server side script, if you
    can on your hosting server.

    If you have Dreamweaver and you decide to use server side scripting - it will
    do all of the scripting for you!

    James

    Jamesabth Guest

  4. #3

    Default Re: xml in flash and html

    Hi James

    thanks for responding

    please excuse the idiot - that being me - so what would you recommend is the
    simplest and best way of displaying the same information from 1 document (i was
    going to use xml) in 1 flash page and 1 html page formatted by the same CSS
    file ?

    any tips or directions to tutorials would help mucho ta

    J

    monkonfire Guest

  5. #4

    Default Re: xml in flash and html

    XML and a server side script would be the simplest if you have a program like
    Dreamweaver. This would involve two simple steps:

    1) Creating an XSLT (.xsl) file that reads and positions the XML data.
    2) Reading the XSLT file with a server side script and including the XML in
    the page body.

    Jamesabth Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139