video small and fullscreen

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default video small and fullscreen

    I am new to Director from Flash, I tried the tutorial to have a movie play
    centre screen small and have a button enlarge the video to fullscreen.
    I have this working and the button enlarges the video, and I also have it so
    when you click on the fullscreen video it shrinks back down.
    I am doing this by going to different markers.
    The problem I am having is when I shrink the video back, it does not refresh
    the background. It either shows a ghost image of the fullscreen video or green
    area.
    Also what and where would you put code to have the movie go back to menu
    marker and not display after it has finished playing.
    Thanks for any help.
    Dale

    dalerdobson Guest

  2. Similar Questions and Discussions

    1. Fullscreen Video Problem
      Hi I 'd like to know why when my video is in fullscreen, my skin is ugly and so is the warning message "press Escap to exit the full screen mode".
    2. Creating a small transition video 100px
      Hi, I'm not sure if this is the appropriate flash thread to start here but since it's listed under Media I thought I'd stick it under this...
    3. fullscreen video
      Is it possible to allow fullscreen playback of video with flash media server? Just like in Windows Media Player, when you right-click on a video...
    4. how to keep fullscreen!
      hi guy, i would like to keep fullscreen(the keyboard can't restore the normal mode) Thanks
    5. fullScreen
      grandson, but at the end buttons on the front of your monitor. You can adjust them for "full" screen. The resolution of the Matrix program is...
  3. #2

    Default Re: video small and fullscreen

    It seems sometimes director doesn't realize that an area of the screen
    needs refreshing, one command that forces a complete refresh:

    set the stageColor = the StageColor



    The terms vary depending on the type of video, the typical wait script:


    on exitFrame
    if sprite(8).movieTime < sprite(8)..member.duration then go to the
    frame
    else go to "doneMarker
    end
    JB Guest

  4. #3

    Default Re: video small and fullscreen

    Thanks
    Do you assign the code to a keyframe, I am used to Flash where you make an
    actions layer and assign code to a keyframe which would activate once the
    timeline goes there.
    Currently all my actions are assigned to buttons and the actual video.
    I am using QT video for an enhanced CD.


    dalerdobson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139