all groups > flash data integration > december 2005 >
You're in the

flash data integration

group:

All of reference


All of reference sammanjac
12/1/2005 12:00:00 AM
flash data integration: :brokenheart;
I am desiging a website that is for our recent seminar that is coming up.I
have this problem...I tried to reference an exteranal word document by clicking
a button in the flash that i have created how do i do that.....Please i need
the info badly...

Re: All of reference Masamune
12/1/2005 12:00:00 AM
If you just need to have the users download the word document you can do this:
word_btn.onPress = function() {
getURL("wordfile.doc", "_blank");
}
Put this script in the frame where your button is. Here, the button's instance
name is: word_btn. The word document's name is wordfile.doc and is in the same
directory as the flash file.

If you want the content of the word file to display in the flash movie, you
will need to take a different approach.

Chris
Re: All of reference sammanjac
12/1/2005 12:00:00 AM
Thanks chris for the reply
i just found out another simple idea just create a dynamic text field and
then go to the properties after clickin the particular text field and then u
click on the <> and just specify the reference to which external file u have to
link and this works:)

sam
AddThis Social Bookmark Button