Importing Text From A Word Document?
Is this possible? I'm trying to import my Resume into my portfolio Created on flash. I'm going to need the box to scroll. I tried manually entering my Resume, but when I published its fonts and font sizes changed on me. Can anyone help?
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX
Posted on: 04-22-2005, 03:58 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Importing Text From A Word Document?
Is this possible? I'm trying to import my Resume into my portfolio Created on flash. I'm going to need the box to scroll. I tried manually entering my Resume, but when I published its fonts and font sizes changed on me. Can anyone help?
Can You Save Text In A Projector If You Refer It To Word Document?
Hello!
Trying to figure out how to save text in a projector so when a user inputs some text into a field - then xits out of the file.exe and re-enters the projector it'll recall the same information they left.
Is this done by linking a word document and if so where can I find the code to do this?
Thank you
B
Any Tips For Importing Text From Microsoft Word?
Hi all -
Does anyone have any tips for getting text in Word documents into Flash? I am mostly creating web-based-training applications using Flash as the delivery platform, and that usually means getting handed Microsoft Word documents that contain all of the textual content of the training. The Word documents are structured in a storyboard-type format, with each "page" of the training written as a multi-column table in the document. For instance, the Word table will generally have table headers like this:
ID: contains unique page identifier, for example 220_10, 220_11, etc.
Description: contains description of what happens on this page, for example Multiple Choice Question, Audio-driven text bullet-build, etc.
Text: contains Word formatted text that will appear onscreen in the Flash "page". For example, "In this training module, you will learn how to..."
Graphics: describes the graphics or animation that will appear
Audio: usually contains the "script" of the voice-over audio
The problem is that generally, it's such a tedious procedure to copy/paste blocks of text between Word and into the .fla text fields, and then have to re-format the fonts, font sizes, text color, paragraph settings, etc, that generally we don't bother and simply re-type the text directly into Flash. This is obviously not the most efficient or error-free system of doing this (especially considering the spelling skills of our team members ), so I'm wondering how others might deal with this.
I expect that it would be considerably easier if the text in the Word document was much more rigidly structured, and not contained in multi-column tables, but I need to strike a balance between the Word documents serving the needs of being human-readable storyboards and being able to be brought into Flash without 1000 copy/paste operations. I don't have much hands-on experience with using XML with Flash, but from what I've read, it seems like maybe some sort of Word->XML->Flash procedure might make the process doable.
Thanks in advance for any enlightenment you guys can shed on this.
Mark
Any Tips For Importing Text From Microsoft Word?
Hi all -
Does anyone have any tips for getting text in Word documents into Flash? I am mostly creating web-based-training applications using Flash as the delivery platform, and that usually means getting handed Microsoft Word documents that contain all of the textual content of the training. The Word documents are structured in a storyboard-type format, with each "page" of the training written as a multi-column table in the document. For instance, the Word table will generally have table headers like this:
ID: contains unique page identifier, for example 220_10, 220_11, etc.
Description: contains description of what happens on this page, for example Multiple Choice Question, Audio-driven text bullet-build, etc.
Text: contains Word formatted text that will appear onscreen in the Flash "page". For example, "In this training module, you will learn how to..."
Graphics: describes the graphics or animation that will appear
Audio: usually contains the "script" of the voice-over audio
The problem is that generally, it's such a tedious procedure to copy/paste blocks of text between Word and into the .fla text fields, and then have to re-format the fonts, font sizes, text color, paragraph settings, etc, that generally we don't bother and simply re-type the text directly into Flash. This is obviously not the most efficient or error-free system of doing this (especially considering the spelling skills of our team members ), so I'm wondering how others might deal with this.
I expect that it would be considerably easier if the text in the Word document was much more rigidly structured, and not contained in multi-column tables, but I need to strike a balance between the Word documents serving the needs of being human-readable storyboards and being able to be brought into Flash without 1000 copy/paste operations. I don't have much hands-on experience with using XML with Flash, but from what I've read, it seems like maybe some sort of Word->XML->Flash procedure might make the process doable.
Thanks in advance for any enlightenment you guys can shed on this.
Mark
Importing Data From Text Document
Is this *really* the only way to import data from a text document?
foto01_0001Title=Untitled&foto01_0001Date=Spring
2001&foto01_0001Medium=Blahblahblah&foto01VarLoade d=1
(imagine that you have 200 variables to enter this way)
Is there another, easier, more logical way of doing this?
thanks in advance....
Word Document
I need to incorporate a printable questionaire into my project. Is there some script which i can add to a button which will enable me to launch a word document? or is there an easier way to build a questionaire in flash???????
Load Word Document?
I want a Microsoft Word Document to load when you click on a certain button I made. How do I set the action to load that Word file if it is located in the same directory as the .swf file itself?
Thanks a bunch!
Opening A Word Document
Hi,
I'm new to Flash and I'm trying to create a CD presentation for my company but how do I open a MS Word document from Flash with getting the File Download popup. At present i'm simply using:
on (release) {
getURL("test.doc");
}
Is there a way of opening the file stright into Word? The movie will only ever be run from the CD.
Thanks in advance...
Firing Off A Word Document
I've got a standalone flash .exe that is supposed to open up word documents on a keypress. The precise document to open is generated dynamically based on info in a .txt file.
My problem is that is seems to work totally randomly... Sometimes it needs 2 clicks to fire it, sometimes 1, sometimes it doesn't work at all.
Could someone have a quick look at my code and tell me if I'm doing it right?
Button Code
on (release) {
loadVariablesNum ("data.txt", 0);
getURL (Area, "_blank");
}
data.txt contains
Area=areareport.doc;
Many Thanks!
Sven
Linking To A Word Document
For some reason the following code isnt opening up a word document in the same folder as the .fla file. Any ideas?
on (release) {
getURL("test.doc");
}
Create Word Document
Hello all,
I'm looking into a little experimental project which will involve a dynamically created Word document. Does anyone know is this is possible in Flash? Or at a more basic level, is it possible to create a binary blob and have Flash present a 'Save as' dialogue box to the user?
Thanks!
Allan
Export To Word Document Help
Export Flash to MS Word file
As indicated in the title, I am looking for a feature or capability that i have seen in other sites but need my developer to add to a project we are developing. Users log in to our site and enter data. We then need the data that they entered to export to an MS Word doc. Please send me a hello if you know an effiicient way to export data into MS word from a Flash-based site.
email me kevin
Link Word Document
How to link a PDF, word, & Excel file in flash file by clicking a button?
Linking To A Word Document
Hi there. I'm currently designing my online portfolio. I want the user to be able to click a link and download my CV in Word format. Does ne1 have ne ideas???
Thanx!
Print Word Document
Does anyone know if I can use the print command in flash to print other things such as a word document or a text box?
Thank you.
Search A Word In A Txt Document
Hi everyone at KIRUPA!!
My problem is this! i create a .txt document whit some variables,
witch variables have some text!! i want to do is:
i want to search in flash a word that i want that is in the .txt document. if the word is found in the txt.document i want flash output in to flash interface , all the text that is associated to the variable were the flash found the word that is seacrh above!!!
is this possible!! and if its possible please help-me to do that!!!!
thank very much to all!!!!!!
Opening Word Document
Hello all
I want to open a word document on the users PC (from the webserver) in an actionscript - when the user clicks a button...
What might the code be?
Cheers
Jusenkyo
Downloading A Word Document
Dear All,
Does anyone know how to download a Microsoft Word document within Flash via a button????
Regards,
Sati.
Launching A Word-document.
Hi all,
I'm building an interactive e-learing application.
One of the parts includes a little boy jumping around.
What a want to do is, to lunch a Microsoft Word-Document
when I click the child. The document, let's call it "file.doc"
is located in a subfolder called "documents".
Both the swf-file and the "file.doc"-file is located in an
webserver.
Does anyone have any clue how to do this? Is it possible ?
I've read most of the posts here, that might help me.
But all I found was if I wanted to make an "exe" file out of it.
Cheers,
Fredrik
How Do I Upload This MIcrosoft Word Document To The Web?
Here is the problem. I am so frustrated with this, it is beyond belief. I am hoping you can help.
I have a microsoft word document. It has five pictures in it.
I want to upload it to this free website server that I am using.
First off, I don't know how to make the word document the index page of my website, because to make it my index page, I have to give it a .html, or .htm ending, and that screws up the word format.
SOoooo.... I tried to convert the word document to a web page....to html. I did this, and uploaded it. But it refuses to show any pictures. When I convert it, it seems to store the picture files in a seperate folder.
What do I have to do to get this word document up on this website?
Please help.
I Need To Bring Up A Word Document Into Flash
Hi,
I have made a button in a flash presentation that is going to be put onto a CD. The CD will include a word document that will pop up when the user clicks on the button that I made. The reason for this is so that if the information needs to be updated one day, only the actual word document needs editing. Therefore I don't need to edit anything in Flash. There are about 40 different documents that need to be popped up so this would be awesome if it can be done. I still want my original window to be open. Is it possible to make Flash open Microsoft wordpad and then open the necessary document in it.
Thank you so much for any help that I can get.
Happy Christmas
Marcus
Opening Word Document From Flash
To anyone that can help,
I want to be able to open a word document in Microsoft Word. I want to have a button that when clicked on, a new window will open with the document opened up in Microsoft Word.
Thanks and much appreciated,
Linking A Word Document To Flash
I would like to have a button in my Flash MX Presentation that links to an outside word or pdf document, and would open in a new window. Currently this presentation is not designed to go on the web, and is just a stand alone presentation. The only information I have been able to find so far is this really complicated process involving Director...
Thanks!
How Do I Launch A Word Document And PDF File?
I'm developing an interactive CD.
I need to be able to allow the user to open Word and PDF files.
I'm not sure how to do this.
I've tried using getURL, but that doesn't work.
I'm a bit saturated and can't think how I can do what I need.
Any help would be appreciated.
Thanks.
OM
Button Link To Word Document
Hi!
I have been searching everywhere but can`t seem to find a place that explains me how to get a linked button to open a word document in Word itself.. Anyone here that can help? I am working in Flash MX..
Thanx
[MX] Local Link To A Word Document
Hi I am currently developing an swf to work on my local machine, it will not be hosted on the Internet.
I have created a button which I would like to open up a Word document when pressed. The Word document (instructions.doc) is currently saved in the same folder as my .swf file.
I have been looking on the net for a solution but have tried lots of things but have still not managed to get it working.
Thanks
Exporting Content To A Word Document
I want to export some text from flash into word, so this text can then be printed from there rather than from flahs itself. Is this possible and if so how do I go about doing it?
thanks
Word Document Or Pdf File In Flash
I have created a Flash CBT that has an assessment at the end. If they pass
the assessment, they can print out a User Access Form which will have their
name, date, score, and some other pertinent pieces of information. I have
this User Access Form in both Word and PDF format. And I know that I can
open a Word or PDF file from Flash ... but I need it to be populated with
the information that was gathered from within Flash ... so I'm trying to
figure out how to bring these files into Flash.
Is it possible to put a Word document, or a PDF file into a Flash file? If
so ... how?
And if not ... is it possible to send data from Flash to Word ... so that
their personalized data will already be in the document when it opens?
Or ... any other ideas that might serve my purpose here?
The only thing I could think of to do was to turn this file into a bitmap
and then use the bitmap in Flash ... with dynamic text fields in the
appropriate places on a layer above the bitmap. The problem with this is
that the quality of the bitmap is not as crisp and clean as a Word or PDF
file would be.
Thanks in advance.
Marge
How Do I Launch A Word Document And PDF File?
I'm developing an interactive CD.
I need to be able to allow the user to open Word and PDF files.
I'm not sure how to do this.
I've tried using getURL, but that doesn't work.
I'm a bit saturated and can't think how I can do what I need.
Any help would be appreciated.
Thanks.
OM
Link To Word Document Problem
I have a flash resume that I made and I am having a little trouble with linking to a Word document. I am 100% sure the link is correct, however on some browsers it says page not found initially (but with the correct link in the address bar). Then when I click refresh in the browser, it finds the Word Document. It seems to only do this with the one Word document for some reason.
Here is my code for the link:
on (release) {
getURL("http://enginecontrol.dyn.ee/CurrentResume.doc", "_blank");
}
The link itself is a symbol. I had to make it one to expand the click area. I had it as just text before but it was very hard to click the button.
So is this a bug in Flash MX or Internet Explorer? I'm really baffled because my PDF link works fine.
Here is my movie if you want to take a look at it:
http://enginecontrol.dyn.ee/Resume.html
Thanks for the help in advance.
Open Word Document From Flash
How can i open a word document from flash, i have all the word documents on a CD, is there a way i can tell a button to on press, open microsoft word document? Any help would be greatly appreciated!
Word Document Link Not Loading
I have this link to a Microsoft Word document from a button. When I click on it, the address shows up correctly, but to get the document to open, I have to refresh the browser (internet explorer on windows XP). Why does it not open the document? How can I fix this?
on (release) {
getURL("http://emhtest/infosys/TestForms.doc", "_blank");
}
How Do I Launch A Word Document And PDF File?
I'm developing an interactive CD.
I need to be able to allow the user to open Word and PDF files.
I'm not sure how to do this.
I've tried using getURL, but that doesn't work.
I'm a bit saturated and can't think how I can do what I need.
Any help would be appreciated.
Thanks.
OM
How To Import Word Document Into Flash?
Hi.. I only have 620px X 290 px size of flash available space
But I want to put 3 pages of resume detail on it.
I want to insert those word detail in a way I can scroll down to see the detail in 620px X 290px size flash.. May I know how to do it?
Actionscript Code For Downloading Word Document .doc ?
Hi there.
Im getting errors when trying to download a word .doc on my server..
this is what i have on a button
on (release) {
getURL ("http://www.humancapitalu.com/downloads/bell/bridges.doc");
}
tell me what has this numptey (im the numptey !) done wrong..
thanks alot for your help...
Open Word Document In A Flash Website
Hi,
I would like the users of my website to be able to click a button and then a Microsoft Word document opens in Microsoft Word!
How do I do that? With GetURL or??
Regards
Michael
Open A Word Document From A Flash File
Hi,
I'm sure I've done this before but I have no idea how now. I would like to link to a word document from an interactive flash CD. The file will be on a CD, as will the flash file. Is there an easy way to link to the file? I've tried the get URL but it couldn't find the file...
Saving Txt In Flash.exe As A Word Document Or Txt File?
Does anyone know is it possible to make a questionaire in Flash as an exe, and save it as a MS Word document or txt file.....using Actionscript? If so, what is the actionscript for it? Would greatly appreciate any help. Thank you
Open Word Document From Flash To A New Window
I have a flash movie with a button opening a word document into a new internet explorer window when I click the button a new window appears with a "action canceled" message if I refresh this page I then get the option to open or save the word document. Does anyone know of a way to avoid the action canceled page and not refresh the page.
Can anyone help?
|