Multiple choice technology web technology

Xml can be used with .swf to:

  1. Store data

  2. Write data

  3. Read data

  4. Read and write data

Reveal answer Fill a bubble to check yourself
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.