Re: [Flashcoders] Smart Preloading

2009-04-17 Thread Dennis - I Sioux
...@engineeredarts.co.ukwrote: Sorry, it's a SWF preloader. As for preloading clips in the library, that's not what it's for.. Glen Dennis - I Sioux wrote: Hey Glen, Greensock isn't for preloading movieclips right? The swf's own movieclips in his library.. Or has it got an option

[Flashcoders] Smart Preloading

2009-04-16 Thread Dennis - I Sioux
Hey, Tried to use a UILoader to check the bytes loaded of a single movieclip(in the library).. but this isn't working. Has anyone got a suggestion to check the loaded bytes of an mc? Thought the LoaderInfo only reffers to the mc's owner. Goal is to preload each game level seperately when it is

Re: [Flashcoders] Smart Preloading

2009-04-16 Thread Dennis - I Sioux
to externalize it to get any control over when it was loaded anyway. On Thu, Apr 16, 2009 at 9:55 AM, allandt bik-elliott (thefieldcomic.com) alla...@gmail.com wrote: in as3, i'd recommend looking up the Loader class in the helpfiles :) On Thu, Apr 16, 2009 at 2:48 PM, Dennis - I Sioux den...@isioux.nl

Re: [Flashcoders] Smart Preloading

2009-04-16 Thread Dennis - I Sioux
not reloaded, but that is all. HTH a bit Glen Dennis - I Sioux wrote: Hey, Tried to use a UILoader to check the bytes loaded of a single movieclip(in the library).. but this isn't working. Has anyone got a suggestion to check the loaded bytes of an mc? Thought the LoaderInfo only

Re: [Flashcoders] Smart Preloading

2009-04-16 Thread Dennis - I Sioux
class in the helpfiles :) On Thu, Apr 16, 2009 at 2:48 PM, Dennis - I Sioux den...@isioux.nl wrote: Hey, Tried to use a UILoader to check the bytes loaded of a single movieclip(in the library).. but this isn't working. Has anyone got a suggestion to check the loaded bytes of an mc? Thought

Re: [Flashcoders] Smart Preloading

2009-04-16 Thread Dennis - I Sioux
take a small hit re-loading the required level if it has not reloaded, but that is all. HTH a bit Glen Dennis - I Sioux wrote: Hey, Tried to use a UILoader to check the bytes loaded of a single movieclip(in the library).. but this isn't working. Has anyone got a suggestion to check

Re: [Flashcoders] Re: mouseEnabled Loader issue

2009-03-05 Thread Dennis - I Sioux
Hey Fabio, You disabled the Movieclip in B .. but the b.swf was still loaded into a loader object.. This loader object still catched the mouseevent.. so b didn't catch it.. but b is a part of the total swf/loaderObject ..so the loader still caught it. Hope this is clear:) Dennis Isioux

Re: [Flashcoders] Re: mouseEnabled Loader issue

2009-03-05 Thread Dennis - I Sioux
you, but one question. In the case, my MovieClip B wasn't loaded by a Loader Object. I mean, it is a simple movieclip in stage. Even that way has it a Loader? I thought just elements loaded with Loader class had it... Thank you! Fabio On Thu, Mar 5, 2009 at 7:48 AM, Dennis - I Sioux den

Re: [Flashcoders] capturing mouse events for layered sprites

2009-01-29 Thread Dennis - I Sioux
you could set mouseChildren = false; on the the container. This way the child mc's won't capture any mouse events. Dennis Isioux - Original Message - From: ali drongo alidro...@googlemail.com To: flashcoders@chattyfig.figleaf.com Sent: Thursday, January 29, 2009 11:21 AM Subject:

Re: [Flashcoders] Flash White Screen of Death

2009-01-02 Thread Dennis - I Sioux
Hey Cedric, The Java tools option worked for me.. When i tried the higher mem amounts, it didn't work though.. I had to use -Xmx128M or -Xmx256M .. otherwise flash would complain that it needed a reinstall. See the coments at:

Re: [Flashcoders] :: JSFL ..this possible?

2008-10-15 Thread Dennis - I Sioux
Yup possible. You can read/write textfiles .. and you can do stgae manipulation(add mc's .. frames etc.) Just look in your help under extending With kind regards, Dennis Isioux - Original Message - From: artur [EMAIL PROTECTED] To: flashcoders flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] AS3 replacing Textfield Constructor

2008-08-22 Thread Dennis - I Sioux
I made the given AS2 code for a multilanguage class. When a textfield comes on the screen it will use it's newly given constructor, that has the code that it will register itself to my multilanguage class. This way i can collect, addept and update them accordingly. Because i changed the

Re: [Flashcoders] AS3 replacing Textfield Constructor

2008-08-22 Thread Dennis - I Sioux
Hey Meril, As i explained in the mail i just send, the use for this if more to also catch the textfields already on stage. To make it a low level action to let other developers here use multilanguage without much effort. If i use a subClass of Textfield.. i don't change the constructor of

Re: [Flashcoders] AS3 replacing Textfield Constructor

2008-08-21 Thread Dennis - I Sioux
with your custom class tf.__proto__ = MyTextField.prototype ; // hack the prototype MyTextField.call(tf) ; // launch the constructor Now .. you can create a global function or a class, an helper to simplify this hack :) eKA+ :) 2008/8/20 Dennis - I Sioux [EMAIL PROTECTED] Hey Guys, I'm

[Flashcoders] AS3 replacing Textfield Constructor

2008-08-20 Thread Dennis - I Sioux
Hey Guys, I'm an experienced AS2 coder but i'm finally starting in AS3 and want to port a piece of code that alters the Textfield constructor. I've tried many things.. but think i'm overlooking something. My original AS2 code was: // Alter the constructor of the Textfield var bfrTextField =

Re: [Flashcoders] Firefox popup blocker and flash 9

2008-05-30 Thread Dennis - I Sioux
Viktor and Glen are right.. The user has to initiate the geturl and it has to be on a onRelease so it's as user friendly as possible.. by this way after pressing he can decide to not releasing on the button anyway. the allowScript access as a param is only needed when you'r swf is on a

Re: [Flashcoders] AS 2.0 (AS 3.0) question - knowing when a MovieClipis on it's last frame.

2008-05-30 Thread Dennis - I Sioux
._totalframes would be the one then. In a onEnterframe.. in combination with ._currentframe With kind regards, Dennis Isioux - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, May 30, 2008 11:56 AM Subject:

Re: [Flashcoders] Why do you compile with the Flash IDE?

2008-05-16 Thread Dennis - I Sioux
Just to be sure.. Are you saying you can use the builder in the same way as Flasc? develop everything(incl. graphics) in the flash... and update any class changes with the Flex Builder? - Original Message - From: Abe Pazos [EMAIL PROTECTED] To: Flash Coders List

Re: [Flashcoders] Why do you compile with the Flash IDE?

2008-05-16 Thread Dennis - I Sioux
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis - I Sioux Sent: 16 May 2008 14:16 To: Flash Coders List Subject: Re: [Flashcoders] Why do you compile with the Flash IDE? Just to be sure.. Are you saying you can use the builder in the same way as Flasc? develop everything(incl. graphics

Re: [Flashcoders] Re: Retrieve The Web Link

2008-05-08 Thread Dennis - I Sioux
Emm.. _url? - Original Message - From: ACE Flash [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, May 08, 2008 3:48 PM Subject: [Flashcoders] Re: Retrieve The Web Link I am using AS2, thanks On Thu, May 8, 2008 at 9:47 AM, ACE Flash [EMAIL PROTECTED] wrote:

Re: [Flashcoders] zinc 3.0 overhead

2008-03-26 Thread Dennis - I Sioux
August! 2 Weeks ago i mailed the same to the guys from MDM. With some e-mail contact they came to a fix for that. They used to buffer offscreen and then put everything in screen. They changed it to the way Flash doess it aswell (directly to screen). This is build in the FULL pc version. up from

[Flashcoders] JSFL Stringpanel

2008-03-11 Thread Dennis - I Sioux
Hey, Has anyone got tips/ideas how to automate settings in the stringpanel? With kind regards, Dennis Isioux ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Accessing SVN from JSFL

2008-02-28 Thread Dennis - I Sioux
Well you can call C++ apps.. so it's probably possible. Just look in the help file :) With kind regards, Dennis - Original Message - From: Jake Prime [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, February 28, 2008 12:04 PM Subject:

Re: [Flashcoders] jsfl aligning movieclip symbols to top left

2008-02-15 Thread Dennis - I Sioux
Hey, I had it in a panel i made.. so just copied the specific lines.. fl.getDocumentDOM().selectAll(); fl.getDocumentDOM().align(alignType, alignStageType); With kind regards, Dennis Isioux - Original Message - From: Some Dude [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com

[Flashcoders] JSFL and Stringpanel

2008-02-15 Thread Dennis - I Sioux
Hey, I have automated publishing of files (we have alot of those:) ). I was wondering though if someone found out a way to change the stage language in the stringpanel using jsfl.. Then i can publish swf`'s for every language with one press on the button aswell. With kind regards, Dennis

Re: [Flashcoders] Data protection running Flash content from a CD.

2008-02-15 Thread Dennis - I Sioux
If you use zinc.. you could request the cd drive.. and check if you are playing from there.. as a security... With kind regards, Dennis Isioux - Original Message - From: Norman Cousineau [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, February 15, 2008 5:43 PM

Re: [Flashcoders] MultiLanguage

2008-01-24 Thread Dennis - I Sioux
We had some blocks aswell.. even after embedding the right sets.. Found out that some characters were missing.. even in arial.. for some countries.. We solved it by using a font program.. then you see list of all the characters that are available(unicode wise) .. and you could

Re: [Flashcoders] MultiLanguage

2008-01-21 Thread Dennis - I Sioux
I agree with Glen on the stringpanel part. I've done a big project in the past with multilanguage games.. stringpanel is a good start.. although if you want to give the user the possibility to select the language at runtime you had to code that yourself into the panel.. (that was made back in

[Flashcoders] Extending Flash IDE, from 8 to 9

2008-01-07 Thread Dennis - I Sioux
.. the popup will be opened again. Has anyone got experience with this and/or has a solution? :) With kind regards, Dennis I Sioux ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] onKeyDown/Up fires twice in dynamic TextField

2007-08-14 Thread Dennis - I Sioux
Guess you could check the focus? And count the doubles out. - Original Message - From: Matthias Dittgen [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, August 14, 2007 11:26 AM Subject: [Flashcoders] onKeyDown/Up fires twice in dynamic

Re: [Flashcoders] fms application class

2007-08-09 Thread Dennis - I Sioux
thoughts right) :) With kind regards, Dennis I Sioux - Original Message - From: [p e r c e p t i c o n] [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, August 09, 2007 12:51 AM Subject: Re: [Flashcoders] fms application class hey Andy, thanks, yes this helps alot

Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs?

2007-07-26 Thread Dennis - I Sioux
Dunno about as3.. but what about the old _target property? :) - Original Message - From: quinrou . [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, July 26, 2007 12:06 PM Subject: Re: [Flashcoders] AS3 - how do i find the path to where a MC belongs? yeah eka

[Flashcoders] Panning stream sound

2007-07-20 Thread Dennis - I Sioux
Hey, Anyone knows why a streamsound can't be panned? Tried global sound, or attachment to mc.. the sound stream won't pan from left to right.. while the sound files in the fla do. With kind regards, Dennis I Sioux ___ Flashcoders

Re: [Flashcoders] Language expert on embedding fontsfordifferent language sets

2007-07-19 Thread Dennis - I Sioux
the program was called though.. (designer is on vacation aswell).. if you can't find any just give a call.. then i'll look it up for you. With kind regards, Dennis Isioux - Original Message - From: Dennis - I Sioux [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday

Re: [Flashcoders] Language expert on embedding fonts fordifferent language sets

2007-07-19 Thread Dennis - I Sioux
remember if we had to extend Arial though.. i believe it pretty mutch covered everything. Don't know about Greek either though.. Hope this helps you along.. With kind regards, Dennis I Sioux - Original Message - From: Michael Ypes [EMAIL PROTECTED] To: flashcoders

Re: [Flashcoders] Language expert onembedding fontsfordifferent language sets

2007-07-19 Thread Dennis - I Sioux
. With kind regards, Dennis I Sioux - Original Message - From: Michael Ypes [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Thursday, July 19, 2007 12:37 PM Subject: RE: [Flashcoders] Language expert onembedding fontsfordifferent language sets Thanks Dennis This app needs 28

Re: [Flashcoders] Movieclip.onLoad and onClipEvent :S

2007-07-12 Thread Dennis - I Sioux
is either there or not. If it's there, it has been loaded already and you are overwriting the function after the fact. If it's not there.. well it's not there... At least that is how I think it works. I never use it myself so i might be wrong :) greetz JC On 7/11/07, Dennis - I Sioux [EMAIL PROTECTED

[Flashcoders] Movieclip.onLoad and onClipEvent :S

2007-07-11 Thread Dennis - I Sioux
the test_mc .. put // on it in the action panel.. And.. you get a trace. Anyone? Or is there a way to dynamically put the onClipEvent(load) on it? Greetz, Dennis I Sioux ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] Movieclip.onLoad and onClipEvent :S

2007-07-11 Thread Dennis - I Sioux
onLoad function? By the time the object is available for you to act upon, its onLoad is already executed, so overwriting it is no use. greetz JC On 7/11/07, Dennis - I Sioux [EMAIL PROTECTED] wrote: Hey List, This one is making me nuts :-D .. while it is so easy. i'm extending the textfield

Re: [Flashcoders] FMS, No event when client had lost connection?

2007-06-27 Thread Dennis - I Sioux
, Dennis I Sioux - Original Message - From: Amir T Rocker [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, June 27, 2007 1:43 PM Subject: Re: [Flashcoders] FMS, No event when client had lost connection? Hi Dennis, I have experienced this with the FCS 1.5

[Flashcoders] FMS, No event when client had lost connection?

2007-06-26 Thread Dennis - I Sioux
Hey guys, Has anyone expierenced that the FMS server doesn't get an onDisconnect form a client that has lost his connection? After a while (up to 10 min) the fms will throw the user out the list.. But by then the client could have reconnected again.. will get new Client ID and give trouble with

[Flashcoders] Panning a netstream('s soundObj)

2007-04-12 Thread Dennis - I Sioux
Hey everyone, FMS forum is down.. so a try here... Doess anyone know how to pan a netstream of a remote mic? When i do the global sound pan everything is panned.. except for this netstream? Attaching it to a mc and panning the sound obj didn't seem to work for this obj.. Doing something

Re: [Flashcoders] Flash and needed computer specs

2007-04-11 Thread Dennis - I Sioux
/2007, at 1:17 AM, Dennis - I Sioux wrote: A bit weird to ask such a lame question... But my co-worker has to order some working stations for more flash (game) developers.. and was wondering what are handy computer specs for such. Especially what reduces large compiling time (besides using flasc

[Flashcoders] Flash and needed computer specs

2007-04-10 Thread Dennis - I Sioux
and such). Does anyone have an opinion.. or if it's an old subject.. a link? With kind regards, Dennis I Sioux ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Moving cursor to end of textfield

2007-03-19 Thread Dennis - I Sioux
Hey Birgit, I haven't read the code yet.. but sounds like a problem i had aswell.. i fixed it with an delay(onEnterframe) of a frame.. then it worked fine. Goodluck! With Kinds regards, Dennis - Original Message - From: Birgit Ferran [EMAIL PROTECTED] To:

[Flashcoders] Video directly in mail?

2007-03-19 Thread Dennis - I Sioux
Hey guys, We would like to send a video(stream) in a news e-mail to affiliates. Does anybody know if this is possible in mail? As far as i could see there weren't any active-x possibilities.. so FMS is probably not done? With kind regards, Dennis I Sioux B.V

Re: [Flashcoders] flash.media.Camera.setMode Freeze SWF

2007-03-14 Thread Dennis - I Sioux
Hey Luciano, Actually the .names only returns an array with cam's.. flash makes that array at the start of the swf. But like Anthony Lee said.. setMode is a method to give the preffered size and framerate you want to grab the video. Although the result might differ a bit because it will be

Re: [Flashcoders] Changing the computer code of a swf file?

2007-02-09 Thread Dennis - I Sioux
textfield, then convert it back to SWF. Mark On 2/8/07, Dennis - I Sioux [EMAIL PROTECTED] wrote: Hey guys, Just a long shot.. But i had a request if it was possible to change the file source from the swf... the code you see when you open a swf in notepad :) This to ad a (Security/affiliate) var

Re: [Flashcoders] Changing the computer code of a swf file?

2007-02-09 Thread Dennis - I Sioux
to change the values of variables is a pretty roundabout way to write code. A jump back to the 1940s'. Not often seen in these days. Ron Dennis - I Sioux wrote: Hey, Thanks this sounds interesting.. although i wanted to do it realtime :) I'll check it out.. Best regards, Dennis - Original

[Flashcoders] Changing the computer code of a swf file?

2007-02-08 Thread Dennis - I Sioux
Hey guys, Just a long shot.. But i had a request if it was possible to change the file source from the swf... the code you see when you open a swf in notepad :) This to ad a (Security/affiliate) var. With kind regards, Dennis -- This message has been scanned for viruses and dangerous

Re: [Flashcoders] Capturing FMS video streams from multiple cameras

2007-01-07 Thread Dennis - I Sioux
Hey Tomas, Look at the Camera.get().. Just like the Microphone class.. you can get a list of available devices.. and use the index in the list as an argument to give with the .get() Hope this helps. With kind regards, Dennis I Sioux - Original Message - From: Tomas Lehuta [EMAIL

Re: [Flashcoders] Switching sound between boxes and headphones

2007-01-05 Thread Dennis - I Sioux
. From: [EMAIL PROTECTED] on behalf of Dennis - I Sioux Sent: Thu 1/4/2007 12:36 AM To: Flashcoders mailing list Subject: Fw: [Flashcoders] Switching sound between boxes and headphones Hey, I need to be able to switch sound between boxes(minijack) and headphones(usb) within

Re: Fw: [Flashcoders] Switching sound between boxes and headphones

2007-01-05 Thread Dennis - I Sioux
Hey Weyert, It's for a projecter.. It will be shown on a computer of my own.. on a presentation location. At the location users have to have the possibility to switch between boxes and a headphone.. preferable by flash instead of a hardware switch. The only thing running is flash.. so that

Re: Fw: [Flashcoders] Switching sound between boxes and headphones

2007-01-05 Thread Dennis - I Sioux
for taking intrest. With kind regards, Dennis I Sioux - Original Message - From: Weyert de Boer [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, January 05, 2007 11:41 AM Subject: Re: Fw: [Flashcoders] Switching sound between boxes

Fw: [Flashcoders] Switching sound between boxes and headphones

2007-01-04 Thread Dennis - I Sioux
Hey, I need to be able to switch sound between boxes(minijack) and headphones(usb) within flash (or 3th party).. mutch like you can switch your mic/cam source. Has anyone got a suggestion? Many thanks, Dennis ___

[Flashcoders] Switching sound between boxes and headphones

2007-01-03 Thread Dennis - I Sioux
Hey, I need to be able to switch sound between boxes(minijack) and headphones(usb) within flash (or 3th party).. mutch like you can switch your mic/cam source. Has anyone got a suggestion? Many thanks, Dennis ___ Flashcoders@chattyfig.figleaf.com To

[Flashcoders] Job openings in Hilversum, The Netherlands

2006-12-22 Thread Dennis - I Sioux
Hey, The company i work for is searching for new flash (and php) people. There are several job openings, for people with lots of experience but also with acceptable flash knowledge.. experience with FMS is a plus. We are located in Hilversum in The Netherlands. If anyone is intrested for more

Re: [Flashcoders] to apply the property to the all the dynamic textboxes in my file.

2006-12-15 Thread Dennis - I Sioux
() { super(); }; TextField.prototype = new o(); TextField.StyleSheet.prototype = new style(); delete o; delete style; Hope this helps! Best regards, Dennis I Sioux - Original Message - From: Walkoli, Nilesh (Cognizant) [EMAIL PROTECTED] To: Flash Coders Mailing List Flashcoders

[Flashcoders] Flashcoders - Flashcomm

2006-12-08 Thread Dennis - I Sioux
Hey, Was just wondering if anyone knew any news about the fixing of the flashcoders Flashcomm list (believe it was a database problem). With kind regards, Dennis I Sioux ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] Flashcomm down?

2006-10-11 Thread Dennis - I Sioux
Hey Dave, Thanks for the update! Atleast i know it isn't my clumsy doing :) With kind regards, Dennis P.s. Nice work on Fig Lead 0:-) - Original Message - From: Dave Watts [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10,

Re: [Flashcoders] Flashcomm down?

2006-10-11 Thread Dennis - I Sioux
Thanks for the suggestion Naicu. Always good to have another one! Although my heart is with Figleaf ofcourse :P With kind regards, Dennis - Original Message - From: Naicu Octavian [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday,

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Dennis - I Sioux
Is the mc nested very deep? I've seen weird reactions in the past with stubern mc's with nesting. What happens when you gotoAndPlay to for example 36 or 15? still goes to 34? Do you have code somewhere else (that you forgot) that sends it to 34. (just check with the movieexplorer) With kind

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Dennis - I Sioux
The fact that you can't gotoAndPlay past 34.. but can go to 16 could indicate that indeed it isn't loaded or somehting.. but you've tested that... What happens when you just play the mc... en set a framecounter in it or something for display... does it go beyond 34? Kind regards, Dennis

Re: [Flashcoders] simple gotoAndPlay

2006-10-11 Thread Dennis - I Sioux
Just a long shot then.. :-D Might it be that you have a mc using lickage with the load on first frame option off.. but forgot to preload it differently? - Original Message - From: Serge Jespers [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent:

Re: [Flashcoders] simple gotoAndPlay

2006-10-11 Thread Dennis - I Sioux
Only one thing left to do then :-D ... : set everything you have on frame 75 to frame 34 :-D But indeed it could be corruption.. have had several cases in the past where it was clear that my fla got corrupted. I ended up getting a save mania :) Good luck! With kind regards, Dennis -

Re: [Flashcoders] simple gotoAndPlay

2006-10-11 Thread Dennis - I Sioux
By the way.. a is the cable in the wall-question.. Did you try to empty you cache? - Original Message - From: Serge Jespers [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, October 11, 2006 4:18 PM Subject: Re: [Flashcoders] simple

Re: [Flashcoders] Flash comm server version

2006-10-11 Thread Dennis - I Sioux
In the admin console press the big question mark in the upper right corner.. then press About... With kind regards, Dennis - Original Message - From: Martin Weiser [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, October 11, 2006

Re: [Flashcoders] simple gotoAndPlay

2006-10-11 Thread Dennis - I Sioux
damnn, so close ith the unloaded linkage :-D you deleted the mf with pleasure? ghehe :) - Original Message - From: Serge Jespers [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, October 11, 2006 5:30 PM Subject: Re: [Flashcoders]

[Flashcoders] Flashcomm down?

2006-10-10 Thread Dennis - I Sioux
Hey, I was wondering if anyone knwos what happend to the flashcomm flashcoders list.. it's not been working for a few weeks now.. Anyone else experiencing the problem? With kind regards Dennis ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] FLV size

2006-09-14 Thread Dennis - I Sioux
Hey, I have a strange situation with converting avi's to flv. When I convert a 4 minute 720x576 avi to a 720x576 flv the file size is 25,6 MB But when I convert the same video to a 320x256 flv the size is 24,1 MB So the difference in filesize is very little compared to the difference in

[Flashcoders] _url

2006-05-26 Thread Dennis - I Sioux
Hey, I'm wondering if anyone knows a way to get the url of the site that is embedding an swf..(instead of the one hosting it) The _url will give the url where the swf is hosted.. but i want to get the url from the server that is showing it. Anyone? Many thanks, Dennis

Re: [Flashcoders] _url

2006-05-26 Thread Dennis - I Sioux
Hey Mikko Törmälä, Thanks for the feedback. Actually i don't have access to the showing servers.. as i am chekcing out the posibilities for a security against deeplinking.. That's the reason that flashvars isn't enough security to test it with. Thanks though.. if you have any more thoughs

Re: [Flashcoders] _url

2006-05-26 Thread Dennis - I Sioux
] [mailto:[EMAIL PROTECTED] Behalf Of Dennis - I Sioux Sent: den 26 maj 2006 10:30 To: Flashcoders mailing list Subject: [Flashcoders] _url Hey, I'm wondering if anyone knows a way to get the url of the site that is embedding an swf..(instead of the one hosting it) The _url will give the url

[Flashcoders] Breakapart vs slicing an image

2006-05-11 Thread Dennis - I Sioux
Hey, I was wondering if anyone knows what hapens to an image when you use flash 7 and break it apart Is it translated in many vector points or is it still an image with an build in mask (because you can slice away parts then).. And does anyone know if it is precessor friendlier to slice an

Re: [FlashCoders] Tricky(?) Flash Version detection

2006-05-08 Thread Dennis - I Sioux
Hey Guys, I remember from the FSP time that it could also read/write DLL's.. Sure Macromedia put's something somewhere in the register that is usable? Get's back to the point though that you need a flash player to play the zync that check's that.. You could always use a small flash exe that

Re: [FlashCoders] Tricky(?) Flash Version detection

2006-05-08 Thread Dennis - I Sioux
, there is a better option if that route is preferred; FSP / Zinc can also execute vb and fs scripts, and there are plenty of those for Flash detection available. Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis - I Sioux Sent: 08 May 2006 12

Re: [Flashcoders] window.onClose - Flash

2006-04-25 Thread Dennis - I Sioux
Hey, Not sure if this is any help to you. But to my knowledge a sharedobject is always flushed by flash at the moment you close the swf. So you could make a fix using that. Kind regards, Dennis - Original Message - From: Martin Weiser [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] How To Detect the FullScreen mode of the swf file

2006-04-25 Thread Dennis - I Sioux
As someone mentioned before.. you could use Stage.showMenu = false this way you can catch the ctrl+F to see if someone is fullscreen. You could also use a holder movieclip. Don't set the scale mode to showall but use an onlistner on the stage to see if the stage is scaled, then you could scale

[Flashcoders] Requests

2006-03-15 Thread Dennis - I Sioux
Hey, Was wondering if anyone had any problems with the addRequestHeader. A few requests comming to the server when i use loadvars.send in a _blank window have lost their post and the headers i attached in flash. Many thanks! Best regards, Dennis Dennis I Sioux B.V. Verlengde

[Flashcoders] addRequestHeader

2006-03-14 Thread Dennis - I Sioux
Hey, Was wondering if anyone had any problems with the addRequestHeader. A few requests comming to the server when i use loadvars.send in a _blank window have lost their post and the headers i attached in flash. Many thanks! Best regards, Dennis

[Flashcoders] onActivity for SOUND object?

2006-02-23 Thread Dennis - I Sioux
Hey Guys, I need something as the microphone.onActivity on the sound object.. so i can get the current output of my volume. Any thoughts? Many thanks! Dennis ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] onActivity for SOUND object?

2006-02-23 Thread Dennis - I Sioux
, February 23, 2006 3:29 PM Subject: Re: [Flashcoders] onActivity for SOUND object? checkout swiftmp3. - edolecki On 2/23/06, Dennis - I Sioux [EMAIL PROTECTED] wrote: Hey Guys, I need something as the microphone.onActivity on the sound object.. so i can get the current output of my volume. Any

[Flashcoders] Loading Swf files in site (protecting bandwith from other sites)

2006-02-20 Thread Dennis - I Sioux
We are trying to protect our swf-files from loading by others (protecting our bandwidth). Searching the net, no solution could be found for this. We want our users flashfiles to be loaded from our site, but rejected when called from other sites to secure our bandwidth. NOTE: The flashfiles are

Re: [Flashcoders] Loading Swf files in site (protecting bandwithfromother sites)

2006-02-20 Thread Dennis - I Sioux
url then display another message. Secondly, have a javascript function on the page that makes sure it is the top level page (stops people from loading you into a frame). Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis - I Sioux Sent: 20

Re: [Flashcoders] Loading Swf files in site (protecting bandwithfromother sites)

2006-02-20 Thread Dennis - I Sioux
- I Sioux Sent: 20 February 2006 10:21 To: Flashcoders mailing list Subject: [Flashcoders] Loading Swf files in site (protecting bandwith fromother sites) We are trying to protect our swf-files from loading by others (protecting our bandwidth). Searching the net, no solution could be found

Re: [Flashcoders] Loading Swf files in site(protectingbandwithfromother sites)

2006-02-20 Thread Dennis - I Sioux
://jimbo.us/Games/Test.html http://jimbo.us/Games/Test.swf http://jimbo.us/Games/Test.fla Try loading/viewing this swf on any other url, or downloading and viewing the swf from your hard drive. Just two frames of code, placed before your real content. - Original Message - From: Dennis - I Sioux

Re: [Flashcoders] Short Key/window focus question

2006-01-24 Thread Dennis - I Sioux
PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, January 23, 2006 5:59 PM Subject: Re: [Flashcoders] Short Key/window focus question On Jan 23, 2006, at 10:46 AM, Dennis - I Sioux wrote: One of the oldest questions in the book.. : can i catch the keypresses

[Flashcoders] Short Key/window focus question

2006-01-23 Thread Dennis - I Sioux
Hey guys, One of the oldest questions in the book.. : can i catch the keypresses even when focus is set on another program and then back to the browser (but not the flash movie)? Many thanks! Dennis ___ Flashcoders mailing list

Re: [Flashcoders] Short Key/window focus question

2006-01-23 Thread Dennis - I Sioux
sound easy at least for me! Bye! On 1/23/06, Dennis - I Sioux [EMAIL PROTECTED] wrote: Hey guys, One of the oldest questions in the book.. : can i catch the keypresses even when focus is set on another program and then back to the browser (but not the flash movie)? Many thanks! Dennis

[Flashcoders] LocalConnection

2005-11-18 Thread Dennis - I Sioux
Hey, i was wondering if anyone knwos how long a localconnection channel will be kept open after closing the swf. This is because i have a localconnection system in one swf to prevent the user from opening the same window twice(for security). We have a situation where someone opens the swf..

Re: [Flashcoders] LocalConnection

2005-11-18 Thread Dennis - I Sioux
Hey, Don't know the term propagate.. but php sessions are used. Only for security reasons we can't block users by sessions. I did the localConnection check only on the onStatus by the way.. I guess i'll use a returning send back.. so i'm sure the onStatus isn't given by the flash engine from

Re: [Flashcoders] Character sets embedding

2005-11-11 Thread Dennis - I Sioux
Many thanks Muzak! Untitled Document Dennis I Sioux B.V. Verlengde Zuiderloswal 4 1216 BX Hilversum T. +31 (0) 35 6216028 F. +31 (0) 35 6223806 E. [EMAIL PROTECTED] - Original Message - From: Muzak [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent

[Flashcoders] Character sets embedding

2005-11-08 Thread Dennis - I Sioux
Hey Guys, I was wondering what the character sets are to embed if you want to display Polish Text. And if someone might have a site with a list what languages uses which character sets in Flash. Many Thanx Dennis I Sioux B.V. Verlengde Zuiderloswal 4 1216 BX Hilversum T. +31 (0) 35