Ask a Question related to Macromedia Director Basics, Design and Development.
-
dalerdobson #1
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
-
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". -
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... -
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... -
how to keep fullscreen!
hi guy, i would like to keep fullscreen(the keyboard can't restore the normal mode) Thanks -
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... -
JB #2
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
-
dalerdobson #3
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



Reply With Quote

