"Flash Movie | Apex and Visualforce Controllers"

"Flash Movie"

Question

A Flash movie, rendered with the HTML object and embed tags.

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

The correct answer is B. apex:flash.

Explanation: The Apex framework provides the apex:flash component for displaying Adobe Flash content within a Visualforce page. The apex:flash tag creates an HTML object and embed tags to render the Flash movie on the page.

The apex:actionStatus component displays a visual indicator of the status of an AJAX update request. It can be used to show a message while an action is being processed on the server.

The apex:inputField component renders an HTML form element that is bound to a field on a Salesforce object. It can be used to create input fields for editing records in a Visualforce page.

The apex:pageBlockSectionItem component is used to define an item in a section of a page block. It can contain any other component or HTML code, such as text or images.

Therefore, the correct answer is B. apex:flash.