how to get the brows window open?

2003-01-06 Thread Lewis Fleming
Hi, I am trying to put together something in shockwave that imports an image file from the users computer. How do you open the brows window from director? thanks Lewis BBCi at http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not

Re: It's nothing, really

2003-01-06 Thread Dave Mennenoh
Xtras extend Director's functionality. Just like plugins for 3D programs, imaging programs etc... Simply put the developers - ie. Macromedia - cannot do everything. Xtras make it so they - and 3rd party developers can make Director a better product. 1. You can make a simple message box with Direct

Flash Capabilities Within Dir.

2003-01-06 Thread Matt Wells
Hello All, Is it possible to load a movie into a flash movie that is within Director? Thank you, Matt [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL P

Re: animation performance irregularities

2003-01-06 Thread Howdy-Tzi
On Saturday, January 4, 2003, at 12:01 AM, Jim Schwartz wrote: But on the client's 4 year old Win 98 machine with far more free RAM and a faster CPU than the NT box, the animation can't keep up. The machine can't draw the screen as fast as it needs to in order to synch properly. Probably beca

Re: destruction of objects

2003-01-06 Thread Kerry Thompson
Along the same lines, if I have placed an instance of an object into a global variable, does it destroy the object when you zero that global out? The object is destroyed when there are no references to it. Or, more specifically, Director will reclaim the memory when it does a garbage collecti

Re: how to get the brows window open?

2003-01-06 Thread Evan Adelman
Hi Lewis, To just open a browser, check out the gotoNetPage method. Are you planning on using the browser to import an image into director? Well, there should be an easier way w/ the the importFileInto method -- from my handy dir8 black book, importfileinto imports new media from an external f

Re: how to get the brows window open?

2003-01-06 Thread Tab Julius
I think he means the file browser, to choose a file. At 01:10 PM 1/6/03, Evan Adelman wrote: Hi Lewis, To just open a browser, check out the gotoNetPage method. Are you planning on using the browser to import an image into director? Well, there should be an easier way w/ the the importFileIn

Re: how to get the brows window open?

2003-01-06 Thread Evan Adelman
ahhh - that would make so much more sense. lewis, to get a file open dialog box i've used the mui xtra, w/ code something around: g=new(xtra "mui") filename = FileOpen(g,"C:\") cheers, Evan Tab Julius wrote: I think he means the file browser, to choose a file. At 01:10 PM 1/6/03, Evan Adelm

Help me save Director!!

2003-01-06 Thread Matt Wells
Hello, I have a large CD-ROM project to do and I'm trying to convince my colleges to produce the CD-ROM in Director. They are flash people so they of course want to produce the CD in flash. Can anyone give me some good reasons (AMMO) to bring to my next meeting so that we can produce this project

Re: how to get the brows window open?

2003-01-06 Thread Carl West
Evan Adelman wrote: > > ahhh - that would make so much more sense. lewis, to get a file open > dialog box i've used the mui xtra, w/ code > something around: > > g=new(xtra "mui") > filename = FileOpen(g,"C:\") Or filextra3 but neither seems to be shockwave-save. And therefor no help here. -

Re: Help me save Director!!

2003-01-06 Thread Kyle Smeby
What are common pitfalls of doing the project in flash? What are common pitfalls of doing the project in director? I've done CD-ROMs in both. It depends on what you're trying to do. Flash is good for animated visual based presentations. Director is better for interacting with the users compu

Re: how to get the brows window open?

2003-01-06 Thread Evan Adelman
oh man, you expect me to *think* before replying? jeeze ...the high standards on this list :) uhh...Lewis, how much flexibility do you have on the interface? the only way i know of opening a "file open" dialog box in a browser (even after some looking around) is to use the pre-built html input

Re: Help me save Director!!

2003-01-06 Thread Daniel Plaenitz
At 14:37 06.01.2003 -0600, you wrote: Hello, I have a large CD-ROM project to do and I'm trying to convince my colleges to produce the CD-ROM in Director. They are flash people so they of course want to produce the CD in flash. Can anyone give me some good reasons (AMMO) to bring to my next meeti

Re: Help me save Director!!

2003-01-06 Thread Kyle Smeby
This may be a rant It certainly was, but it sounded pretty accurate to me. If you want to do any interaction with the users computer Director is light-years beyond Flash. I believe it was during the release of the Flash 5 player beta that some external file and application commands were disc

RE: Flash Capabilities Within Dir.

2003-01-06 Thread Mark R. Jonkman
Yes.. both loadmovie and loadMovieNum work fine in flash while running inside of Director. The only flash commands you might need to be a little cautious with are the getURL .. as it gets redirected to Director vs out to the web and perhaps loadvars but I haven't played with that myself. If your us

destruction of objects

2003-01-06 Thread Craig Taylor
Irv, Thank you for your response on releasing objects... among other things. It was the first six chapters of your on-line book that gave me the clarity I needed to truly start using OOP in the titles I'm authoring. Also, your article on data cast members was the core of a custom reference arch

3d forum?

2003-01-06 Thread Meiky -
Hi, anyone knows forum or mailinglist address for 3d Director 8.5? Thanks _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* http://join.msn.com/?page=features/virus [To remove yourself from this list, or to change to dige

Writing sound members

2003-01-06 Thread Carl West
This is a matter of curiosity right now. In the past, I've used Glen Picher's BinIO Xtra to read and write external .aif files and have since been intrigued by the idea of using lingo to create or modify a sound member directly in the cast. Possible? Where would I start? Is there an Xtra? -

Re: 3d forum?

2003-01-06 Thread Robert Tweed
- Original Message - From: "Meiky -" <[EMAIL PROTECTED]> > > anyone knows forum or mailinglist address for 3d Director 8.5? Newsgroup: macromedia.director.3d Dir3D-L: http://nuttybar.drama.uga.edu/mailman/listinfo/dir3d-l Also, DirGames-L if games-related. - Robert [To remove yoursel