Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Top Flash Developers needed!
From: Mark Abouzeid
Date: Tue, 8 Feb 2000 16:14:40 GMT

We are the web agency for a venture capital Web project and requires the
services of one or more top-class Flash developers.

For this project, we have defined a client which will need to be in Flash
probably working with generator but definitely interacting with Allaire
Spectra, Cold Fusion and Oracle 8i. Functionality will include instant
messaging, personalized email, secure logon to private hubs, dynamic graphic
navigation generation, multi-user chat, bulletin boards, et al.

We have the rest of the expertise but need the flash/generator component. If
you have significant experience, would like to work on an international project
with a diverse team, and possess the professional attitude required for a
worldwide consumer project launch; please respond directly to me.

I need to see examples of your work along these specific lines and have some
idea of compensation requirements. I am willing to consider individuals or
development agencies. Equity participation may be available for the right team
member.

best regards,

Mark Abouzeid, President
Collective Wisdom Inc.
abouzeidatcollective-wisdom [dot] com

"collective...making the complex clear"
http://www.collective-wisdom.com


On Tuesday, February 08, 2000 2:38 PM, flasher-digest [SMTP:owneratchinwag [dot] com]
wrote:
> flasher-digest Tuesday, February 8 2000 Volume 01 : Number 2408
>
>
>
> Welcome to this issue of the flasher-digest mailing list, if you have any
> problems or queries with the list please send them to: helpatchinwag [dot] com
>
> To unsubscribe or alter your list settings use the flasher website
> http://www.chinwag.com/flasher
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> The World's Premier Flash? Solutions Conference, and Expo
> March 27-29, Nob Hill Masonic Center, San Francisco, California
> Register today at www.flashforward2000.com or 1.877.4.FLASH.4
> Produced by lynda.com and United Digital Artists
> Sponsored by Macromedia, Adobe Systems, and HOW Magazine
>
> This first-ever Flash? solutions conference and expo is three
> jam-packed days of keynotes, panels, pre-conference workshops,
> hands-on training, breakout sessions and product showcases.
> Featuring keynote addresses by Rob Burgess, CEO, Macromedia
> and John Warnock, CEO Adobe Systems, flashforward2000 brings
> motion animation to life!
>
> Register by Feb 25, save $200! www.flashforward2000.com
> Call 1.877.4.FLASH.4 or 1.805.640.6679 (outside the US and Canada)
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> In this issue:
>
> Re: FLASH: No! More demo FLAs.......
> Re: FLASH: dropping on a specific target
> Re: FLASH: LAUNCHING a fixed size browser window from a flash
> movie........PLEASE HELP!!!!!!!
> Re: FLASH: flash 5 wishs
> Re: FLASH: flash 5 wishs
> FLASH: font wish - no quit
> Re: FLASH: LAUNCHING a fixed size browser window from a flash
> movie........PLEASE HELP!!!
> Re: FLASH: LAUNCHING a fixed size browser window from a flash
> FLASH: just a part of url
> Re: FLASH: Mouse Down not working on mac : solution
> FLASH: Urgent Set Vars HELP!!
> FLASH: Long time enough for Vecta 3D beta?
> FLASH: Help removing the About Flash 4 menu
> Re: FLASH: OT- usb cd burner for a mac G3
> FLASH: Book wish.
> RE: FLASH: Urgent Set Vars HELP!!
> Re: FLASH: Book wish.
> Re: FLASH: freehand 9 - thought you guys might be interested.
> FLASH: Team-based approach to multimedia education
>
> ----------------------------------------------------------------------
>
> Date: Tue, 08 Feb 2000 02:49:17 EST
> From: "Swain Troy" <redmiasmaathotmail [dot] com>
> Subject: Re: FLASH: No! More demo FLAs.......
>
> Hey Mike,
>
> I'm new to Flash and enjoy it a lot. However, I'm NOT interested in flying
> text, mouse followers and the like; however, I couldn't have made my site in
> Flash 3.
>
> Music and more interactivity, that's what I've always wanted out of the web,
> and now it's here. Well, it's close enough.
>
> I believe Flash is finally receding into the background, much like Photoshop
> did several years ago. Now that Photoshop is fully integrated into artists'
> lives (in the commercial and fine art worlds) computer art is finally
> getting interesting, but only after years of cookie cutter
> Kai-Power-Tool-based-art. Likewise, soon enough flying text will only be
> used when absolutely necessary.
>
> Personally, I enjoy all the cartoon and game sites: Spumco, Globz, Heavy
> (although I hate Heavy's use of Javascript), Joe's cartoons, Radio Kazoo,
> etc. and all the sites that quietly use Flash to accomplish a goal that
> would be difficult in straight html/javascript.
>
> Actually, all of the sites I love are unified by a single vision. They're
> focused, almost obsessive, and Flash is simply the vehicle they hijack for
> their purposes.
>
> There have been several pages and ideas I've wanted to slap on the web since
> '92, but only now can I realize them... I think that's where the 'wow' will
> reside in the future.
>
> Troy Swain
> troyswainatfunky-afro [dot] com
> www.funky-afro.com
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> ------------------------------
>
> Date: Tue, 8 Feb 2000 00:06:05 -0800
> From: "Cheri Harder" <chericaathome [dot] com>
> Subject: Re: FLASH: dropping on a specific target
>
> Hi Ernie:
>
> Check out the "_droptarget" property. It will tell you what movie clip the
> target was dropped on.
>
> Something like
>
> Set Variable "vDrop" = GetProperty("",_droptarget)
> IF vDrop eq "bin"
> do something successful
> Else
> try again
> End If
>
> This should work on the "On Release" action, alongside the "stop drag" I
> believe is where to put it.
>
> HTH (keeping in mind it is after midnight, and I promised I wouldn't answer
> past midnight again. <grin>)
>
> ~~~~Cheri Harder~~~~~
> charderatawsolution [dot] com
> Advantage Web Solution
> "Developing your internet storefront"
> www.awsolution.com
> - ----- Original Message -----
> From: "Ernest lee" <baroque_latyahoo [dot] com>
> To: <flasheratchinwag [dot] com>
> Sent: Monday, February 07, 2000 11:02 PM
> Subject: FLASH: dropping on a specific target
>
>
> > Hi folks I have 3 different moviclips (clip a, b and
> > c) that when dropped onto an object (the bin) another
> > movie clip is activated, but I have several objects
> > (dummy1,2,3 etc) that could be possible drop sites.
> >
> > I know how to make a clip draggable but how do I tell
> > 'clip a' that it has been dropped over 'the bin'
> > rather than 'dummy1' and if it has been dropped over
> > 'the bin' then 'do this'?
> >
> > on (press)
> > start drag ("clip a")
> > if ??? what is the syntax here?
> > begin tell target ("/actiona")
> > else if ??????? what if 'clip a' is dropped on 1 of
> > several other objects?
> > do something or do nothing
> >
> > on (release)
> > stop drag
> > end on
>
> ------------------------------
>
> Date: Tue, 08 Feb 2000 08:59:24 +0100
> From: "Paul Kilgour" <paulkatmobilixnet [dot] dk>
> Subject: Re: FLASH: LAUNCHING a fixed size browser window from a flash
> movie........PLEASE HELP!!!!!!!
>
> > ok, here's the problem and i'm sure its simple HTML coding within Flash...
> >
> > i have a mainmovie.swf from which i want to launch a separate .swf file.
> > the file that i launch needs to be in its own separate browser window as a
> > fixed size window without the status bar, menubar, navigation bar,
> > etc.....i
> > also don't want the user to be able to resize the window becuase of the
> > nature of the flash file.
> >
> > i know this has been done. the first time i saw it was on gabocorp.com as
> > part of the gallery section.
> >
> > i'm thinking that there's two possible ways to do this.
> >
> > (1) from within flash set the parameters to do so
> >
> > (2) from within Dreamweaver (my HTML development program) set the
> > parameters
> > of how the page is displayed.
> >
> > any and all help is greatly appreciated,
> >
>
> Rick,
>
> Try these:
>
> http://www.were-here.com/forum/tutorials/javascript-popup/index.html
>
> http://www.flashkit.com/tutorials/links/intermediate
>
> The Flashkit site has a handy thing that writes the code for you.
>
> Regards,
>
> Paul.
>
> - --
> "Not to perambulate the corridors in the hours of repose in the boots of
> ascension."-In an Austrian hotel catering to skiers
>
> ------------------------------
>
> Date: Tue, 8 Feb 2000 10:12:48 +0200 (EET)
> From: AKGUN CEM <akgunatyunus [dot] cmpe [dot] boun [dot] edu [dot] tr>
> Subject: Re: FLASH: flash 5 wishs
>
> On Tue, 8 Feb 2000, Miranda Maryadi wrote:
>
> >
> > > > * Sugestions:
> > > >
> > > > on key press,
> > > > on key release,
> > > > on key down,
> > > > on key up,
> > > > on key hold events.
> > > > varios keys events simultaneous.
> > > >
> > > > Better quality in jpeg compression (!)
> > > >
> > > > Less distorcion in imported bitmaps (!)
> >
> > guide lines for perfect lining and also ruler (like Adobe Photoshop) ...
> > adjustable volume for audio (is it possible?)
> >
> >
> >
> > flasher is generously supported by...
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > flashforward2000 and The Flash Film Festival
> > "The World's Premier Flash Solutions Conference and Expo"
> > March 27-29, Nob Hill Masonic Center, San Francisco, California
> >
> > -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email helpatchinwag [dot] com
> >
>
> ------------------------------
>
> Date: Mon, 07 Feb 2000 12:15:38 -0800
> From: 2Nerotik <2nerotikatnisa [dot] net>
> Subject: Re: FLASH: flash 5 wishs
>
> Yes and no.
>
> Yes PNG's are only recognized (mostly I think) by 4+ browsers when used in
> an HTML
> file... ie via the IMG tag
>
> No this doesn't apply to flash SWF files so viewers will see the graphic
> regardless of the format it had when imported into Flash.
>
> At 04:37 PM 07/02/2000 -0200, Nicholas Frota wrote:
> > > > Better quality in jpeg compression (!)
> > >
> > > Use PNG. It's hard to find, because it doesn't come up when you export
> > > movie. You choose each bitmap and, under Properties, choose PNG. It's
> > > lossless and small.
> >
> >i have a question on it...
> >
> >pngs are only recognized by class 4 browsers, right?
> >
> >i mean, if i use pngs on my flash movie, can viewers with browsers version
> >3 see my image?
>
> .oOo.
> || In the force if Yoda so strong. Construct a sentence
> || with words in proper order then why can't he ?
> ||
> || Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
> || Fontaholic ? ---> http://www.fontsanon.com
> || HTML Writers Guild ---> http://www.hwg.org
>
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World's Premier Flash Solutions Conference and Expo"
> March 27-29, Nob Hill Masonic Center, San Francisco, California
>
> - -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World's Premier Flash Solutions Conference and Expo"
> March 27-29, Nob Hill Masonic Center, San Francisco, California
>
> - -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
> ------------------------------
>
> Date: Tue, 8 Feb 2000 09:51:17 +1100
> From: Jonathan Mao <imaoattcp [dot] net [dot] au>
> Subject: FLASH: font wish - no quit
>
> It would great if you didn't have to quit Flash after activating a
> font that wan't open when Flash was started.
>
> - -
> Thanks for listening
> Jonathan
> - ---
>
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World's Premier Flash Solutions Conference and Expo"
> March 27-29, Nob Hill Masonic Center, San Francisco, California
>
> - -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World's Premier Flash Solutions Conference and Expo"
> March 27-29, Nob Hill Masonic Center, San Francisco, California
>
> - -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
> ------------------------------
>
> Date: Tue, 08 Feb 2000 10:02:58 +0100
> From: bruno <brunoatab [dot] be>
> Subject: Re: FLASH: LAUNCHING a fixed size browser window from a flash
> movie........PLEASE HELP!!!
>
> You better use a javascript for this. In the flash-movie you'll have to fill
> in at "Get URL" for
> example : "javascript:window()"
>
> And in the html-code you put in the header :
>
> <script language="JavaScript1.2"><!--
> function window(){
> var
> myPop=window.open("window.html","Window",'toolbar=1,location=0,menubar=
> 0,width=740,height=400,status=0,scrollbars=0,resizable=0')
>
> }
> // -->
> </script>
>
> ... and you specify what you want to see and what not ...
>
> Hope this helps a bit.
>
> regards,
>
> Bruno.
>
> > ok, here's the problem and i'm sure its simple HTML coding within Flash...
> >
> > i have a mainmovie.swf from which i want to launch a separate .swf file.
> > the file that i launch needs to be in its own separate browser window as a
> > fixed size window without the status bar, menubar, navigation bar,
> > etc.....i
> > also don't want the user to be able to resize the window becuase of the
> > nature of the flash file.
> >
> > i know this has been done. the first time i saw it was on gabocorp.com as
> > part of the gallery section.
> >
> > i'm thinking that there's two possible ways to do this.
> >
> > (1) from within flash set the parameters to do so
> >
> > (2) from within Dreamweaver (my HTML development program) set the
> > parameters
> > of how the page is displayed.
>
> - --
> Bruno Willaert
> brunoatAB [dot] be
>
> webdesigner
>
> AB reclamebureau
> http://www.AB.be
> Stationsstraat 140
> B-8790 Waregem
> T + 32 56 61 00 70
> F + 32 56 61 00 37
>
> ------------------------------
>
> Date: Tue, 8 Feb 00 10:19:18 +0100
> From: Henrik Friberg <fribergatstark [dot] se>
> Subject: Re: FLASH: LAUNCHING a fixed size browser window from a flash
>
> Well,
>
> Launching *1* new window with specified proportions etc via a javascript
> isn't that hard. But! How 'bout when you have 4 buttons at the same time
> in the timeline and you want each of them to open a new customized window
> when clicked..? Beats me. If anybody got a clue about this please get in
> touch with me asap. Seems that flash can't handle more than one
> javascript at once. :/
>
> /Henrik Friberg
>
> _Motion Graphics Designer / After Effects Artist
>
> _STARK_______________filmproduktion
> I
> _Gamlestadsv.2-4 I
> S-415 02 Gothenburg I
> - ->tel: + 46 (0)31 707 74 07 I
> - ->fax: + 46 (0)31 707 74 10 I
> - ->url: http://www.stark.se/________I
>
> ------------------------------
>
> Date: Tue, 08 Feb 2000 10:54:39 +0100
> From: Andrea Guida <jidanetattiscalinet [dot] it>
> Subject: FLASH: just a part of url
>
> please,
>
> I need to bring a variable from the url... but just a part of this (for
> example: a text variable that display just 'home' and not
> http://www.test.com/home)... anyone knows how can I make it?
>
> perhaps with substring...
>
> thanks in advance
> jida
>
> ------------------------------
>
> Date: Tue, 8 Feb 2000 12:01:37 +0100
> From: =?iso-8859-1?Q?Fr=E9d=E9ric_Pierron_/_Blast_Interaction?=
> <fredericatblast-interaction [dot] com>
> Subject: Re: FLASH: Mouse Down not working on mac : solution
>
> Hi,
>
> Thanks for your reply. I have found the problem :
> All the path from the home page were on the vertical menu like
> "folder/file.html". It works with every combination of browser/OS except
> Mac/internet Explorer 4.5. I had to rewrite all like :
> "../folder/file.html". The double .. means go to the root. It seems that
> IE/Flash have a chroot based from the place where the swf file is stored and
> the other flashplug in/browser have a chroot where the html file is stored.
> Does someone from Macromedia can confirm that ?
>
> Yes, the horizontal row doesn't send you somewhere, it is just a roll over
> to explain the name of the cheese.
> If you're curious, you can go deeper in the site, there's a flash quizz, a
> flash cartoon, a flash corporate presentation... Or you can wait for a
> month, there're will be a english version.
>
> Regards,
>
> Frederic
>
> Translation ;) :
> Apparemment le probleme provenait du fait que le chemin indique etait un peu
> caduque : en indiquant seulement le repertoire ou se trouvait le fichier a
> charger (dossier/fichier.html), IE 4.5 sur Mac se perd car il prend ce
> chemin a partir de l'endroit ou se trouve le fichier Flash et non pas le
> fichier HTML qui heberge le fichier Flash. Il faut donc expliciter le chemin
> en faisant un chemin relatif clair (../dossier/fichier.html). Dans ce cas ca
> marche pour tous les navigateurs et toutes les plateformes. Apparemment,
> l'alliance IE/Mac ne fonctionne pas de la meme maniere que les autres
> alliances puisque c'est la seule config qui provoquait une erreur.
>
>
>
>
> - ----- Original Message -----
> From: Frederic Pierron / Blast Interaction <fredericatblast-i [dot] com>
> To: <flasheratchinwag [dot] com>
> Sent: Monday, February 07, 2000 8:54 PM
> Subject: FLASH: Mouse Down not working on mac
>
>
> > Hi,
> >
> > I have a big problem : I have made a site with an entry in Flash 4. Every
> > thing work fine except with mac browser. The mouseDown doesn't work. Is
> > there an explanation ?
> >
> > You can try if you 've got a Mac : www.bongrain.com
> >
> > Regards
> >
> > Frederic
> >
> > _______________________________
> > Frederic Pierron
> > Blast Interaction
> > E : fredericatblast-i [dot] com
> > T: 01 40 33 79 05
> > F : 01 40 33 79 27
> > A : 14 rue Soleillet, 75 020 Paris, Fr.
> >
> >
> >
> > flasher is generously supported by...
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > flashforward2000 and The Flash Film Festival
> > "The World's Premier Flash Solutions Conference and Expo"
> > March 27-29, Nob Hill Masonic Center, San Francisco, California
> >
> > -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email helpatchinwag [dot] com
> >
> >
>
> ------------------------------
>
> Date: Tue, 8 Feb 2000 11:19:51 -0000
> From: Tony Naqvi <tony [dot] naqviatmarketing [dot] co [dot] uk>
> Subject: FLASH: Urgent Set Vars HELP!!
>
> How does one use set variables to swap symbols?
>
> eg: I have a movie with 7 different symbols placed as MC w/Instance Names
> A, B, C etc. off to one side of the work area. The work area has one MC
> named "Target"
> and 6 different buttons. The buttons correspond with the 6 MC off the work
> area.
>
> Now, what I want to do is, depending on what button a user
> clicks, swap "Target" with the corresponding MC "A", "B", "C"... etc.
>
> Not only that, I need to create a transition, in this case an Alpha
> fade over 10 frames, from the current MC to the swapped MC.
>
> Any help would be greatly appriciated :)
>
>
> _______________________
> Tony Naqvi
> Art Director, Clarity
> t: 0171 3972931
> f: 0171 397 2939
> e: tonynatmarketing [dot] co [dot] uk
> http://www.marketing.co.uk
>
> ------------------------------
>
> Date: Tue, 08 Feb 2000 10:46:03 -0200
> From: =?iso-8859-1?Q?S=E1vio_Ponte?= <savioatsol [dot] com [dot] br>
> Subject: FLASH: Long time enough for Vecta 3D beta?
>
> Hiya flashers
>
> I believe I'm not the only one here that filled a form at Vecta 3D's site in
> order to have a beta for the stand alone product in 5 days after
> requisition. It has passed about 20 days since then and... nothing...
> Anyone with more luck than I? Any information about it?
>
> TIA,
>
> Savio Ponte - Triade-comm
> savioatsol [dot] com [dot] br (mailto:savioatsol [dot] com [dot] br)
> Detetive Deti - http://www.issbrasil.com.br/filme1.html
> 2B - Internet Comics - http://www.2b.com.br
> Jota Quest - http://www.jotaquest.com.br
> Triade-Comm http://www.triade-comm.com.br
>
> ------------------------------
>
> Date: Fri, 04 Feb 2000 13:41:36 -0600
> From: "Linda Miller" <CLKMatARGUSHEALTH [dot] COM>
> Subject: FLASH: Help removing the About Flash 4 menu
>
> I have the right-click menu hidden on my browser-based Flash movies; it
> removes all the control options, like Play, Zoom, etc., but I still have the
> About Flash 4 item. When I hide the menu in a Projector file I, it removes
> the entire menu, including the About Flash. How do I remove the About Flash
> for the browser player? This is causing problems to my internal web-based
> training applications, and also serves no functional purpose as no one has
> internet access.
>
> ------------------------------
>
> Date: Fri, 4 Feb 2000 14:37:45 -0700
> From: John Olson <john [dot] olsonatdomail [dot] maricopa [dot] edu>
> Subject: Re: FLASH: OT- usb cd burner for a mac G3
>
> >Six of one, obviously, but, respectfully, this is a fine drive, and I
> >don't want your negative experience to prevent others from enjoying it if
> >they happen to find one for sale.
>
> We have probably killed this topic.. but its not just my experience..
> read through the forums on both MacFixit.com and Xlr8yourmac.com
> and you will read about plenty of people who have reported problems
> using the Sony Firewire CDRW's with the G4's and the iMac DV's. We
> returned out 120 and were ordering the 140 in hopes that it would
> work, but after a month on backorder, we were informed that Sony
> pulled all stock at ClubMac and would be re-releasing the drive after
> the update (which will require more than a firmware upgrade). I
> like Sony and all of their products... they just didnt do their
> homework...and if you read Sonys web site..
> http://ccpgprod.sel.sony.com/ccpg/ccpg_eusub_spec?model_id=CRX120E/X
>
> Minimum System Requirements
> Apple Blue and White G3 Macintosh
> (G4 models not currently supported)
> 32 MB RAM, built-in FireWire interface
> MacOS 8.5.1 or higher
> Apple FireWire 2.1 software
>
> and the CRX140 Firewire version has disappeared from their product listing.
>
> This is directly from their manual:
>
> System Requirements
> ? Apple G3 with built in FireWire ports
> (The Spressa i.LINK drive does not support the Apple
> FireWire PCI card.)
> ? Mac ? OS 8.5.1 or higher
>
>
> This casts enough doubt that if you dont own a Blue and White G3
> Mac... dont bother with the Sony CRX120. Why buy a product that may
> or may not work... regardless if it will get fixed later.
>
> - -John
>
>
> John J. Olson
>
> Multimedia Specialist
> Maricopa Advanced Technology Education Center
> http://matec.org
>
> phone (480) 517-8664
> fax (480) 517-8669
>
> ------------------------------
>
> Date: Tue, 08 Feb 2000 13:26:33 +0100
> From: "Paul Kilgour" <paulkatmobilixnet [dot] dk>
> Subject: FLASH: Book wish.
>
> Hi all,
>
> Can somebody reccommend a good general book on the internet. I don't mean
> web design, but something that explains in laymans' terms things like: cgi,
> psp, asp, intranet, databases, MIME, etc. Not in any great mind numbing
> detail, but a gentle stroll through it. If anybody knows if such a book
> exists that covers all of these things (and probably many more that I've
> left out, or don't know about) I'd be glad to here of it.
>
> Also, I've noticed a thread recently on RealFlash, but I haven't had time to
> follow it. What's RealFlash?
>
> Thanks in advance.
>
> Regards,
>
> Paul.
> - --
> "Time flies like an arrow, but fruit flies like a banana."-Groucho Marx
>
> ------------------------------
>
> Date: 08 Feb 2000 07:58:49 -0500
> From: patrickfatbestweb [dot] net
> Subject: RE: FLASH: Urgent Set Vars HELP!!
>
> Set up another MC with the various symbols (A,B,C,etc) appearing in
sequential
> named
> frames. Use the "Tell Target" command to go to a specific frame of this MC.
> Any transitions
> can be handled either in the frames or between the MCs. HTH.
>
> Patrick
>
>
> > ** Original Subject: RE: FLASH: Urgent Set Vars HELP!!
> > ** Original Sender: Tony Naqvi <tony [dot] naqviatmarketing [dot] co [dot] uk>
> > ** Original Date: Tue, 8 Feb 2000 06:21:33 -0500 (EST)
>
> > ** Original Message follows...
>
> >
> > How does one use set variables to swap symbols?
> >
> > eg: I have a movie with 7 different symbols placed as MC w/Instance Names
> > A, B, C etc. off to one side of the work area. The work area has one MC
> > named "Target"
> > and 6 different buttons. The buttons correspond with the 6 MC off the work
> > area.
> >
> > Now, what I want to do is, depending on what button a user
> > clicks, swap "Target" with the corresponding MC "A", "B", "C"... etc.
> >
> > Not only that, I need to create a transition, in this case an Alpha
> > fade over 10 frames, from the current MC to the swapped MC.
> >
> > Any help would be greatly appriciated :)
> >
> >
> > _______________________
> > Tony Naqvi
> > Art Director, Clarity
> > t: 0171 3972931
> > f: 0171 397 2939
> > e: tonynatmarketing [dot] co [dot] uk
> > http://www.marketing.co.uk
> >
> >
> > flasher is generously supported by...
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > flashforward2000 and The Flash Film Festival
> > "The World's Premier Flash Solutions Conference and Expo"
> > March 27-29, Nob Hill Masonic Center, San Francisco, California
> >
> > -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email helpatchinwag [dot] com
> >
>
>
> >** --------- End Original Message ----------- **
>
> >
>
> ------------------------------
>
> Date: Tue, 08 Feb 2000 13:27:53 +0000
> From: dean <dean [dot] kerriganatstudio-one [dot] co [dot] uk>
> Subject: Re: FLASH: Book wish.
>
> Hi Paul
> try ' phil and alans guide to web publishing "
>
> found at www.photo.net
>
> it's very good.
>
> Dean
>
> Paul Kilgour wrote:
>
> > Hi all,
> >
> > Can somebody reccommend a good general book on the internet.
>
> ------------------------------
>
> Date: Tue, 8 Feb 2000 08:25:13 -0500
> From: Jefferis <Jefferisatpathway [dot] net>
> Subject: Re: FLASH: freehand 9 - thought you guys might be interested.
>
> On Mon, 07 Feb 2000 19:52:18 -0800, David Mendels
> <dmendelsatmacromedia [dot] com> wrote:
>
> >Info on all the new features is here:
> >
> >http://www.macromedia.com/software/freehand/productinfo/features/
> >
> >- -David
> >Macromedia
>
> I was really hoping Freehand would integrate the drawing magnet that
> Flash has for smoothing freely drawn curves and angles. Don't see it :-(
>
> Jeff
>
> Jefferis Peterson, Pres.
> Web Design and Marketing
> http://www.PetersonSales.net
> Tel & Fax. 724-458-7169
>
> ICQ 19112253
>
> ------------------------------
>
> Date: Fri, 04 Feb 2000 19:52:11 -0500
> From: Tom Green <tgreen17athome [dot] com>
> Subject: FLASH: Team-based approach to multimedia education
>
> Michael Dunn wrote:
>
> > ...the best flashers are those with skills in both trades - Branden Hall
>
> Dead on, Branden.
>
> >
> >
> > Exactly. In my Director class the teacher said the most important trait in
> > a
> > wannabee developer/designer was the ability to work on a team.
>
> <snip>
>
> Funny you should mention this. (Note To Dorian. No provocation coming up. You
> can
> keep working :> )
>
> We swung our entire multimedia programme over to a team-based approach about
> two
> years ago. We did this because because things were getting, as we saw it, "to
> damn
> complex". ( Code warriors vs. designers?) We saw the rise of the project team
> composed of specialists in the various disciplines (Code warriors
co-existing
> with
> designers) and mirrored it. The day of the artist as suffering individual or
> jack-of-all trades was over. Just like what happened in '92 with DTP.
>
> Each group of students- fresmen , graduate and "post-graduate"- are broken
> into
> teams of 4 or 5 and assigned a project for delivery at the end of the
> academic
> year. For example, this year's projects include an interactive exploration of
> Breughel's painting "Children's Games", an interactive presentation of Herbie
> Hancock's "Sixties Sessions" CD compilation and the freshmen (first year
> students)
> produce an interactive CD titled "My LifeOSo Far" that presents the members
of
> the
> group and stresses their differences and their similarities. We also insist
> teach
> class break into groups and prepare an interactive web site for a local not
> for
> profit or charity organization.
>
> As I said, we started doing this two years ago and the results have been
> nothing
> short of amazing. Two weeks ago I asked the graduating class ."Who doesn't
> have a
> co-op placement?" Only 4 of 28 hands were raised. Two years ago, I asked who
> has a
> co-op placement and only 4 of 27 hands were raised. A complete flip.
>
> This morning, I had a meeting with a fairly large local web company who were
> looking to initiate a co-op programme.aWhen I explained our team-based
> approach I
> had the unique experience of watching eyebrows go over the hairline and down
> the
> back of the head. They said this was exactly how they approached project
> management
> and we were the only school they had visited that "works exactly the way we
> operate." As if this was some sort of revelation. I had a different
expeience
> this
> autumn with a collegue in an Australian university. He just couldn't wrap his
> mind
> around what we were doing and felt it was way too radical for his "school".
> Then he
> saw our placement and employment stats.
>
> I'd be interested in learning if any other colleges and universities doing
> this?
>
> ------------------------------
>
> End of flasher-digest V1 #2408
> ******************************
>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]