| 1: | If you use the JavaScript command GotoFrame(2) , which frame of the Flash movie will be shown? |
| A1: | Frame 3. Remember that GotoFrame uses zero-based numbering. |
| 2: | If you use getURL with the target _top in a movie that is in a frame, what will happen? |
| A2: | The entire contents of the window will be replaced , not just the current frame. |
| 3: | Will a user with Internet Explorer be able to use a Flash movie that communicates with JavaScript? |
| A3: | Only if the user is using a recent version of Internet Explorer in Windows. Mac versions do not support JavaScript communication. |
| 4: | What three changes do you need to make to the OBJECT and EMBED tags to enable JavaScript communication? |
| A4: | You need to set an ID in the OBJECT tag and a NAME in the EMBED tag. You also need to set swLiveConnect=true in the EMBED tag. |