Reading server-side XML with JavaScript and jQuery -


Hope this is a fairly easy question

Our customer currently offers a flash banner ad on their site So that they can change the size, color, position etc. of the text by editing the XML file. They want to scrape flash and use javascript and jquery. Now, as long as the XML file is on a readable URL, I should make an AJAX request for the file and should use it is correct?

Many thanks

Yes. Edit: Of course I forgot about the same basic policy:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -