InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Are The Methods Called When A Ui Component Is Intialized? |
|
Answer» All components dispatch the following events that let you specify ACTIONSCRIPT to initialize a component: preInitialize: Dispatched when a component has been CREATED in a rough state, and no children have been created. initialize: Dispatched when a component and all its children have been created, but before the component size has been determined. creationComplete: Dispatched when the component has been LAID out and the component is visible (if appropriate). All components dispatch the following events that let you specify ActionScript to initialize a component: preInitialize: Dispatched when a component has been created in a rough state, and no children have been created. initialize: Dispatched when a component and all its children have been created, but before the component size has been determined. creationComplete: Dispatched when the component has been laid out and the component is visible (if appropriate). |
|
| 2. |
Can I Play A Smil File On Windows Media Player? |
|
Answer» Windows MEDIA PLAYER does not support SMIL. Currently RealPlayer and QuickTime Player can PLAY a SMIL FILE. Windows Media Player does not support SMIL. Currently RealPlayer and QuickTime Player can play a SMIL file. |
|
| 3. |
How Can I Stream A Smil File? |
|
Answer» You can stream a SMIL file via RealServer. You should UPLOAD a created SMIL file on RealServer, and in PLAYER side, for example, you should enter a location such as "RTSP://server.org/smil/sample.smi", then you can play a streaming SMIL file. You can stream a SMIL file via RealServer. You should upload a created SMIL file on RealServer, and in player side, for example, you should enter a location such as "rtsp://server.org/smil/sample.smi", then you can play a streaming SMIL file. |
|
| 4. |
How Can I Play A Smil File? |
|
Answer» You can PLAY a SMIL FILE by USING the RealPlayer. You can play a SMIL file by using the RealPlayer. |
|
| 5. |
Can I Arrange A Multichannel Live Streaming? |
|
Answer» You can ARRANGE multichannel live streaming. You need to create a layout for multichannel by SMIL Scenario Creator, and specify STREAM names via RealServer as FILE names. You can enjoy the multichannel live streaming very EASILY. You can arrange multichannel live streaming. You need to create a layout for multichannel by SMIL Scenario Creator, and specify stream names via RealServer as file names. You can enjoy the multichannel live streaming very easily. |
|
| 6. |
Can I Edit A Smil File Created By Preview Navigator? |
|
Answer» You can edit a SMIL file created by Preview Navigator. By using SMIL SCENARIO CREATOR, you can change the size and/or position of main VIDEO and/or indexed image sequence, and you can add other media to a SMIL file created by Preview Navigator. However, you cannot reorganize RealPix file (indexed images, BUTTON images) and RealText file (timecode, captions); you need to use Preview Navigator Trimmer for that purpose. You can edit a SMIL file created by Preview Navigator. By using SMIL Scenario Creator, you can change the size and/or position of main video and/or indexed image sequence, and you can add other media to a SMIL file created by Preview Navigator. However, you cannot reorganize RealPix file (indexed images, button images) and RealText file (timecode, captions); you need to use Preview Navigator Trimmer for that purpose. |
|
| 7. |
Can I Use My Own Material In Smil? |
|
Answer» No PROBLEM. We'll loan you a PAIR of headphones if you need them. There is a problem with using your own CD-ROMs on the MULTIMEDIA machines, THOUGH. We cannot allow this SINCE the software usually requires some installation on the hard drive. No problem. We'll loan you a pair of headphones if you need them. There is a problem with using your own CD-ROMs on the multimedia machines, though. We cannot allow this since the software usually requires some installation on the hard drive. |
|
| 8. |
Why Are The Fines So High In Smil? |
|
Answer» Fines are INTENDED as an incentive for you to bring things back to us in TIME, not because we really THINK the item is all that valuable, but because there MAY be a CLASS of 30 students waiting impatiently for the item to show up. Fines are intended as an incentive for you to bring things back to us in time, not because we really think the item is all that valuable, but because there may be a class of 30 students waiting impatiently for the item to show up. |
|
| 9. |
What Is <video> Element In Smil? |
|
Answer» The <VIDEO> element DEFINES a specific reference for a video object. Following example illustrates the element: <html XMLNS:t="urn:schemas-microsoft-com:time"> **** In the src ATTRIBUTE specify any website name. The <video> element defines a specific reference for a video object. Following example illustrates the element: <html xmlns:t="urn:schemas-microsoft-com:time"> **** In the src attribute specify any website name. |
|
| 10. |
What Is <audio> Element In Smil? |
|
Answer» The <audio> element DEFINES a specific reference for an audio object. Following example illustrates the element: <html xmlns:t="urn:schemas-microsoft-com:time"> The <audio> element defines a specific reference for an audio object. Following example illustrates the element: <html xmlns:t="urn:schemas-microsoft-com:time"> |
|
| 11. |
List The Media Attributes Of Smil? |
|
Answer» Every SMIL document, every object should be INCLUDED with a reference URL from SRC ATTRIBUTE.
Every SMIL document, every object should be included with a reference URL from src attribute. |
|
| 12. |
Explain About Transition Effects And Animations? |
Answer»
|
|
| 13. |
Describe About Transition Effects And Layouts? |
Answer»
|
|
| 14. |
Describe About Transition Effects And Timelines? |
Answer»
|
|
| 15. |
What Is Transition Effect? |
Answer»
|
|
| 16. |
What Are The Media Elements In Smil? |
|
Answer» Following are the SMIL MEDIA Elements:
Following are the SMIL Media Elements: |
|
| 17. |
List The Smil Timing Elements And Attributes? |
|
Answer» SMIL timing Elements:
SMIL timing Attributes:
SMIL timing Elements: SMIL timing Attributes: |
|
| 18. |
How To Specify The Duration? |
Answer»
|
|
| 19. |
What Is Use Of Clipbegin And Clipend? |
Answer»
|
|
| 20. |
Explain About Xhtml + Smil? |
Answer»
|
|
| 21. |
How To Add Smil Elements? |
|
Answer»
Following example perform the TASK: <time:seq repeatCount="INDEFINITE"> Following example perform the task: <time:seq repeatCount="indefinite"> |
|
| 22. |
How To Add References In Smil? |
|
Answer» A time namespace should be defined to use SMIL in HTML. The process is:
A time namespace should be defined to use SMIL in HTML. The process is: |
|
| 23. |
Explain About Smil Code Writing In Html? |
Answer»
|
|
| 24. |
Give An Example Of Smil File? |
Answer»
Following code SNIPPET is an example of SMIL: <head> Following code snippet is an example of SMIL: <head> |
|
| 25. |
What Is The Use Of Smil? |
|
Answer» SMIL is used for the following purposes:
SMIL is used for the following purposes: |
|
| 26. |
What Is Smil? |
Answer»
|
|