Re: [Flashcoders] DataBinding problems in Flash8 player

2005-10-07 Thread Éric Thibault
full of inivisible text! I still dont understand :-° Éric Thibault wrote: After numerous tests, I've noticed that my 3 datagrids contain their respective data but the text of the data is invisible. If a allow sorting of the columns and click on one, the text of the data reapperse?!? What can

Re: [Flashcoders] are the wheels off the Flash Player wagon?

2005-10-27 Thread Éric Thibault
I have the same configuration as yours and everything is ok! link: http://www.bmwusa.com/BMW2003/Templates/MicroSiteHandlerNew3.aspx?NRMODE=PublishedNRORIGINALURL=%2fnewM5%2ehtmNRNODEGUID=%7b842F8706-6EE2-4A57-B409-4FADB716F1E8%7dNRCACHEHINT=Guestbhcp=1 Maybe they fixed their code? A+ Count

Re: [Flashcoders] passing mouse event

2005-11-03 Thread Éric Thibault
= onRelease; Good luck, H On 11/2/05, Éric Thibault [EMAIL PROTECTED] wrote: Hi all! I have an application that uses startdrag events. My problem is that I have about 20 targets with rollover events (each hilighting a different portion of a radiography). When I drag an MC over those targerts

Re: [Flashcoders] passing mouse event

2005-11-03 Thread Éric Thibault
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université

Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Éric Thibault
. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval

Re: [Flashcoders] passing mouse event

2005-11-08 Thread Éric Thibault
; t.onRollOver(); } } } function onRelease(){ this.stopDrag(); onMouseMove = undefined; } onReleaseOutside = onRelease; Good luck, H On 11/2/05, Éric Thibault [EMAIL PROTECTED] wrote: Hi all! I have an application that uses startdrag events. My problem is that I have about 20 targets

Re: [Flashcoders] External text from XMLfileincludingsuperscriptanditalic

2005-11-16 Thread Éric Thibault
/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur

Re: [Flashcoders] PDF forced to download

2005-11-30 Thread Éric Thibault
I used to create PDF from php and used this for the header... //attachment : promt to save to disk //inline : open in browser ?php header( 'Content-type: application/pdf' ); header( 'Content-disposition: attachment; filename='mypdf.pdf' ); ? Éric Thibault RVE Sebastián Sirvent wrote: Hi

Re: [Flashcoders] flash - css tooltip

2005-12-02 Thread Éric Thibault
/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste

Re: [Flashcoders] How do I tell a movieclip to play insync with the loading percentage.

2005-12-12 Thread Éric Thibault
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec

Re: [Flashcoders] Flash player troubles

2005-12-14 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED] === Avis relatif à la

Re: [Flashcoders] Firefox bug?

2005-12-14 Thread Éric Thibault
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine

Re: [Flashcoders] Firefox bug?

2005-12-14 Thread Éric Thibault
/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED

Re: [Flashcoders] Flash webservice puzzle

2005-12-20 Thread Éric Thibault
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656

Re: [Flashcoders] Flash webservice puzzle

2005-12-20 Thread Éric Thibault
! A+ Jan Huzelius wrote: Yeah, the users are allowed to choose their seat. And I can loop trough the avatar object and pull out his seatNumber but we need a good way to link that seatID in the db with the one onstage. Thanks Jan On 20/12/05, Éric Thibault [EMAIL PROTECTED] wrote: Just

Re: [Flashcoders] Flash webservice puzzle

2005-12-20 Thread Éric Thibault
If all the seats (manualy placed empty MC) have an id identifier, just use that id to store inside your DB! It's a direct connection between your user (databasewise) and that particular seat! then use myStadium[MyUserSeat].DoFonctionX(params); //(if your empty MC contains that particular

[Flashcoders] Drawing dotted lines

2005-12-20 Thread Éric Thibault
Hi all. Is it possible to draw a dotted line between two points or do I have to custom something with a function? I have the nead for plain, dotted, double-dotted... Thanks a lot. -- === Éric Thibault Programmeur analyste Réseau

Re: [Flashcoders] Drawing dotted lines

2005-12-21 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED] === Avis relatif à la

Re: [Flashcoders] Faster code?

2005-12-21 Thread Éric Thibault
, check out what we're doing with flash at www.mapwing.com. -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste

[Flashcoders] tweening and loader...

2006-01-04 Thread Éric Thibault
... -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED

Re: [Flashcoders] tweening and loader...

2006-01-04 Thread Éric Thibault
Strange... If I dont use my square_c component and use a simple square_mc... movieclip instead, it works! Why? Is there something I'm missing? A+ Éric Thibault wrote: Hi to you all, I've just received a FLA from our graphist and must return it to him for further visual modifications

Re: [Flashcoders] Image movement

2006-01-10 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED

[Flashcoders] listing folder content

2006-01-10 Thread Éric Thibault
) to do the trick? Thanks a lot! A+ -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Éric Thibault
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon

[Flashcoders] Transitions question

2006-01-23 Thread Éric Thibault
actionscript 2 on a winXP PC.) Thanks a million! -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL

Re: [Flashcoders] Transitions question

2006-01-24 Thread Éric Thibault
TransitionManager with listener each time when loading or unloading an external file. To polish up my work, I would like to install my little component can someone point to me a good article on how to package it for installation on both MAC and PC? Thanks a million. Éric Thibault wrote

Re: [Flashcoders] Constrain width and height of a swf into a MC with loadMovieNum or loadClip or loadMovie ?

2006-02-02 Thread Éric Thibault
mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine

[Flashcoders] LoadClip and centering new content

2006-02-02 Thread Éric Thibault
SWF... (even the _lockroot does not function) There will be SWF files that will be produced by third parties! Thanks a million. -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval

RE:[Flashcoders] LoadClip and centering new content

2006-02-03 Thread Éric Thibault
Hello again... My problem is : how to know the stage's dimentions of a loaded SWF to center it correctly in its container? Here's my tests on that particular problem 1. Set _lockroot inside the loaded SWF : no effect. 2. Set Stage.scaleMode = |noScale : no effect. |When I execute the loaded

Re: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Éric Thibault
you mean? Greetz Hans -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: Friday, February 03, 2006 3:11 PM To: Flashcoders Mailing List Subject: RE:[Flashcoders] LoadClip and centering new content Hello again... My problem is : how to know

Re: [Flashcoders] LoadClip and centering new content

2006-02-03 Thread Éric Thibault
; clip._x = Stage.width/2-(w/2); clip._y = Stage.height/2-(h/2); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: Friday, February 03, 2006 9:06 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] LoadClip and centering new

Re: [Flashcoders] Finding the swf background colour

2006-02-07 Thread Éric Thibault
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement

Re: [Flashcoders] Complex paremeters interface for component

2006-02-08 Thread Éric Thibault
I'll look it up! Thanks. These articles talk about Flash MX and Flash MX 2004. Are they applicable also for Flash 8? A+ Eric. GregoryN wrote: I think Custom UI is exactly what you need: http://www.macromedia.com/devnet/flash/articles/buildtest_comp_07.html

Re: [Flashcoders] Flash window coming out small on some IE browsers

2006-02-16 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED] === Avis relatif à la confidentialité

Re: [Flashcoders] Wrong width and height when using MovieClipLoader?

2006-02-20 Thread Éric Thibault
The dimension of the loaded SWF is the space occupied by instances on it's first frame... try to place a rectangle at 0:0 with a dimension of 1024 * 768 on frame one in your loaded SWF... Does it do the trick? A+ Eric Thibault lars wrote: hi all. i'm trying to load a swf and scale it down

Re: [Flashcoders] Wrong width and height when using MovieClipLoader?

2006-02-20 Thread Éric Thibault
no chance to prepare each of them. any other solution to get the real (stage size) dimensions? Am 20.02.2006 19:47 Uhr schrieb Éric Thibault unter [EMAIL PROTECTED]: The dimension of the loaded SWF is the space occupied by instances on it's first frame... try to place a rectangle at 0:0

Re: [Flashcoders] I.E. won't play MP3 (sometimes)

2006-02-23 Thread Éric Thibault
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation

Re: [Flashcoders] Flash connecting to a database - all running on a DVD-ROM

2006-02-24 Thread Éric Thibault
Take a look at this one : http://www.inm.com/products/v12flash/ Sound promissing! Éric. nik crosina wrote: That sounded interesting after reading the first sentence, after the second I knew we couldn't use it, Clark. Becasue we have to create something that works out of the box, - no

Re: [Flashcoders] test

2006-03-14 Thread Éric Thibault
Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard

[Flashcoders] onLoadComplete VS onLoadInit

2006-03-14 Thread Éric Thibault
there a way to force the onLoadInit with IE? Or do I need to test the navigator and then execute my custom fonctions after the first frame of the loaded clip has been executed??? Thank a million! -- === Éric Thibault Programmeur analyste Réseau

Re: [Flashcoders] gotoAndPlay?

2006-03-15 Thread Éric Thibault
Try this. Edward Hotchkiss wrote: i have my preloader on frame 1. i have my entire site on frame 2. once i finish preloading, i need to delete the first frame, and go to the next frame.. the site just loops, any ideas? // preloader function preloadMe() { // reference to _root ref =

Re: [Flashcoders] percent loaded?

2006-03-16 Thread Éric Thibault
the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault

Re: [Flashcoders] Issue with Masks in externally loaded SWFs?

2006-03-17 Thread Éric Thibault
I'm using mask inside loaded SWF but I have to be carefull of the dimention of those loaded SWF because everything inside (and outside it's root level) is visible on the loading SWF! One thing I'm doing now is to mask my loader within my parent SWF and load into that external SWF with their

Re: [Flashcoders] More Text Embedding Woes

2006-03-20 Thread Éric Thibault
calculations. And that's where I'm stumped - I'm using getTextFormat() on the field which has the font embedded in it, but it looks like that isn't getting through to getTextExtent(). Cheers, Ian On 3/20/06, Éric Thibault [EMAIL PROTECTED] wrote: Hi! Here is some code I've used... maybe

[Flashcoders] IE vulnerability

2006-03-24 Thread Éric Thibault
How are we going to explain to our clients the new alert box poping up when you talk to a function on the HTML page from Flash Read this : http://isc.sans.org/diary.php?storyid=1212 :o -- === Éric Thibault Programmeur analyste

Re: [Flashcoders] Flash in HTML and the Object Embed tags ...

2006-04-04 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED] === Avis relatif à la confidentialité

Re: [Flashcoders] loading updated XML

2006-04-05 Thread Éric Thibault
Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131

Re: [Flashcoders] relative path issue

2006-04-06 Thread Éric Thibault
I think he says that when testing the child.swf there is no error but when loaded inside the parent SWF the error shows... The only way I manage to come over this is to test inside the child.swf if it is embeded inside another swf... if so, I modify my path to the xml. You can also put

Re: [Flashcoders] relative path issue

2006-04-06 Thread Éric Thibault
OUPS... Change this line : MyXML.load(AppendPathFolder+ /child.xml); to this : MyXML.load(AppendPathFolder+ child.xml); and put the / inside the parent's PathToFolderXML variable! Éric Thibault wrote: I think he says that when testing the child.swf there is no error but when loaded inside

[Flashcoders] IE Flash plugin bug

2006-04-06 Thread Éric Thibault
I all! I've been doing tests with detection of Flash plugin and the UFO integration kit. Everything worked just fine with both IE and FireFox! To go back to previous Flash versions, I used the FlashpluginSwitcher... but now my IE still play Flash movies but when I try to detect the

Re: [Flashcoders] IE Flash plugin bug

2006-04-06 Thread Éric Thibault
After 3 installations (via adobe's site) and renaming of the ocx file inside the system32/macromed/flash folder... everything is back to normal... Even the activeX installation inside the Flash installation Folder was not working (unable to register ocx blabla...). A+ Éric Thibault wrote

Re: [Flashcoders] IE Flash plugin bug

2006-04-06 Thread Éric Thibault
It explains all... Two references from adobe http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14157 and from http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=4da116d3 Running regsvr32 on a flash*.ocx file returns the following error: DllRegisterServer in flash.ocx

Re: [Flashcoders] French Characters in dynamic textarea

2006-04-07 Thread Éric Thibault
/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement

Re: [Flashcoders] Making a cd for Pc and Mac(Zinc-Director-SWFStudio- .NET)

2006-04-13 Thread Éric Thibault
options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric

[Flashcoders] Flash for none-flash users

2006-04-18 Thread Éric Thibault
? Thanks! -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED

Re: [Flashcoders] images not loading on japanese site

2006-04-19 Thread Éric Thibault
http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED

[Flashcoders] printJob and printAsBitmap

2006-05-02 Thread Éric Thibault
of images). I'm using Flash 8 but publishing in player 7 MyPrintJob.addPage(mc_print,{xMin:0, xMax:980, yMin:0, yMax:1500},{printAsBitmap:false},1); Thanks! -- === Éric Thibault Programmeur analyste Réseau de valorisation de

Re: [Flashcoders] printJob and printAsBitmap

2006-05-02 Thread Éric Thibault
Never mind... I think it's going to be a long long week... -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015

Re: [Flashcoders] printJob and printAsBitmap

2006-05-02 Thread Éric Thibault
] On Behalf Of Éric Thibault Sent: Tuesday, May 02, 2006 1:51 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] printJob and printAsBitmap Never mind... I think it's going to be a long long week... -- === Éric Thibault

Re: [Flashcoders] MP3 Streaming Player check

2006-05-02 Thread Éric Thibault
://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL

[Flashcoders] SWF, IFrame and z-order

2006-05-03 Thread Éric Thibault
when using SWF inside iframe and z-indez.. :'( I cannot change the source code of that page (I have to keep the iframe and it is used by other projects) but I can manage to include modifications Thanks a million! -- === Éric

Re: [Flashcoders] SWF, IFrame and z-order

2006-05-03 Thread Éric Thibault
I have only one thing to say fabulous Thanks a million times :-) Geoff Stearns a écrit : try setting the wmode pararmeter on the swf file to 'opaque' that might work. On May 3, 2006, at 12:01 PM, Éric Thibault wrote: I all!!! Here is my little problem : I have an html page

Re: [Flashcoders] SWF, IFrame and z-order

2006-05-04 Thread Éric Thibault
to it! Thanks. John Dowdell a écrit : Éric Thibault wrote: ... the flash inside the iframe is always on top The answer, as Geoff noted, is WMODE... searching on this term will describe how some-but-not-all browsers accept a parameter in the OBJECT/EMBED tags to pipe plugin content to the browser's

[Flashcoders] automatic datagrid?

2006-05-05 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED] === Avis relatif à la

Re: [Flashcoders] Fitting squares into an area

2006-05-09 Thread Éric Thibault
I've shown the resulting SWF to our graphist and she's thinking where to implement this in our projects and the transitions/rollover/onclick events ... totaly inspiring! Thanks all! -- === Éric Thibault Programmeur analyste Réseau

Re: [Flashcoders] PHP :: Dimensions of a SWF file?

2006-05-25 Thread Éric Thibault
Ashwan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: Thursday, May 25, 2006 9:42 AM To: Flashcoders mailing list Subject: [Flashcoders] PHP :: Dimensions of a SWF file? Hello all! Is there a way to know via PHP the dimensions

Re: [Flashcoders] PHP :: Dimensions of a SWF file?

2006-05-25 Thread Éric Thibault
or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault

Re: [Flashcoders] Controlling an Embedded SWF

2006-05-25 Thread Éric Thibault
the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault

[Flashcoders] Disable all buttons

2006-05-26 Thread Éric Thibault
Hi all Is there a rapid way to disable all the buttons present in my movie at once or do I have to iterate through them all? like Button.enabled = false; A+ :-) -- === Éric Thibault Programmeur analyste Réseau de valorisation de

Re: [Flashcoders] Disable all buttons

2006-05-26 Thread Éric Thibault
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: Friday, May 26, 2006 4:38 PM To: Flashcoders mailing list Subject: [Flashcoders] Disable all buttons Hi all Is there a rapid way to disable all the buttons present in my movie at once or do I have to iterate through them all

[Flashcoders] video object

2006-06-13 Thread Éric Thibault
]; } texte.text = MonTexte; } I would like to display some infos/mc after a seek command. In the doc it says it works for ActionScript 1.0; Flash Player 6... A+ -- === Éric Thibault Programmeur analyste Réseau de valorisation

Re: [Flashcoders] video object

2006-06-13 Thread Éric Thibault
I then suppose that it is a new feature in player 8 like said on kaourantin.net (even if it is listed as a feature of player 7 in the doc. and on other web sites) A+ Éric Thibault a écrit : Hello all! Is there a way to know that a seek command has reach the desired position

Re: [Flashcoders] Command line compile

2006-06-14 Thread Éric Thibault
://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau

Re: [Flashcoders] Resize External .Swf File Based on Stage?

2006-06-26 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED] === Avis relatif à la

Re: [Flashcoders] Loading issue: Downloading just stops without reason!

2006-07-17 Thread Éric Thibault
the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault

Re: [Flashcoders] flash color shift

2006-07-20 Thread Éric Thibault
/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Éric Thibault
Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix

Re: [Flashcoders] Close all brances in tree component

2006-09-12 Thread Éric Thibault
Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine

Re: [Flashcoders] Close all brances in tree component

2006-09-12 Thread Éric Thibault
OUPS! This code is attached to the tree instance! ;-) A+ Éric Thibault a écrit : Here is my old code Good luck! function CloseAll() { var i:Number; var j:Number; j = this.length; for(i = 0; i j; i++) { var oNode:XMLNode = this.getTreeNodeAt(i); if(oNode

Re: [Flashcoders] Site Check Please

2006-09-12 Thread Éric Thibault
://training.figleaf.com -- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED

Re: [Flashcoders] Site Check Please - Problem with swfObject

2006-09-18 Thread Éric Thibault
-- === Éric Thibault Programmeur analyste Réseau de valorisation de l'enseignement Université Laval, pavillon Félix-Antoine Savard Québec, Canada Tel.: 656-2131 poste 18015 Courriel : [EMAIL PROTECTED] === Avis relatif à la confidentialité

Re: [Flashcoders] draggable mc with buttons in it?

2006-10-18 Thread Éric Thibault
Your drag code on your toolbox takes over the button events inside it Place an invisible button inside your toolbox (like a drag bar...) and attach your drag code to it... inside your toolbox... drag_btn.onPress = function() { startDrag(this._parent);

[Flashcoders] FlashPaper

2006-10-23 Thread Éric Thibault
Hello all! Is there a way to change the styles of a flashPaper instance on stage, like setStyle(themeColor,0xff)? I would like to remove the halo green effects! Thanks a million Éric Thibault ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] FlashPaper

2006-10-24 Thread Éric Thibault
I've managed to remove the logo of the flashpaper and change certain colors... but not the theme colors (halo green)... Here's the link : http://www.lastashero.com/blog/2006/05/ If someone has any luck... A+ Éric Thibault a écrit : Hello all! Is there a way to change the styles

Re: [Flashcoders] buttons not active on mac

2006-10-26 Thread Éric Thibault
On my PC (FireFox) I have two errors... maybe a symptome... it's a long shot! Erreur : invalid flag after regular expression Fichier source : http://venues.or-media.com/?venue=savoy Ligne : 45, Colonne : 10 Code source : bNotice/b: Undefined variable: currVenue in

Re: [Flashcoders] Completely stumped about MovieClipLoader not working

2006-11-08 Thread Éric Thibault
I've just copy/past your code inside a new flash file and it is working fine both in the IDE and the browser Published for 7 or 8 AS 2 with the Flash player 8. P.S. I don't have any JS functions inside my HTML... maybe the bug is there? A+ Mendelsohn, Michael a écrit : Hi list... I

Re: [Flashcoders] Completely stumped about MovieClipLoader not working

2006-11-08 Thread Éric Thibault
I've redone the test on my webserver with the externalinterface and all is functionning normaly if all (HTML and SWF) are in the same folder! If the HTML page is not in the same folder, the external SWF must be called relative to the HTML, not to the loader SWF. Maybe your bug is there! A+

Re: [Flashcoders] Open a local .html file on click of a button

2006-11-17 Thread Éric Thibault
If you want to open and center an html popup... I use this code... var ResX:Number = System.capabilities.screenResolutionX; var ResY:Number = System.capabilities.screenResolutionY; var WidthPopup:Number = 620; var heightPopup:Number = 450; var CentreX:Number = Math.round((ResX

[Flashcoders] Remote SWF to read local FLV

2007-01-10 Thread Éric Thibault
but all the students are on the process of upgrading their reader so... The FLVs comes in two flavers, remote and local, to allow easy access (even on a dialup connection). Is anyone aware of a work around? Thanks a million! - Éric Thibault Programmeur analyste Concepteur

[Flashcoders] Known limitation for length for loaded content's path

2007-01-30 Thread Éric Thibault
Hello all! I have a strange case... i've built a projector for mac and pc with external content (images, flashpapers, videos...). Everything works well except on some PCs?!? I dont have access to those PCs (student's) but is there a known issu regarding path length (every path is relative to