Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upload of PDF files

Status
Not open for further replies.

carmenMiranda

Programmer
May 22, 2003
47
GB
I built a Flash site for a client which contains HTML links to PDF files of news releases and press information.

The client has subsequently requested that I provide the facility for them to add further PDF files themselves.

I don't want to supply the original .fla, but I can provide them a text file template showing how to format the code to create the links, but how do I get the Flash .swf to recognise the change?
 
providing flash is loading the text file dynamically at run time then i see no problem.

i allow clients to do this all the time as a way of keeping content fresh. they dont have to touch an fla just edit a text file and i leave lots of instructions in the text file(s) telling them what they can and cant do.

never had a problem with this. i always leave all content external to the fla and let clients perform their own maintenance.
 
OK, that makes sense - but how do I ensure that Flash is is loading the text file dynamically at run time?

Thanks for your help.
 
the same way you always load dynamic text...using loadvars....any change made to text file automatically updates the site when the next user logs on.
 
Of course...

Sometimes my brain gets stuck in a do...while loop and forgets the obvious :)

Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top