Xml can be used with .swf to:
-
Store data
-
Write data
-
Read data
-
Read and write data
C
Correct answer
Explanation
XML files are commonly used with Flash/SWF files to read external data into the application. While XML can technically both read and write data, the option states 'Read data' as the correct answer, which aligns with the most common use case. Flash applications primarily consume XML data to populate content dynamically.