add listener problems with xml
- taufiq
- Newbie


- Joined: Nov 24, 2008
- Posts: 7
- Status: Offline
hi, guys, im back with other problems, i have a xml
heres the code
and then i want to load movies from this xml with listener too, but when it worked they can't load anything, what i missed?
this my script
i guest, the listener function can't worked so, it can be load anything
thanks for your help
heres the code
Code: [ Select ]
<?xml version="1.0" encoding="UTF-8"?>
<movies total_count="3640" data_count="16" current_page="0" >
<movie id="5">
<id>5</id>
<title><![CDATA[The Matrix]]></title>
<code><![CDATA[085391773726]]></code>
<genre>1</genre>
<multigenre>1,0,0,0,0,0</multigenre>
<description><![CDATA[Mind-bending action/thriller about a programmer who discovers that his world isn't what it seems. The plot is a little convoluted, but it's filled with dazzling effects and blistering action.]]></description>
<starring><![CDATA[Keanu Reeves,Lawrence Fishburne]]></starring>
<director><![CDATA[Andy Wachowski, Larry Wachowski]]></director>
<producer></producer>
<sinematographer></sinematographer>
<studio></studio>
<year_produced>1999</year_produced>
<country></country>
<rating>9</rating>
<rating_user>0</rating_user>
<rating_imdbcom>8</rating_imdbcom>
<types>1</types>
<category>R</category>
<language>1</language>
<subtitle>1</subtitle>
<duration>60</duration>
<picture>5_cover.gif</picture>
<icon>5_icon.gif</icon>
<entry_date>2008-05-29 13:35:48</entry_date>
<update_time>2008-05-29 13:35:48</update_time>
</movie>
<movie id="7">
<id>7</id>
<title><![CDATA[The Corruptor]]></title>
<code><![CDATA[794043477621]]></code>
<genre>1</genre>
<multigenre>1,0,0,0,0,0</multigenre>
<description><![CDATA[A rookie cop teams up with another NYPD detective in an effort to clean up the streets of mob-ruled Chinatown, but he soon realizes that the ties of the Chinese mafia go deeper than he suspected.]]></description>
<starring><![CDATA[Chow Yun-Fat,Mark Wahlberg]]></starring>
<director><![CDATA[James Foley]]></director>
<producer></producer>
<sinematographer><![CDATA[Juan Ruiz Anchía]]></sinematographer>
<studio></studio>
<year_produced>1999</year_produced>
<country></country>
<rating>0</rating>
<rating_user>0</rating_user>
<rating_imdbcom>6</rating_imdbcom>
<types>1</types>
<category>R</category>
<language>1</language>
<subtitle>1</subtitle>
<duration>60</duration>
<picture>7_cover.gif</picture>
<icon>7_icon.gif</icon>
<entry_date>2008-05-29 13:35:48</entry_date>
<update_time>2008-05-29 13:35:48</update_time>
</movie>
<movie id="13">
<id>13</id>
<title><![CDATA[The Mummy]]></title>
<code><![CDATA[025192063626]]></code>
<genre>1</genre>
<multigenre>1,0,0,0,0,0</multigenre>
<description><![CDATA[Spoofy remake of 1930s horror classic about Egyptian expedition disturbing mummy's tomb. Boasting spectacular effects, appealing hero, Indiana Jones-style action, and corny, good-natured humor, this amply entertains fun-loving adventure buffs.
]]></description>
<starring><![CDATA[Brendan Fraser,Rachel Weisz]]></starring>
<director><![CDATA[Stephen Sommers]]></director>
<producer></producer>
<sinematographer></sinematographer>
<studio></studio>
<year_produced>1999</year_produced>
<country></country>
<rating>0</rating>
<rating_user>0</rating_user>
<rating_imdbcom>0</rating_imdbcom>
<types>1</types>
<category>R</category>
<language>1</language>
<subtitle>1</subtitle>
<duration>60</duration>
<picture>13_cover.gif</picture>
<icon>13_icon.gif</icon>
<entry_date>2008-05-29 13:35:48</entry_date>
<update_time>2008-05-29 13:35:48</update_time>
</movie>
</movies>
<movies total_count="3640" data_count="16" current_page="0" >
<movie id="5">
<id>5</id>
<title><![CDATA[The Matrix]]></title>
<code><![CDATA[085391773726]]></code>
<genre>1</genre>
<multigenre>1,0,0,0,0,0</multigenre>
<description><![CDATA[Mind-bending action/thriller about a programmer who discovers that his world isn't what it seems. The plot is a little convoluted, but it's filled with dazzling effects and blistering action.]]></description>
<starring><![CDATA[Keanu Reeves,Lawrence Fishburne]]></starring>
<director><![CDATA[Andy Wachowski, Larry Wachowski]]></director>
<producer></producer>
<sinematographer></sinematographer>
<studio></studio>
<year_produced>1999</year_produced>
<country></country>
<rating>9</rating>
<rating_user>0</rating_user>
<rating_imdbcom>8</rating_imdbcom>
<types>1</types>
<category>R</category>
<language>1</language>
<subtitle>1</subtitle>
<duration>60</duration>
<picture>5_cover.gif</picture>
<icon>5_icon.gif</icon>
<entry_date>2008-05-29 13:35:48</entry_date>
<update_time>2008-05-29 13:35:48</update_time>
</movie>
<movie id="7">
<id>7</id>
<title><![CDATA[The Corruptor]]></title>
<code><![CDATA[794043477621]]></code>
<genre>1</genre>
<multigenre>1,0,0,0,0,0</multigenre>
<description><![CDATA[A rookie cop teams up with another NYPD detective in an effort to clean up the streets of mob-ruled Chinatown, but he soon realizes that the ties of the Chinese mafia go deeper than he suspected.]]></description>
<starring><![CDATA[Chow Yun-Fat,Mark Wahlberg]]></starring>
<director><![CDATA[James Foley]]></director>
<producer></producer>
<sinematographer><![CDATA[Juan Ruiz Anchía]]></sinematographer>
<studio></studio>
<year_produced>1999</year_produced>
<country></country>
<rating>0</rating>
<rating_user>0</rating_user>
<rating_imdbcom>6</rating_imdbcom>
<types>1</types>
<category>R</category>
<language>1</language>
<subtitle>1</subtitle>
<duration>60</duration>
<picture>7_cover.gif</picture>
<icon>7_icon.gif</icon>
<entry_date>2008-05-29 13:35:48</entry_date>
<update_time>2008-05-29 13:35:48</update_time>
</movie>
<movie id="13">
<id>13</id>
<title><![CDATA[The Mummy]]></title>
<code><![CDATA[025192063626]]></code>
<genre>1</genre>
<multigenre>1,0,0,0,0,0</multigenre>
<description><![CDATA[Spoofy remake of 1930s horror classic about Egyptian expedition disturbing mummy's tomb. Boasting spectacular effects, appealing hero, Indiana Jones-style action, and corny, good-natured humor, this amply entertains fun-loving adventure buffs.
]]></description>
<starring><![CDATA[Brendan Fraser,Rachel Weisz]]></starring>
<director><![CDATA[Stephen Sommers]]></director>
<producer></producer>
<sinematographer></sinematographer>
<studio></studio>
<year_produced>1999</year_produced>
<country></country>
<rating>0</rating>
<rating_user>0</rating_user>
<rating_imdbcom>0</rating_imdbcom>
<types>1</types>
<category>R</category>
<language>1</language>
<subtitle>1</subtitle>
<duration>60</duration>
<picture>13_cover.gif</picture>
<icon>13_icon.gif</icon>
<entry_date>2008-05-29 13:35:48</entry_date>
<update_time>2008-05-29 13:35:48</update_time>
</movie>
</movies>
- <?xml version="1.0" encoding="UTF-8"?>
- <movies total_count="3640" data_count="16" current_page="0" >
- <movie id="5">
- <id>5</id>
- <title><![CDATA[The Matrix]]></title>
- <code><![CDATA[085391773726]]></code>
- <genre>1</genre>
- <multigenre>1,0,0,0,0,0</multigenre>
- <description><![CDATA[Mind-bending action/thriller about a programmer who discovers that his world isn't what it seems. The plot is a little convoluted, but it's filled with dazzling effects and blistering action.]]></description>
- <starring><![CDATA[Keanu Reeves,Lawrence Fishburne]]></starring>
- <director><![CDATA[Andy Wachowski, Larry Wachowski]]></director>
- <producer></producer>
- <sinematographer></sinematographer>
- <studio></studio>
- <year_produced>1999</year_produced>
- <country></country>
- <rating>9</rating>
- <rating_user>0</rating_user>
- <rating_imdbcom>8</rating_imdbcom>
- <types>1</types>
- <category>R</category>
- <language>1</language>
- <subtitle>1</subtitle>
- <duration>60</duration>
- <picture>5_cover.gif</picture>
- <icon>5_icon.gif</icon>
- <entry_date>2008-05-29 13:35:48</entry_date>
- <update_time>2008-05-29 13:35:48</update_time>
- </movie>
- <movie id="7">
- <id>7</id>
- <title><![CDATA[The Corruptor]]></title>
- <code><![CDATA[794043477621]]></code>
- <genre>1</genre>
- <multigenre>1,0,0,0,0,0</multigenre>
- <description><![CDATA[A rookie cop teams up with another NYPD detective in an effort to clean up the streets of mob-ruled Chinatown, but he soon realizes that the ties of the Chinese mafia go deeper than he suspected.]]></description>
- <starring><![CDATA[Chow Yun-Fat,Mark Wahlberg]]></starring>
- <director><![CDATA[James Foley]]></director>
- <producer></producer>
- <sinematographer><![CDATA[Juan Ruiz Anchía]]></sinematographer>
- <studio></studio>
- <year_produced>1999</year_produced>
- <country></country>
- <rating>0</rating>
- <rating_user>0</rating_user>
- <rating_imdbcom>6</rating_imdbcom>
- <types>1</types>
- <category>R</category>
- <language>1</language>
- <subtitle>1</subtitle>
- <duration>60</duration>
- <picture>7_cover.gif</picture>
- <icon>7_icon.gif</icon>
- <entry_date>2008-05-29 13:35:48</entry_date>
- <update_time>2008-05-29 13:35:48</update_time>
- </movie>
- <movie id="13">
- <id>13</id>
- <title><![CDATA[The Mummy]]></title>
- <code><![CDATA[025192063626]]></code>
- <genre>1</genre>
- <multigenre>1,0,0,0,0,0</multigenre>
- <description><![CDATA[Spoofy remake of 1930s horror classic about Egyptian expedition disturbing mummy's tomb. Boasting spectacular effects, appealing hero, Indiana Jones-style action, and corny, good-natured humor, this amply entertains fun-loving adventure buffs.
- ]]></description>
- <starring><![CDATA[Brendan Fraser,Rachel Weisz]]></starring>
- <director><![CDATA[Stephen Sommers]]></director>
- <producer></producer>
- <sinematographer></sinematographer>
- <studio></studio>
- <year_produced>1999</year_produced>
- <country></country>
- <rating>0</rating>
- <rating_user>0</rating_user>
- <rating_imdbcom>0</rating_imdbcom>
- <types>1</types>
- <category>R</category>
- <language>1</language>
- <subtitle>1</subtitle>
- <duration>60</duration>
- <picture>13_cover.gif</picture>
- <icon>13_icon.gif</icon>
- <entry_date>2008-05-29 13:35:48</entry_date>
- <update_time>2008-05-29 13:35:48</update_time>
- </movie>
- </movies>
and then i want to load movies from this xml with listener too, but when it worked they can't load anything, what i missed?
this my script
Code: [ Select ]
var mclis:Object = new Object();
var duplicate_movie:MovieClip;
myXML = new XML()
myXML.ignoreWhite = true
myXML.load("http://localhost/subcat/index.php/movie/lists/1/1");
myXML.onLoad = function(succes) {
if (succes) {
var root = this.firstChild;
nodes = root.childNodes;
trace(nodes.length);
for (var i = 0; i<nodes.length; i++){
subnodes = nodes[i].childNodes;
var image_path = subnodes[21].firstChild.toString();
var mclis:Object = new Object();
mclis.onLoadInit = function(target_mc:MovieClip) {//Invoked when the actions on the first frame of the loaded clip have been executed
target_mc._width = 50;//applying new width
target_mc._height = 100;//applying new height
_root.genre.holder_mc0._x = -200;
_root.genre.holder_mc2._x = -100;
target_mc._y=-168;
target_mc.onRelease = function() {
trace("okeh");
};
};
var mcl:MovieClipLoader = new MovieClipLoader();
mcl.addListener(mclis);
duplicate_movie = _root.genre.createEmptyMovieClip(["holder_mc"+i], _root.genre.getNextHighestDepth());
var dom = mcl.loadClip(image_path,_root.duplicate_movie);
}
}else{
trace("gendut")
}
}
var duplicate_movie:MovieClip;
myXML = new XML()
myXML.ignoreWhite = true
myXML.load("http://localhost/subcat/index.php/movie/lists/1/1");
myXML.onLoad = function(succes) {
if (succes) {
var root = this.firstChild;
nodes = root.childNodes;
trace(nodes.length);
for (var i = 0; i<nodes.length; i++){
subnodes = nodes[i].childNodes;
var image_path = subnodes[21].firstChild.toString();
var mclis:Object = new Object();
mclis.onLoadInit = function(target_mc:MovieClip) {//Invoked when the actions on the first frame of the loaded clip have been executed
target_mc._width = 50;//applying new width
target_mc._height = 100;//applying new height
_root.genre.holder_mc0._x = -200;
_root.genre.holder_mc2._x = -100;
target_mc._y=-168;
target_mc.onRelease = function() {
trace("okeh");
};
};
var mcl:MovieClipLoader = new MovieClipLoader();
mcl.addListener(mclis);
duplicate_movie = _root.genre.createEmptyMovieClip(["holder_mc"+i], _root.genre.getNextHighestDepth());
var dom = mcl.loadClip(image_path,_root.duplicate_movie);
}
}else{
trace("gendut")
}
}
- var mclis:Object = new Object();
- var duplicate_movie:MovieClip;
- myXML = new XML()
- myXML.ignoreWhite = true
- myXML.load("http://localhost/subcat/index.php/movie/lists/1/1");
- myXML.onLoad = function(succes) {
- if (succes) {
- var root = this.firstChild;
- nodes = root.childNodes;
- trace(nodes.length);
- for (var i = 0; i<nodes.length; i++){
- subnodes = nodes[i].childNodes;
- var image_path = subnodes[21].firstChild.toString();
- var mclis:Object = new Object();
- mclis.onLoadInit = function(target_mc:MovieClip) {//Invoked when the actions on the first frame of the loaded clip have been executed
- target_mc._width = 50;//applying new width
- target_mc._height = 100;//applying new height
- _root.genre.holder_mc0._x = -200;
- _root.genre.holder_mc2._x = -100;
- target_mc._y=-168;
- target_mc.onRelease = function() {
- trace("okeh");
- };
- };
- var mcl:MovieClipLoader = new MovieClipLoader();
- mcl.addListener(mclis);
- duplicate_movie = _root.genre.createEmptyMovieClip(["holder_mc"+i], _root.genre.getNextHighestDepth());
- var dom = mcl.loadClip(image_path,_root.duplicate_movie);
- }
- }else{
- trace("gendut")
- }
- }
i guest, the listener function can't worked so, it can be load anything
thanks for your help
- Anonymous
- Bot


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
November 25th, 2008, 1:22 pm
Page 1 of 1
To Reply to this topic you need to LOGIN or REGISTER. It is free.
Post Information
- Total Posts in this topic: 1 post
- Users browsing this forum: No registered users and 57 guests
- You cannot post new topics in this forum
- You cannot reply to topics in this forum
- You cannot edit your posts in this forum
- You cannot delete your posts in this forum
- You cannot post attachments in this forum
