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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

uploads by client 2

Status
Not open for further replies.

sawfish

Technical User
Apr 21, 2002
72
GB
Part of my MSc project is going to involve designing a site in Flash, one of the problems is that I am going to have to find a way to allow the client to update images on the flash site themselves. I'm not sure how to start going about this, it would have to involve something along the lines of logging onto a page, browsing to an image then uploading it, in order to overwrite the image already there. I'm just wondering if this is possible maybe with the use of ASP, ideally just by using Flash MX though. Also, are there any books anyone would recommend for this sort of project?

thanks.
 
Thanks a lot, could you perhaps recommend a good book?
 
not specific to your project but the best book on actionscript is

actionscript: the definative guide ver 2
by colin moock
 
you could try a dynamic soultion loading the image from an xml file or some server script.
the person could upload the new jpg along with updating say the xml file (change a path using notepad). then when flash runs it reads the new path and loads the new jpg
 
That seems like another good suggestion, do you reckon that would be easy enough for a code novice like myself?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top