It's probably the onLoad handler that is missing some sort of context.
Make sure everything you  reference in the onLoad handler isn't
undefined (check by tracing). Without seeing code, this is all I can
think of. 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sibrand
Hoekstra | Buyways B.V.
Sent: woensdag 5 april 2006 11:29
To: Flashcoders mailing list
Subject: Re: [Flashcoders] loading updated XML

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? 
>  
>

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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