Multiple choice technology web technology

What happen if I delete XML file after publishing swf file:

  1. Swf will not be published

  2. Data will not be shown in swf

  3. Data will be displayed in swf file

  4. Swf will generate a new xml file automatically

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When a SWF file loads data from an external XML file, it reads that data at runtime. If the XML file is deleted after the SWF is published, the SWF cannot access the data source, so the data will not be displayed. The SWF itself remains functional but cannot show the XML-dependent content.