Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Curve Sprite - Move a sprite along a curved path.
Bubble Sort Algorithm (for Strings)
Mix-FX Flash animation builder
Drop File
asFFT 2.0
How to Use Macromedia Flash 5
Audio Xtra
Director 8.5 Studio
Datagrip
SiteSearch Indexer
MediaMacros Xtras Mall
 

 

 

Behavior Initialize QuickTime Video (no white flash)

Added on 5/4/2001

 

Compatibilities:
behavior D7 D8 D8_5 Mac PC

This item has not yet been rated

Author: mdchase

This frame script/behavior combination virtually eliminates the annoying "white flash" seen when QT videos start playing on the Stage. It works by moving the video sprite offstage on beginSprite, starts it playing, then throws it back onto the stage.

-- Initialize QuickTime Video behavior
-- by Mark D. Chase
--
-- This frame script/behavior combination virtually eliminates
-- the annoying "white flash" seen when QT videos start
-- playing on the Stage. It works by moving the video sprite
-- offstage on beginSprite, starts it playing, then throws it
-- back onto the stage.
--
-- This behavior must be used in conjunction with the
-- Start Video frame script.
--
-- Free to copy and use, just give credit (and let me
-- know what you use it in!)

property mySprite

on beginSprite me
  -- Relocate video sprite offstage so we don't see white flash
  mySprite = me.spriteNum
  sprite(mySprite).LocH = sprite(mySprite).LocH + 1000
end

on startVideo me
  -- Start the video.
  sprite(mySprite).movieRate = 1
  -- Move the video sprite back onto the stage.
  -- (Kinda hard to see it otherwise.)
  sprite(mySprite).LocH = sprite(mySprite).LocH - 1000
end


-- Start QuickTime Video frame behavior
-- by Mark D. Chase
--
-- Triggers the startVideo handler in the
-- Initialize QuickTime video sprite behavior.

on exitFrame me
  sendAllSprites(#startVideo)
end

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail