test

2001-03-11 Thread Simon Lord

New account test
-- 


Cheers,
Simon

All your .com .net and .org domains for only $14.50 each.
Get them while they last... http://www.amigo-3.com/hosting/

--
"The great discoveries in science are not punctuated by 'Eureka! I've 
found it!' but rather "Hmmm,that's funny" Isaac Asimov 

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Model for MC component sharing?

2001-03-11 Thread Phil Davis

Here's a link to a site for Java component-based development (CBD) that
parallels what some of us have talked about or thought about:

http://www.flashline.com/

The site has many useful parts, all working to promote and support Java CBD.
I thought it might be a useful example or model of what can be done to
promote the same kind of thing with MC "components".

Food for thought...

Phil Davis


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




test

2001-03-11 Thread Simon Lord

no posts in three days?  Just checking if I'm still on this list.
-- 


Cheers,
Simon

All your .com .net and .org domains for only $14.50 each.
Get them while they last... http://www.amigo-3.com/hosting/

--
"The great discoveries in science are not punctuated by 'Eureka! I've 
found it!' but rather "Hmmm,that's funny" Isaac Asimov 

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: URL and video

2001-03-11 Thread Mark Talluto

Thanks Sivakatirswami for the example.  I just love this capability!


-Mark



on 3/8/01 4:46 PM, Sivakatirswami at [EMAIL PROTECTED] wrote:

> 
>>> No.  Player objects are not containers, they can only reference media from a
>>> file.  So you have to put the URL into a file on disk, then set the
>>> fileName.
> 
> Now knowing that it shouldn't work, we have been successfully downloaded
> media, and after checking to be sure it is cached played is a videoclip.
> 
> Button:
> 
> global HREF1
> on mouseUp
> put  
> "http://www.gurudeva.dynip.com/~htoday/today/Archives/Past/2000/March/March_
> 21_2000/video.mov" into HREF1
> load URL href1
> send checkCachedStat to this card in 1 sec
> end mouseUp  global HREF1
> on mouseup
> put  
> "http://www.gurudeva.dynip.com/~htoday/today/Archives/Past/2000/March/March_
> 21_2000/video.mov" into HREF1
> load URL href1
> send checkCacheStatus to me in 1 sec
> 
> on checkCacheStatus
> if the 
> 
> on mouseUp
> 
> play videoclip url href1
> unload url href1 
> end mouseUp
> 
> card script:
> 
> global href1
> on checkCachedStat
> if urlstatus (href1) = "cached" then
> play videoclip url href1
> unload url href1
> else
> send checkCachedStat to me in 1 sec
> end if  
> end checkCachedStat
> 
> This does work. You could also change
> 
> play videoclip url href1
> 
> to
> 
> set the filename of player "moviePlayer" to url href1
> start player "moviePlayer"
> 
> 
> 
> Hinduism Today
> 
> Sivakatirswami
> Editor's Assistant/Production Manager
> [EMAIL PROTECTED] 
> www.HinduismToday.com, www.HimalayanAcademy.com,
> www.Gurudeva.org, www.hindu.org
> 
> 
> 
> Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
> 


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: Digest metacard.v004.n233

2001-03-11 Thread Richard Gaskin

JB writes:

>> Rinaldi does indeed have some great Mac-specific externals, but last time I
>> checked he has the highest prices in the industry by an order of magnitude:
>> $500 per external for each products it's used in.  Please let me know if
>> this is no longer the case.
> 
> This is not 100% true. The last time I checked the above figures
> were the rule, but ONLY for using those external in commercial products.
> AFAIR, for personal use, as well as non-profit products (and perhaps
> also educational, but I'm not sure), the use was free.
> 
> There were also discount available for use of several externals.

Thanks for the clarification.  I've known folks who spent up to $5,000 on
externals with Rinaldi to ship a single product, but I'm glad to hear that
for the few non-commercial user on this list those are still as free as most
other XCMDs.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Multimedia Design and Development for Mac, Windows, UNIX, and the Web
 _
 [EMAIL PROTECTED] http://www.FourthWorld.com
 Tel: 323-225-3717   ICQ#60248349Fax: 323-225-0716



Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.




Re: Mask an Image

2001-03-11 Thread Kevin Miller

On 11/3/01 6:20 am, Scott Rossi <[EMAIL PROTECTED]> wrote:

> Is there any way in MC to mask/clip the display of an image so that only a
> portion of the image is visible?
> 
> I'm trying to build a curved progress meter which was created as an
> antialised image.  The only way I can think of making it "move" was to have
> an off (empty) state and an on (full) state and use type of masking to
> progressively display the on state above the off state.
> 
> In SuperCard you can clip the display of an image (pictureData) by
> displaying it within a draw graphic, using any shape from a circle to a
> polygon. The only similar mechanism in MC that I'm aware of is setting the
> icon of a button, but apparently, MC only supports rectangular buttons and
> the contained image moves if the button is resized.
> 
> So, any way to create a resizable mask for an image?

Yes, but only if the image is the of a width and height such that it can be
used as a pattern.  You can set the backPattern property of a curve or
polygon and change the points.  To recap on the rules for images used as
patterns:

Pattern images can be color or black-and-white. To be used on MacOS
systems, patterns must be 128x128 pixels or less, and both height and width
must be a power of 2. To be used on Windows and Unix systems, height and
width must be divisible by 8.

Regards,

Kevin

Kevin Miller <[EMAIL PROTECTED]> 
Runtime Revolution Limited (formerly Cross Worlds Computing).
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.