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...
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
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
Don't see what you're looking for? Try a search.
|