xml.load external mc images not visable mac
hello,
i getting crazy, finished flash website client used basic xml actionscript dynamicly load images it's not working on mac (safari/firefox) , sometime not on pc flash 8 installed. have flash 9 installed on pc , works great.
this url:
http://www.gijs.com/klanten/ez/
if click on evenementen (events) should see images build up.
could kick me in face , tell me th f*** doing wrong. think it's code not realy skilled actionscripter.
so appriciated.
thanks in advance
/// problem solved
i screwed image links check out adobe tutorial relative paths , when reading xml file don't insert spaces infront of image url
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_04157
so after <![cdata[ directly image url although works in ie en firefox on windows space doesn't on mac.
<image><![cdata[images/mainimage_'.$project[id].'.jpg]]></image>
i getting crazy, finished flash website client used basic xml actionscript dynamicly load images it's not working on mac (safari/firefox) , sometime not on pc flash 8 installed. have flash 9 installed on pc , works great.
this url:
http://www.gijs.com/klanten/ez/
if click on evenementen (events) should see images build up.
could kick me in face , tell me th f*** doing wrong. think it's code not realy skilled actionscripter.
so appriciated.
thanks in advance
/// problem solved
i screwed image links check out adobe tutorial relative paths , when reading xml file don't insert spaces infront of image url
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_04157
so after <![cdata[ directly image url although works in ie en firefox on windows space doesn't on mac.
<image><![cdata[images/mainimage_'.$project[id].'.jpg]]></image>
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment