LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 1998, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 12 Mar 1998 11:49:14 -0600
Reply-To:     "Stephan, Ann" <Ann.Stephan@CPA.STATE.TX.US>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Stephan, Ann" <Ann.Stephan@CPA.STATE.TX.US>
Subject:      Re: Dancing Baby
Comments: To: Gregory J Toland <greg_toland@ABTASSOC.COM>
Content-Type: multipart/mixed;

Here are Phil Mason's instructions & some web sites which were in the Austin paper:

Having seen a demo by SAS Institute (UK) last week where they showcased an animation of a Dancing Baby in Internet Explorer, it got me thinking. Can I have Dancing Babies in my clients applications. The answer (of course) is that SAS lets you do almost any crazy thing you like.

Steps:

1 - Get the Dancing Baby video. It is found at many places on the net, here is one. http://irace.net/babycha2.avi

2 - In a Frame, make an "OLE - Insert Object". Check "Create New". Select "Movie Clip (AVI)". If you don't have that option, you will need to install an AVI Activex (or OCX) plugin, from elsewhere.

3 - Name your object VIDEO (for example). Enter the name of an Hservice entry to create, in the object attributes, eg. sasuser.profile.video - Press OK.

4 - Right mouse click on the object, select "Movie Clip AVI object - object" and then "Edit". This allows you to edit the properties of the video. You could now select "Edit, Options" and set the video to auto-repeat & to not display the control bar. Clicking elsewhere in the frame, reinstates the Frame's Pmenus.

5 - There are various actions you can invoke on the object, these are found by going into "Object Attributes" and selecting "Associated Verbs". Now add the following line to your INIT: section call notify('video', '_execute_', 'play') ;

6 - That's all. You will now have a Baby constantly dancing in your Frame, whenever you run it. Of course, you can use this technique for playing other videos in frames. And it looks nicer if you set the Frame background colour to the colour of the background of the video (in this case black).

(My environment: Windows 95, SAS 6.12, Pentium 166MHz, 32Meg RAM)

Philip Mason Freelance SAS Consultant 16 Wood Street, Wallingford, Oxfordshire, OX10 0AY, England Phone: +44 1491 834615 Fax: +44 1491 834615 Mailto:phil@wood-st.demon.co.uk

http://www.sas.com/service/doc/pubcat/uspubcat/ind_files/55513.html

There was also an article in the paper with some other web sites:

www.mac-curios.com/Files/Babycha.mov - Basic Baby

http://members.aol.com/ChiChiX/club411/index.htm - Dancing Baby's Club 411, with an eclectic choice of dance music

http://baby.nwlink.com/baby.htm - the Unofficial Dancing Baby Homepage(text version) - many versions of Baby movies in Mac & Windows formats

http://www.visionfx.com/DancingBaby/ -- Contest-winning Oh Yeah Baby

http://www.cinemabrazil.com/baby.html - Cinema Bossa-Nova Dancing Baby

---------- From: Gregory J Toland Sent: Thursday, March 12, 1998 11:23 AM To: SAS-L@UGA.CC.UGA.EDU Subject: Dancing Baby

About a year ago someone posted to this list a step by step approach of executing the Dancing Baby from within Sas ( via Frame Entry and a little SCL coding ). I have searched the newsgroup but could not find any references. Does anyone remember this or is the author listening? I thought it may have been Tim Berryhill???

Gregory J Toland Abt Associates Inc. Sr. Programmer Analyst greg_toland@abtassoc.com (301) 913-0694


[application/ms-tnef]


Back to: Top of message | Previous page | Main SAS-L page