|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 8
|
|
| Author |
|
|
Stranger United States Joined: Dec 7, 2008 Post Count: 12 Status: Offline |
I have a actionscript for a flash cms file i need to link multiple xml files for saving content. If There is someone that can help me write the variables for it to work for me on multiple xml files. I will share the file and i have the xml file names that i need info saved to. please email me at kgramazio@mac.com Please it is urgent. I have been up for 3 days trying to figure it out!! needed asap. i just think im over tired and cant think straight. |
||
|
|
Advanced Member USA Joined: Aug 14, 2007 Post Count: 1129 Status: Offline |
Shouldn't be too difficult. I should be able to help out if you post the code. ---------------------------------------- Benjamin Falk | student : designer : developer Twitter: falkencreative |
||
|
|
Stranger United States Joined: Dec 7, 2008 Post Count: 12 Status: Offline |
this.backup = textXML.idMap[liveID].firstChild.nodeValue;//hold a copy of original data for UNDO this.xmlObj = textXML; this.fileSaveTarget = "liveTEXT.xml";//////Change this to a variable to set multiple XML sheet saving |
||
|
|
Advanced Member USA Joined: Aug 14, 2007 Post Count: 1129 Status: Offline |
So what is it exactly that you are trying to do? Save the exact same bit of content to different XML files? If so, why (shouldn't you only need one?) By any chance, is this the file you are working with? http://seleniuminteriors.com/liveTEXT/liveTEXT_old.as ---------------------------------------- Benjamin Falk | student : designer : developer Twitter: falkencreative |
||
|
|
Stranger United States Joined: Dec 7, 2008 Post Count: 12 Status: Offline |
Yes that is the exact file i am working with i noticed someone else was using the program too. I need to change the part that says "//////Change this to a variable to set multiple XML sheet saving" for the multiple xml sheets i have already setup for all of my pages with the different xml pages attached. The xml file names i need to direct to it are: content.xml about.xml friends.xml nationals.xml schedule.xml testi9monials.xml unique.xml im trying to change the above code into a variable to handle these multiple xml sheets to save like it is stating. Please show me how i would write that new section of code? |
||
|
|
Advanced Member USA Joined: Aug 14, 2007 Post Count: 1129 Status: Offline |
I think you should be able to do this with these two lines: xmlFile = liveTEXT.xml"; this.fileSaveTarget = xmlFile;//////Change this to a variable to set multiple XML sheet saving That way, the fileSaveTarget is whatever the xmlFile variable is set to. However, I'm not expert in flash, so you'll need to test it. I'm not really sure how to change that variable based on which page you are trying to save though. You'll probably need to talk to the original developer of the Flash. ---------------------------------------- Benjamin Falk | student : designer : developer Twitter: falkencreative |
||
|
|
Stranger United States Joined: Dec 7, 2008 Post Count: 12 Status: Offline |
do you think this is whaat they mean by change to a variable? seems too easy , but it could be. ill test it |
||
|
|
Advanced Member USA Joined: Aug 14, 2007 Post Count: 1129 Status: Offline |
Well, that does change that particular line to use a variable, which you can change. However, it does not convert it to a full CMS that would allow you to save multiple files. ---------------------------------------- Benjamin Falk | student : designer : developer Twitter: falkencreative |
||
|
|
|
|
|
Current timezone is GMT Mar 11, 2010 6:53:06 PM |