Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

IE swf with xml cash refresh

[es] :: Flash :: IE swf with xml cash refresh

[ Pregleda: 1781 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

zoranidragan

Član broj: 79369
Poruke: 32
*.dynamic.sbb.co.yu.



Profil

icon IE swf with xml cash refresh02.08.2007. u 13:02 - pre 203 meseci
Napravio sam swf fajl koji ucitava podatke iz xml. Podaci u xml se menjaju i u firefox radi sve kako treba. Medjutim u IE swf nece da refres-uje kada se promene podaci u xml. Da li neko zna kako da resim ovo. Evo kako izgleda as u flash-u.
myXML = new XML();
myXML.ignoreWhite = true;
myXML.load("basic.xml")
myXML.ref = this;
myXML.onLoad = function() {
var root = this.firstChild;
nodes = root.childNodes;
this.ref["Title_txt"].text = nodes[0].attributes.name;
subnodes = nodes[0].childNodes;
this.ref["Comments_txt"].text = subnodes[0].firstChild.toString();
this.ref["holder_mc"].loadMovie(subnodes[1].firstChild.toString());
};
 
Odgovor na temu

zoranidragan

Član broj: 79369
Poruke: 32
*.dynamic.sbb.co.yu.



Profil

icon Re: IE swf with xml cash refresh02.08.2007. u 14:45 - pre 203 meseci
Resio sam i ovo samo u mesto
myXML.load("basic.xml")
stavio sam
myXML.load("basic.xml?cachebuster="+new Date().getTime());
ali radi samo kad se stavi direktno na server
Za lokal moze da se namesti:
http://www.communitymx.com/con...ticle.cfm?page=1&cid=827EA
 
Odgovor na temu

[es] :: Flash :: IE swf with xml cash refresh

[ Pregleda: 1781 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.