xml editing from within swf

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

  1. #1

    Default xml editing from within swf

    Basically, I am creating a website with about 10 pages. Each being a different
    section. Each of these pages will have a flash file with a block of text in it.
    I'm struggling to find the best way of having my client easily update this text
    via some sort of basic content management system. Using .txt files is out as
    some of the text contains html links. I am therefore thinking xml. Is there an
    easy way of loading a flash swf and editing and saving xml files in realtime
    from the flash swf file. (please help, as I don't know a lot about flash and
    xml combined

    Regard

    Ric

    Ric_Collinge Guest

  2. Similar Questions and Discussions

    1. Help With Editing
      I've been using Contribute 1.0 to edit our website forever. All of a sudden there are 3 or 4 pages out of the 500 page population of our website...
    2. editing text using advance editing feature
      I created 11 PDFs in InDesign for my client. She wants to be able to change the headlines on the PDFs using Acrobat editing features. I never...
    3. Editing the Nav Bar
      Is there away to edit the nav bar via a properties windows, etc (similiar to when you create the nav bar) ? I want to add more selections to it or...
    4. Editing .SWF
      I lost the .fla file and all I have is a .swf file of it, and I need to take some frames out of the animation, but I can't figure out how. If you...
    5. Help with editing?
      Hi, Thanks for any help. I need to make some changes to a section of my site that was made in fireworks MX. This section includes a pop up menu...
  3. #2

    Default Re: xml editing from within swf

    Ric_Collinge wrote:
    > Basically, I am creating a website with about 10 pages. Each being a different
    > section. Each of these pages will have a flash file with a block of text in it.
    > I'm struggling to find the best way of having my client easily update this text
    > via some sort of basic content management system. Using .txt files is out as
    > some of the text contains html links. I am therefore thinking xml. Is there an
    > easy way of loading a flash swf and editing and saving xml files in realtime
    > from the flash swf file. (please help, as I don't know a lot about flash and
    > xml combined
    >
    > Regard
    >
    > Ric
    not with flash alone. You can read xml with flash, amend it, append new
    data to it, or create new xml with it but this all happens on the
    client PC. You need some way to save it back to the server again, and
    that will require a server-side scripting language of some kind.


    --
    MOLOKO
    ------------------------------------------------
    ::remove _underwear_ to reply::
    'God saves but Buddha makes incremental backups'
    ------------------------------------------------
    GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
    VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
    see [url]www.geekcode.com[/url] to translate the above!
    MOLOKO Guest

  4. #3

    Default Re: xml editing from within swf

    There are many ways ... but Flash is not enough
    Flash has not save built-in capabilities. So you can easily implemen
    an xml editor but to save your files you have to count on server sid
    languages (asp, php,...

    HTH

    -c

    CesareRocchi 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