[Flashcoders] - trace mystery

2007-01-31 Thread wouter steidl
Hi list, I`m flabbergastedI`m loading in a game.swf in another swf and then the game.swf needs to do a callback.when I try this in the flash IDE () it works and i get the following traces: > this = _level0.questionBar_mc.game_mc.instance48 > this._parent = _level0.questionBar_mc.game_mc

[Flashcoders] pflash 8 file upload security issue

2007-01-04 Thread wouter steidl
Hi List, I have the following issuewhen I upload files in flash with the filereference class the header always sends a "application/octet-stream" as the cointent typeSo if someone uploads an exe file renamed as a doc I have a problem! Anybody knows a way to fix this? thanx! Wouter

[Flashcoders] problems with advanced antialias

2006-12-05 Thread wouter steidl
Hello list, I have a nasty issue with text that I put on advanced antialias ("anti-alias for readability" through the IDE). If I use a link in my (dynamic) text and I use a < u > tag to underline it or do this with a stylesheet then the link sort of 'jumps' when you roll over that link.is any

RE: [Flashcoders] timer to advance

2006-06-13 Thread Wouter Steidl
setTimeout is even easier to use tehn: setTimeout(GoNext,1); And it clears itself! cool -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Brunswick Sent: Tuesday, June 13, 2006 4:28 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] t

RE: [Flashcoders] timer to advance

2006-06-13 Thread Wouter Steidl
Could this be what you need: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhel p.htm?context=LiveDocs_Parts&file=1717.html The first comment by Francis at the bottom... Wouter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Strange trace (error?) with radiobutton

2006-06-12 Thread Wouter Steidl
Hey List! I am using a radiobutton component with some listeners set up in a project and that works fine, bu I get a strange trace everytime I check one of the radiobuttons: [undefined] => (Array/Object){ } (Array){ } Anyone ever saw this and knows what it is?? Google didnt work for m

RE: [Flashcoders] Object's popertys definition pro blem ¿?

2006-05-25 Thread Wouter Steidl
If i`m correct, your constructor should contain: nombre_ruta = new Array(); HTH Wouter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Antonio Diaz Gutierrez Sent: Thursday, May 25, 2006 3:53 PM To: Flashcoders mailing list Subject: [Flashcoders

RE: [Flashcoders] Multiple FLVPlayback problem

2006-05-17 Thread Wouter Steidl
I finished a project with quite some FLVs myself this week (around 45 different 1 to 3 MB FLVs) and used the activeVideoPlayerIndex technique... I throw an array of videos in my VideoLoader class and it starts preloading the 1st one...when that is done loading it adds 1 to the activeVideoPlayerInd

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
ect: RE: [Flashcoders] Strnge FLVplayback problem >> >> You may want to wait for the ready event to fire(after you set the >> contentPath)and then issue the play command. >> >> MM Help example here: >> http://livedocs.macromedia.com/flash/8/main/wwh

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Wednesday, April 26, 2006 10:27 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Strnge FLVplayback problem Have you tried using netstream object to play your flvs instead? Wouter Steidl wrote: > Thx for your respose, >

RE: [Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhel p.htm?href=1893.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wouter Steidl Sent: Wednesday, April 26, 2006 3:43 PM To: 'Flashcoders mailing list' Subject: [Flashcoders]

[Flashcoders] Straaaaaaaange FLVplayback problem....

2006-04-26 Thread Wouter Steidl
Hi List, I am using the FLVPlayback component and have a really strange problem: I have a videoloader class (Singleton) that I instansiate, then I throw in an array of videos and it plays them sequentiallylike this: (FPB is a reference to the FLVplayback-instance on stage) public function lo

[Flashcoders] FLV preloading question

2006-04-17 Thread Wouter Steidl
Hi list! I`m working on a project that uses a lot of FLVs, My issue is this: The visitor of the website is watching a flv (1st flv ) and when he is done he can choose an option that will result in showing another FLV (2nd flv). What would be the best way to preload the "2nd flv" while the user

[Flashcoders] Customizing Accordeon component

2006-03-07 Thread Wouter Steidl
Hi List! I am trying to customize the Accordion component and want to achieve the following: The Component will serve as a quizso each "section" of it will contain a quiz-questionnow in the header of the sections I want to display the number of the question AND the answer given to a quest

[Flashcoders] Flash application crashes IE when player 7 is installed

2006-03-01 Thread Wouter Steidl
Hi List, I have this weird thing, I build an application that displays different videosIt interacts with a database via ASP that generates some XML and it all works fine.in flash player 8 that is! My client needs to have a working version for the 7 player but when I export to flash player

[Flashcoders] Question regarding use of Delegate in a class

2006-02-21 Thread Wouter Steidl
Good evening people, I asked this on the newbie list since I suspect it to be a newbie question,, but didn't get an answerso I hope to find the answer here: I have some code in a class that needs to fire a fuction (startTimer) from an onEnterFrame eventi can fire it from an onrelease us

[Flashcoders] Weird image problem

2005-11-30 Thread Wouter Steidl
Hey list, Maybe someone on this list knows I have a really nasty problem: I load a jpg, dynamicly and I rotate it a bit, so far so good. When my movie is 1 frame long the photo looks really good, but as soon as I extend my timeline by adding some frames, all straight lines in the photo appea

[Flashcoders] Import Outlook contacts or MSN emails into Flash application

2005-10-31 Thread Wouter Steidl
Hi there, Does anyone know if it is possible to import Outlook contacts or people from your MSN or AOL list into a Flash application? I want to use this for a birthday calender I am building where you can send an email to a friend asking for his or her birthday. It would be nice if people could ad