no, its not about the cache..

the point is that i want the movie to load the feed again, except this time with the parameter ?PictureID=XX [where XX is a number] so the feed will provide a list of 10 older jpegs, so eventually I can scroll trough the whole set of jpgs uploaded by users.

Just like it does initially with loading the feed... However, when i invoke loadXML when hitting the button, nothing happens, not even loading the 'existing' xml. the movie does trace the message that is after the loadXML() statement.


i had thought it would work this way, as the movie first consults the php file 
for the list of 10 latest jpegs.

var xmlfeed:String = 'feed.php';

then, when the button is pressed, i want to alter the variable xmlfeed, so the 
movie would have to look for something like

var xmlfeed:String = 'feed.php' + '?PictureID=' + PictureID;



I hope i am making this clear ;)


Siep



Ben Smeets schreef:

Lot's of issues possible here, I believe some code might be needed to
pinpoint the exact problem?

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to