Re: flash/director

2004-05-15 Thread Fabrice Closier
There is also a bug with local connection. I've used it a few time, but notices a bug in the Flash player. the problem is that the connection not always stays up when the connection is made on frame 1, in an almost blank swf. The problem is on the send connection object side. i was using it late

Flash Component Question (Off-topic)

2004-05-13 Thread Fabrice Closier
Hi All, I wrote a few components for Flash, but i found no doc (anyway not complet enought) or tut on how to make an installer of the component. Now they work just simply by dragging and dropping them into components folder MX or MX2004. I want it to be compatible with M extension manager, en spe

Re: Flash components

2004-01-30 Thread Fabrice Closier
Some are AS2, some are just updated AS1, but they are now precompiled. You also kan use FMX components en drop them in the comp.fla folder and use them without problems in FMX04 if you program Flash in AS1. Fabrice On 30-jan-04, at 20:17, grimmwerks wrote: There's no way of using the built in f

Re: Mailto script for atachment

2003-12-27 Thread Fabrice Closier
at http://nl3.php.net/manual/en/ref.mail.php there are some nice PHP solutions for this... php is free and runs almost on anything... Fabrice On 23-dec-03, at 18:49, Diego Landro wrote: I would love to have them too and test them for you. I´ve been looking for these "Xtras" for a while and cou

Re: Changing name of a file

2003-12-14 Thread Fabrice Closier
don't tell me... shame on me... i've rechecked the BA function list its true, its there... i need a break! thanks! Fabrice On 14-dec-03, at 20:42, Troy Rollins wrote: On Sunday, December 14, 2003, at 02:12 PM, Fabrice Closier wrote: The method Sean discribe, baCopyFile is th

Re: Changing name of a file

2003-12-14 Thread Fabrice Closier
Warren, Sean, thanks, The method Sean discribe, baCopyFile is the one i'am using now, Also use something similar using PHP on another flash project. but I would love to just change the filename. Now, i need to open and duplicate the original, them change name of the destfile, then delete the origi

Changing name of a file

2003-12-13 Thread Fabrice Closier
Hi all, a little question, is it possible to change the name of a file via Director? i mean, i want to offer a way to rename an already outputed textfile, myfirstname.txt ---> secondname.txt en eventually to move the file into another directory? how to? Fabrice [To remove yourself from this li

Central

2003-06-20 Thread Fabrice Closier
Hi all, is there some known issues, the release date, the "howto" on Central already? somewhere outside M site? Fabrice [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, em

Re: just started!!

2003-04-12 Thread Fabrice Closier
If you use Director for illustration purposes, you must be quite inventive, because Dir is not really made for it. Just open the helpfiles en try some of the formula's given on synthax you don't understand. 3 month is short if your boss plan to distribute a multiuser game in 3d, but to build thin

Re: moveable

2003-04-03 Thread Fabrice Closier
on mousedown sprite(me.spriteNum).locH = the mouseH end On Thursday, April 3, 2003, at 11:20 PM, Howdy-Tzi wrote: if pbDragging = TRUE then sprite(me.spriteNum).locH = the mouseH end if [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/li

Re: rew MPEG _ sorting lists

2003-03-09 Thread Fabrice Closier
yep, quite a short one... Mylist.sort Fabrice On Sunday, March 9, 2003, at 04:55 PM, Craig Taylor wrote: Hi all, I have two unrelated queries. Both of them I have come up with workable solutions, but both seem cumbersome. There must be a better way! 1. When using DirectMediaXtra, it does not

Re: another CDPro question

2003-03-09 Thread Fabrice Closier
e source: http://www.saltydogdesign.com/cd/testCD.dir I have a suspicion that my hardware is at fault, but not sure. If anyone wants to pop a CD in their machine and give it a shot, I'd love the feedback (of course, you need the CDPro xtra installed on yer machine). f From: Fabrice Closier <[EMAIL PROTE

Re: another CDPro question

2003-03-08 Thread Fabrice Closier
i would first play with those to see what happens, just to test the handler, but without using the flash sprite global cd set isNotplaying =Stopped(cd) //return true when CD is stopped set isPlaying =Playing(cd) //return true when CD is playing if(isPlaying) then stop(cd)etc if everything's g

Re: RE: CDPro in Director MX

2003-02-22 Thread Fabrice Closier
Yes Tad, i'am in this group of users... for me if you could "cacoaTize" the plug-in with only functions as - scan van all available ports/mac/win - win cd port +label - is cd ready /mounted only this would be enough to me... until full release... Fabrice On Saturday, February 22, 2003, at 03:02 AM

Re: RE: CDPro in Director MX

2003-02-21 Thread Fabrice Closier
yes good idea... in fact a mini cdpro with CDready, and scan ports and cdlabels would be enough to me... i use it only to detect cd's, not to build a soundplayer. so call it cd(light) if you want... or even CD(not finischedyet) if you want... but plese do it soon!! fabrice On Wednesday,

Re: longDate again

2003-02-18 Thread Fabrice Closier
I've done that in flash using a simple if else relative to day number, 0 to 6. in order to translate to dutch... I guess Director or Flash would need sort of a language lib, that would be loaded at will, bit same as the browsers on macOSX or system itzelf, where you can set desired languages at

Re: CDPro in Director MX

2003-02-18 Thread Fabrice Closier
Hope soon... i need it too!! Fabrice On Tuesday, February 18, 2003, at 08:28 PM, Tab Julius wrote: No pre-MX Mac Xtras will work in MX. MX is written to OS/X native mode, which is a different operating system than pre-OS/X. Before MX, you were creating a "classic" application (old-style Mac)

Re: Web Services

2003-02-14 Thread Fabrice Closier
//www.macromedia.com/support/flash/applications/google_search/ Hope that helps! ~Mathew - Original Message - From: "Fabrice Closier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 2:49 PM Subject: Re: Web Services Can you do that

Re: Web Services

2003-02-13 Thread Fabrice Closier
Can you do that in flash? i know how to retrieve using the bytesloaded and bytestotal in flash but thats always compare to itzelf, how do you manage to use flash to record if something outside the swf is being loaded... also that flash could give you some usable information about the web service

Re: sound loop question

2003-02-10 Thread Fabrice Closier
thanks for the tips... On Monday, February 10, 2003, at 01:54 AM, Luke wrote: Fabrice Closier wrote By the way, what's the soundeditor now on OSX? i still run classic when needed, but i wonder, is er a Peak OSX, Soundedit16x10? What are u using guys? I mainly use Logic Audio - but

Re: sound loop question

2003-02-09 Thread Fabrice Closier
By the way, what's the soundeditor now on OSX? i still run classic when needed, but i wonder, is er a Peak OSX, Soundedit16x10? What are u using guys? i still use my old frind Sound edit about 4 to 5 years old... but since thats now one of the only app where i need classic... i love the easyness

Re: sound loop question

2003-02-09 Thread Fabrice Closier
Got this book right in fromt of me, nothing in the explained lingo describe the sound file. Got to have the compagnon cd somewhere, but if someone need the titel: Lingo for Director 5, Authorized from macromedia. The original script shown into the book was originally writen bij Pulse entertainm

Re: director books

2003-02-07 Thread Fabrice Closier
oo?? Great! Fabrice On Friday, February 7, 2003, at 11:52 PM, Buzz Kettles wrote: At 8:41 PM +0100 2/5/03, you wrote: I've started learning 3d in director with Phil Gross's book. got all i needed to know in the book. even if its quite a big one, found it not big enough on certain issue

Re: director books

2003-02-07 Thread Fabrice Closier
i'am reading right now; OOP with As by S.Wan and Branden Hall. Also great, Colin Moock AS... bu there are tons of great FlashMX books just peek at your level, there is one for every step. Fabrice On Friday, February 7, 2003, at 05:24 PM, Quixadá wrote: hi, guys thanks to all who answered my qu

3d lingo collision detection

2003-02-06 Thread Fabrice Closier
Hi All, i saw a few month ago a tutorial on how to move an oject on a not regular plane, just bij using lingo instead of Havok, if i recall, also a member of this list made a "tank" game using this detection/intersect technic... any ideas where the tut was, any tips on this technic Changed job,

Re: director books

2003-02-05 Thread Fabrice Closier
I've started learning 3d in director with Phil Gross's book. got all i needed to know in the book. even if its quite a big one, found it not big enough on certain issues, if Phil's planning to expend it, i'll certainly wil buy the sequel. Fabrice On Wednesday, February 5, 2003, at 06:15 PM, Coli

Re: Creating a cuepointing tool - Lingo version

2003-02-04 Thread Fabrice Closier
rge v4 only did cue points on wave files and not on QuickTime on the PC! Be good news if that has changed. Can you let me know? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Fabrice Closier Sent: 03 February 2003 20:14 To: [EMAIL PROTECTED] Subj

Re: Creating a cuepointing tool - Lingo version

2003-02-04 Thread Fabrice Closier
rge v4 only did cue points on wave files and not on QuickTime on the PC! Be good news if that has changed. Can you let me know? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Fabrice Closier Sent: 03 February 2003 20:14 To: [EMAIL PROTECTED] Subj

Re: Creating a cuepointing tool - Lingo version

2003-02-03 Thread Fabrice Closier
if i recall, Soundforge supports Cuepoints on PC the very same way SoundEdit does on mac... Fabrice On Monday, February 3, 2003, at 12:27 PM, MMCR wrote: Woking on the PC I had this problem many years ago as there was no PC software for putting cue points into a QuickTime file back then (and sti

Re: printomatic OSX?

2003-01-28 Thread Fabrice Closier
yes saw something about a OSX version, but nothing on the lite version... fabrice On Tuesday, January 28, 2003, at 11:10 PM, [EMAIL PROTECTED] wrote: Oh? There's a full one for osx? Pay update? Guess I'll have to go look myself... On Tue, 28 Jan 2003, Fabrice Closier wrote: Hi al

printomatic OSX?

2003-01-28 Thread Fabrice Closier
Hi all, was out since begining december, new job, own business started missed the list... anyway, back on the list.. Is there a Printomatic_lite xtra OSX yet, could only find trace of the "full"one for OSX.. Fabrice [To remove yourself from this list, or to change to digest mode, go to ht

Xtra's OS9 in authoring mode DMX

2002-12-23 Thread Fabrice Closier
Hi All, I've played further with DMX (as many of us i guess)... How to author in DMX for 9.x? I wanted to update an old movie where the printomatic lite xtra was used. I've placed it into the 0s9 folder, but i keep getting errors, "xtra not found". Tried BA and got same result. (there is now a 1

Re: speech

2002-12-20 Thread Fabrice Closier
wierd, installed DMX for third time en now got the speak thing... next install: the real DMX. Don't touch this one anymore!!! i've not figure out yet how it works but i've found at least the tools to play with... Fabrice On Friday, December 20, 2002, at 03:19 PM, Mark van den Elzen wrote: Som

Re: speech

2002-12-20 Thread Fabrice Closier
i've done that but where is the speech option? where is the behavior? how? i do not see one thing tried the message windows the list the xtra's, see no speech thing... On Friday, December 20, 2002, at 03:31 PM, David Burgoyne wrote: (I use the first demo) !ah the one with the speech bug downl

Re: speech

2002-12-20 Thread Fabrice Closier
>You're not blind, just speechless hahahahaha! excellent!!! but i'am still hearing nothing... anyone? Fabrice Tab Julius heeft op vrijdag 20 december 2002 om 15:13 het volgende geschreven: You're not blind, just speechless. :) At 08:28 AM 12/20/02, Fabrice Closier wrote

Re: speech

2002-12-20 Thread Fabrice Closier
/documents/ dmx_using_access_xtra.htm Josey On Friday, Dec 20, 2002, at 08:28 US/Eastern, Fabrice Closier wrote: installed DMX 2 days ago, en now got a mail saying there is an update on trial because it was buggy on the speech thing... unstalled the old one, installed the new one, but no speech at a

speech

2002-12-20 Thread Fabrice Closier
installed DMX 2 days ago, en now got a mail saying there is an update on trial because it was buggy on the speech thing... unstalled the old one, installed the new one, but no speech at all. how do you make the speech running? got nothing in lib, no xtra... if i put servicevoice() as describ

Re: How to rotate a copypixel image?Thanks

2002-12-13 Thread Fabrice Closier
Thank you guys, thats exacly what i was looking for. Buzz, James, Andreas,Warren... you've made my day!! Love this list!! and Warren, i think i will soon try to build mixed textures for the 3d using this technic... (busy working on a new game on my free moments...). but for now, its just a 2d q

Re: How to rotate a copypixel image?

2002-12-12 Thread Fabrice Closier
ts the way he wants. then i compose it using the .image info and screen positions for the .offset. Fabrice Howdy-Tzi heeft op donderdag 12 december 2002 om 16:30 het volgende geschreven: On Thursday, December 12, 2002, at 05:45 AM, Fabrice Closier wrote: see the problem as a book cover on

Re: How to rotate a copypixel image?

2002-12-12 Thread Fabrice Closier
Matrix, matrix...hum... kan you develop a bit more? or any place where i can find a tut on this? Fabrice Andreas Gaunitz P11 heeft op donderdag 12 december 2002 om 15:29 het volgende geschreven: (the question could also be "how to rotate a member bitmap within the cast".) now, for the second c

How to rotate a copypixel image?

2002-12-12 Thread Fabrice Closier
Hi all, (the question could also be "how to rotate a member bitmap within the cast".) I have one script running where i use 2 members bitmap + 1 text member to generate a new composite of the 3. it works. using the copytoclipboard and paste in PS, the reult is great. now, for the second composi

Re: Are MX OS9 Projectors Carbonised?

2002-12-03 Thread Fabrice Closier
3/12/02 7:11 PM, Fabrice Closier at [EMAIL PROTECTED] wrote: Is there a way, now, within 8.5 to check on witch system the mac is running? i mean, how to check if a mac is running os9 classic or 9 native? And will there be a builded-in way to check this with DMX? Fabrice [To remove yourself fro

Re: Are MX OS9 Projectors Carbonised?

2002-12-03 Thread Fabrice Closier
Thomas, Just before you leave... Is there a way, now, within 8.5 to check on witch system the mac is running? i mean, how to check if a mac is running os9 classic or 9 native? And will there be a builded-in way to check this with DMX? I'am experiencing some troubles, one of them is with cd scans

Re: ANN: Director MX

2002-11-28 Thread Fabrice Closier
I took the tour on M site yesterday... two little questions: i saw DMX wil export dvd, what does this mean exactly? That a projector could be exported as "Ready to be burned" dvd? Also saw a builded in 3d objects inspector... what does this means? That Ullala's 3dpi is builded in or is that ano

Re: USB controlled robot arm?

2002-11-20 Thread Fabrice Closier
man, i'm just awake... after reading your reply, think i go back to bed i just wanted to say, that to move something physical from a computer you need at least 6 things. 1/ a computer compatible with chip 2/ a physical mechaniek with chip controlled movement. servo's 3/ a programmable ship 4

Re: USB controlled robot arm?

2002-11-20 Thread Fabrice Closier
Check on the electronic side, i know there are some items using mac driven ships to drive hardware. I wanted a while ago equip my car with a mac interface for checkup/maintenance purposes. The ship were then only programmable using pc's, en were driven via serial port, the modem line of 604 mac

Re: flash-director

2002-10-24 Thread Fabrice Closier
The shockwave player is flashplayer as well when dxr exported. As standalone exported is player also builded in. Fabrice Tom Vandenbossche heeft op donderdag 24 oktober 2002 om 09:46 het volgende geschreven: If I put a swf file in a dir movie. do I need the flashplayer then? Tom [To remove

Re: image of a text member

2002-10-16 Thread Fabrice Closier
In same line, how do you manage to mixe 2 different casts together? i mean a #bitmap member and a text member. to obtain a new#bitmap cast member with text burned into it? Fabrice Sean Wilson heeft op donderdag 17 oktober 2002 om 02:34 het volgende geschreven: > >> can you reproduce this (Dir

Re: Classic or native 9.x???

2002-10-02 Thread Fabrice Closier
row to make all hidden file visible... thanks for the tips. Fabrice Howdy-Tzi heeft op woensdag 2 oktober 2002 om 16:25 het volgende geschreven: > On Wednesday, October 2, 2002, at 03:51 AM, Fabrice Closier wrote: > >> Where do i find info about this checkprocedure using FileXtra3? &

Re: Classic or native 9.x???

2002-10-02 Thread Fabrice Closier
e now to see what i can fish out... Fabrice Howdy-Tzi heeft op woensdag 2 oktober 2002 om 09:04 het volgende geschreven: > On Wednesday, October 2, 2002, at 01:47 AM, Fabrice Closier wrote: > >> Howdy-Tzi heeft op dinsdag 1 oktober 2002 om 16:38 het volgende >> geschreven: &

Re: Classic or native 9.x???

2002-10-01 Thread Fabrice Closier
i cannot make the script universal in this particular case. Its just one of the other... Pitty, because i know how to make them both case working. Fabrice Howdy-Tzi heeft op dinsdag 1 oktober 2002 om 16:38 het volgende geschreven: > On Tuesday, October 1, 2002, at 04:20 AM, Fabrice Clos

Classic or native 9.x???

2002-10-01 Thread Fabrice Closier
Hi All, is there a way to see if an dir projector runs on 9.x native or in classic mode? Checking the os return 9.x in both cases. got some weird artifacts in classic mode on some scripts if i could know if classic or not, an "if else" could make the projector running perfectly in both mod

Re: Printfrom or printomatic lite?

2002-09-27 Thread Fabrice Closier
want similar at home now. Fabrice Howdy-Tzi heeft op vrijdag 27 september 2002 om 16:15 het volgende geschreven: > On Friday, September 27, 2002, at 07:55 AM, Fabrice Closier wrote: > >> Yes, i will, but first i got to find a few buyers at least i need >> to see if there is

Re: Printfrom or printomatic lite?

2002-09-27 Thread Fabrice Closier
the guy is generous... Fabrice Howdy-Tzi heeft op vrijdag 27 september 2002 om 13:52 het volgende geschreven: > On Friday, September 27, 2002, at 06:40 AM, Fabrice Closier wrote: > >> i think i wil try the printOmatic lite as you describe. Saw its >> possible to define

Re: Printfrom or printomatic lite?

2002-09-27 Thread Fabrice Closier
>You could try composing your image in a MIAW offscreen someplace and printing that. Thankx, yes, i was thinking about this but because i offer few different templates to be printed, i guess a miaw with a frame printstage command and an if go to next print should do the trick. I might be able

Printfrom or printomatic lite?

2002-09-26 Thread Fabrice Closier
Whats the best option to print a labeled frame at 72 dpi? tried printfrom, but even with printfrom 1,2,100 got a print smaller than the stage. is there a way to print at 100? i mean, since print from is 72 dpi and the sprites on stage on those frames are all 72 dpi, i can't figure out why the r

Re: Shadows in SW3D?

2002-09-24 Thread Fabrice Closier
4! if your shadow is moving on a flat surface, what about a _child polygon with a texture 50% alpha on it? if you parent moves on the x axis (up or down), use only y movement to your shadow. you could also resize the texture according to the upmovement of the parent. use perpenducular to stay "

Re: textfield1 is full, lets use the second

2002-09-24 Thread Fabrice Closier
Hi, i see the trick... thanks. Its about #text by the way... Fabrice Alex da Franca heeft op dinsdag 24 september 2002 om 10:11 het volgende geschreven: > At 9:03 Uhr +0200 24.09.2002, Fabrice Closier wrote: >> Hi all, >> i wonder if there is a way to count visible lines i

textfield1 is full, lets use the second

2002-09-23 Thread Fabrice Closier
Hi all, i wonder if there is a way to count visible lines into a textfield. i'am building a template for print where 3 colomnes are builded in. what i want to achieve is to see if first col is full, if yes, to let continue text into col 3, if 2 is also full fill the third as well. if also full,

Re: blur

2002-09-23 Thread Fabrice Closier
quickly i would dub your original and make it blur in ps, add a reverse square mask to it, and move the mask with mouse... it should do the trick but there are probably imaging lingos for this... anyway, done similar in flash, works great. if your file is not to big anyway... think about using

Re: can Director read a Flash Local Shared Object using getNetText()?

2002-09-20 Thread Fabrice Closier
live conection is not supported bij this version, use local connection instead. but thats Flash MX only. works on all browsers and platforms. talking about platform, think also that if the platform contains "mac" then getnettext("HD:Documents and Settings:boyd ...etc else getnettext("C:\D

Re: a color picker

2002-09-20 Thread Fabrice Closier
when i call my libraries, there is one picker script builded in but since i migrate my libs since version 5 might be an old one. anyway, take a peek. might be there. or if not, i'll mail it to you. Fabrice Thomas Higgins heeft op vrijdag 20 september 2002 om 03:29 het volgende geschreve

Re: How to stop a loop.

2002-09-20 Thread Fabrice Closier
all variants and aspects... just great!! Fabrice Robert Tweed heeft op donderdag 19 september 2002 om 19:25 het volgende geschreven: > - Original Message - > From: "Fabrice Closier" <[EMAIL PROTECTED]> >> >> yes but i'am using a moviescript.. >>

Re: How to stop a loop.

2002-09-20 Thread Fabrice Closier
Yep, saw it yesterday thanks again fabrice Kerry Thompson heeft op donderdag 19 september 2002 om 15:49 het volgende geschreven: > >> hi all, >> got a script than stays looping in a repeat. >> in some case, the loop takes several seconds to end. But i want to be >> able to let him stop dur

Re: How to stop a loop.

2002-09-19 Thread Fabrice Closier
Thanks! guess if keypressed "asciinum" can also work... then.. great!! just what i need! about the update stage, i agree with you, but since the loop is opening files and checks the content, i only update the stage when a new file is opened. the progress is size bar/howmuch file x filenumber. i

Re: info from mothership

2002-09-19 Thread Fabrice Closier
it's unhuman to let us, with no informations, like this! I feel like a future father waiting for 3 days next to the delivery room, with 67 cigars, 15 liters of black coffee in blood... with no information coming from the medicals... only sometimes hearing a few sounds out that dev room... Ok

Re: How to stop a loop.

2002-09-19 Thread Fabrice Closier
lue might work thanks anyway for the reply. Fabrice Robert Tweed heeft op donderdag 19 september 2002 om 14:24 het volgende geschreven: > - Original Message ----- > From: "Fabrice Closier" <[EMAIL PROTECTED]> > >> got a script than stays looping in

How to stop a loop.

2002-09-19 Thread Fabrice Closier
hi all, got a script than stays looping in a repeat. in some case, the loop takes several seconds to end. But i want to be able to let him stop during the repeat. tried something like this via a button, but its ignored. global stop on somehandler repeat with x = 1 to Myvar if St

Re: changing icon of projector

2002-09-19 Thread Fabrice Closier
Iconforge do the trick perfectly on win side. on mac, i use the very best Icon Machine III. Its macosX compatible, beter than previous versions in lots of aspects. to give you just one of them, if you copy select a 128x128 PS layer with transparantie, you'll get automatically in the picto the al

Re: Detecting Shockwave 8..5.1

2002-09-17 Thread Fabrice Closier
you could embed a 8.0 file in page under noedit. The 8.0 dcr could have a getversion...with a gotonetpage... but if you can detect the version allready, why don't you add your javascript a if version(1,6) = "5"... do something the 1,6 stand for string chars posi, for example if version = "SW 8.

Re: problem moving cast members in OS 10.2

2002-09-12 Thread Fabrice Closier
got other problems on 10.1.5, not on jaguar yet, on my syst, i can move them, but cannot drag/drop on stage. Dir freezes. to avoid all problems, i run director native on 9.2.2, not in classic mode. guess we have to wait for D9..MX or watever native OSX. any new by the way on this major upgrade?

Re: compaq armarda M300 sound problem

2002-09-12 Thread Fabrice Closier
Haven't followed the all discussion, but might help... got similar problem with an avi file that wasn't playing at all on some pc's.. might help you Was a question of "overiding" the system that allocate only default installed driver at a time for the soundcard, or som' like this.. take a

Re: fileio/projectors

2002-09-11 Thread Fabrice Closier
15:34 het volgende geschreven: > Dear Fabrice > > I may be not an expert to answer your question but > I use Fileio Xtra both in compressed and not compressed > way an works just the same in Windows platform. > > Carlos > > - Original Message - > From: &q

Re: fileio/projectors

2002-09-10 Thread Fabrice Closier
Ok, loud and clear now!! Fabrice Howdy-Tzi heeft op dinsdag 10 september 2002 om 16:44 het volgende geschreven: > On Tuesday, September 10, 2002, at 02:28 AM, Fabrice Closier wrote: > >> Ok guys, >> but what about my questions? > > I rather thought Buzz and I answere

Re: fileio/projectors

2002-09-10 Thread Fabrice Closier
ber 9, 2002, at 08:09 AM, Fabrice Closier wrote: >> >>> in order to use fileio xtra, i need to locate it within a xtras >>> folder in same directory als Director... >>> to add it to the xtralist but don't include it in projector. >> >> No, add it to

fileio/projectors

2002-09-09 Thread Fabrice Closier
Hi all, just a little question to be sure: in order to use fileio xtra, i need to locate it within a xtras folder in same directory als Director... to add it to the xtralist but don't include it in projector. the fileio xtra do not work in schockwave mode for security reasons... as notify on M s

Re: communication with Director

2002-09-04 Thread Fabrice Closier
I've just experiment the localconnection() from flash MX with abosulte great results. instead of using for example fs command witch requires Live Connect is not supported by lots of lately released browsers, its in the tech notes from macromedia... The the localconnection is offering a great a

Re: xtra for writing image files

2002-08-30 Thread Fabrice Closier
By the way, is it possible to add text, i mean pasting the content of another textfield on a member #bitmap jpg as in php? like this Fabrice Charlie Fiskeaux II heeft op woensdag 28 augustus 2002 om 19:59 het volgende geschreven: > On this topic, I've noticed that there's an xtra included w

icons & Folder & creator

2002-08-28 Thread Fabrice Closier
Hi all, 3 little questions that could spare me the test time... 1/ is there a way to paste, allocate a custom icon on a by Director (fileio) created text or folder? (is changing the icons within projector resources an option? but what about win side...) Is there an Xtra WIN/mac for this? would

Re: path seperators on a mac

2002-08-27 Thread Fabrice Closier
ok, john, >They all work fine! yes on windoz what i mean, is that if you port the app from mac to win, and change the \ bij : it wil in some cases not work. i can tell... just spend yesterday and today sweating writing a loop that returns the entire filenames list from a a given path and b

Re: path seperators on a mac

2002-08-27 Thread Fabrice Closier
Yes it is! if you read the ,mail again you'll see i said on MAC not windoz, if you try to open a file for example on windows you need this, with "\" on mouseUp open the moviePath & "\Games\Pierspel\Pierspel" end on mac if you do the same it wil never work you need to forget the : like this

Re: list[] question

2002-08-26 Thread Fabrice Closier
GREAT, that's exactly what i was looking for!!! and yes, Howdy-Tzi , i saw your suggestion But that's mij mistake, my english is a bit poor... en so is mij explaination/question... i know how to stop a repeat loo using the list.count as end value, but in this particular case, the list i need

Re: MWM Graphic

2002-08-22 Thread Fabrice Closier
look under licence... Fabrice Beertje heeft op donderdag 22 augustus 2002 om 14:13 het volgende geschreven: > Will someone please tell me where I can get the Made With Macromedia > Graphic? I have been all over the Macromedia site and I just can't find > it > anywhere. > > Thanks in advance, >

Re: *** Director & Online Database question ***

2002-08-22 Thread Fabrice Closier
Don't know if it helps, i would do it that way, it worked for me, i've used it voor remote highscores for a game and it work perfectly in projector or shockwave. this one was made to call a custom writen perl, but principe is same on first frame global tNetID tNetID = postNetText("adres app

Re: and if its a folder?

2002-08-19 Thread Fabrice Closier
Thanx for the scripts, i thought about it this weekend and came with something simpel but effective instaed of looking at the type of the file, when scanning the file within a folder i use the getNthFileNameinFolder value to see if its a folder or not by just looking if the getNthFileNameinFold

Re: Re: osx classic authoring question

2002-08-13 Thread Fabrice Closier
I run dir only in 9.2.2. i nevers run it as classic mode, director,as wel as all other mac apps are running very slow in classic mode. PS for example, works quick and fine in version non 0sx in classic but the menus are awfully slow to build or react, the key command however are working just fi

Re: cd name/listing from director

2002-08-11 Thread Fabrice Closier
Thank you all (once again) for the great tips... I agree with Andreas, that i can be difficult... but since i wrote similar things in flash, with remote read write, the translation to dir is in mij eyes far more easy, since i make create and manage list and save them as text files on local dis

cd name/listing from director

2002-08-09 Thread Fabrice Closier
Hi all, is there a way, to read from dir a cd name+content? i mean, if a cd volume is mounted on desktop, i need the cd name and content in order to save those 2 info's to build a local database. Get crazy looking hours for something, somewhere on one of my CD's... it's now time to do something a