Results 1 to 3 of 3

Thread: Word format imported into flash

  1. #1
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default Word format imported into flash

    How to actually do that is another question -but assuming it is possible for a user to upload a word file into a flash movie would it keep it's formatting.

    I know you can keep html tags intact or format text with html/css like properties but I don't know how uploading word would come out, much less if a user wanted to upload word .doc and have it's content display in a text box.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    No, that's not possible. The text parser in Flash reads everything like plain text files. That's why things like XML files, PHP and .txt files are used to create dynamic flash applications -- they don't contain any extra formatting.

    If you open up a .doc file in a plain text editor, you'll see that it's completely incoherent. What you're seeing in the plain text editor is what Flash will read in.

  3. The Following User Says Thank You to Medyman For This Useful Post:

    evan (07-03-2008)

  4. #3
    Join Date
    Jan 2008
    Location
    Near Chicago
    Posts
    247
    Thanks
    105
    Thanked 2 Times in 2 Posts

    Default

    Good, I had to ask because it was a dumb question that (believe it or not) I had to ask. Thanks for clarifying it.

Bookmarks

Posting Permissions

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