RE: [Flashcoders] Pushing content from DB to Flash widget

2006-04-24 Thread Bjorn Schultheiss
FlashComm or Flash Media Server and look at remote shared objects -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mick G Sent: Monday, 24 April 2006 3:14 PM To: Flashcoders mailing list Subject: [Flashcoders] Pushing content from DB to Flash widget Does

Re: [Flashcoders] good OOP way to re-assign class to clip - SOLVED

2006-04-24 Thread GregoryN
Hello all, See history of this question in quotations below. SOLUTION: Now there are 3 classes: // code == class MyContainer extends MovieClip{ ... var myType:String = class1 // default ... function MyContainer(){} //... some COMMON stuff

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

2006-04-24 Thread elibol
Playing a movie in fullscreen isn't a mode of the flash player, you do yourself. Since you do it manually, all you need to do is add a variable that tells you what mode your movie is in. On 4/23/06, Karan Mehra [EMAIL PROTECTED] wrote: Hi, How to detect whether the swf is playing in

Re: [Flashcoders] Ad alignment problem

2006-04-24 Thread elibol
You should check that the loaded swfs don't invoke js. You can test this to see if the same thing happens if you set the allowScriptAccess attribute of both object/embed tags of the swf's to never. Examine the attributes your javascript is using to inject the tags. try using layers or divs. M.

Re: [Flashcoders] Pushing content from DB to Flash widget

2006-04-24 Thread Julien
Mick, It is certainly possible. I am currently working on a intranet project that is exactly what you want to achieve. I have about 80~100 clients that are connected to a socket server. Flash clients are build as windows desktop clients and everything goes through persistent xmlsockets.

RE: [Flashcoders] Best practice DLL Integration

2006-04-24 Thread Lee McColl-Sylvester
I did this with a .NET application. Unfortunately, the flash ocx exposes little that allow you to manipulate the running movie. I did manage to exploit the fact that you can use SetVariable to set a setter/getter that is in effect a function, as you normally can't call functions directly from

Re: [Flashcoders] WebService woes

2006-04-24 Thread Andreas Rønning
I'm not so sure it is... My log outputs this: 4/24 10:27:16 [INFO] SOAP: Sent SOAP Request Message 4/24 10:27:16 [INFO] nitroLog: Invoking call Languages 4/24 10:27:16 [INFO] SOAP: Received SOAP response from network [47 millis] but the service log says it never received the method call, so

RE: [Flashcoders] Best practice DLL Integration

2006-04-24 Thread Weyert de Boer
You could consider using a XMLSocketServer to communicate with flash over this local server. In theory this works like charm, I wrote a XMLSocketServer for .NET as a console application and it worked all fine. I am going to test if it works on the PPC to tonight. Yours, Weyert de Boer ([EMAIL

RE: [Flashcoders] Best practice DLL Integration

2006-04-24 Thread Lee McColl-Sylvester
That's a little overkill. What's the point in using XMLSockets where the data is persisting in one place? It's better to use SetVariable from the EXE to the Flash movie and send XML as strings to the variables (which are getters/setters), and ExternalAPI for Flash to the EXE which also sends

[Flashcoders] Jobs

2006-04-24 Thread Lee McColl-Sylvester
Hey all, Anyone looking to hire a Flash / .NET / PHP / ASP / Oracle / MySQL / SQL / [countless other technologies] professional in the north Devon area? I'm to be moving down there in about six weeks so need to start looking for work now. Regards, Lee McColl Sylvester

[Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread artkast
I am making a drawing program but I am having trouble trying to figure out the best way to change colors. I have made a color picker using buttons but this doesn't seem like the most efficient way to do what I want. I would like to be able to set up a color picker or access the one built

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread Yotam Laufer
Try this one: http://www.awssoft.com/products.php?p=colorpickerpros=overviewPHPSESSID=8b9c48eaf58b5a1ba9f473a0ee3f1a57 Free and excellent. On 24/04/06, artkast [EMAIL PROTECTED] wrote: I am making a drawing program but I am having trouble trying to figure out the best way to change colors. I

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread Iv
Hello artkast, http://www.dembicki.org/GradientAndSafePalette.as -- Ivan Dembicki [EMAIL PROTECTED] || http://www.design.ru ___

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread artkast
Thanks a ton. On Apr 24, 2006, at 4:39 AM, Iv wrote: Hello artkast, http://www.dembicki.org/GradientAndSafePalette.as -- Ivan Dembicki __ __ [EMAIL PROTECTED] || http://

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread artkast
It looks like this cost money. How do I get it for free? -rob On Apr 24, 2006, at 4:31 AM, Yotam Laufer wrote: Try this one: http://www.awssoft.com/products.php? p=colorpickerpros=overviewPHPSESSID=8b9c48eaf58b5a1ba9f473a0ee3f1a57 Free and excellent. On 24/04/06, artkast [EMAIL

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread Yotam Laufer
Oops.. sorry. It used to be free. It's good enough to pay for though. $15 is pretty cheap considering all the time it saves you. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread artkast
Can you not just make a bitmap color picker and convert it to a movie clip then use something like getRGB()? I can't seem to get this working but it seems logically possible. -Rob On Apr 24, 2006, at 5:20 AM, Yotam Laufer wrote: Oops.. sorry. It used to be free. It's good enough to pay

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread MBDI ICSC Rodrigo E. Curiel Salazar
Hi ! Try this: http://www.senocular.com/flash/source.php?id=0.163 Rodrigo On 4/24/06, artkast [EMAIL PROTECTED] wrote: Can you not just make a bitmap color picker and convert it to a movie clip then use something like getRGB()? I can't seem to get this working but it seems logically

[Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Meinte van't Kruis
Hi folks, I have a problem correctly figuring out the actual x value of the top-left corner of a movieclip when scaling it. To demonstrate to this: put movieclip t on stage(a black box). Edit it, so that it's left top corner isn't on the movieclip centerpoint. this code on stage:

Re: [Flashcoders] Accessing the Color Picker in an application.

2006-04-24 Thread artkast
Thanks! -Rob On Apr 24, 2006, at 5:45 AM, MBDI ICSC Rodrigo E. Curiel Salazar wrote: Hi ! Try this: http://www.senocular.com/flash/source.php?id=0.163 Rodrigo On 4/24/06, artkast [EMAIL PROTECTED] wrote: Can you not just make a bitmap color picker and convert it to a movie clip then use

RE: [Flashcoders] Best practice DLL Integration

2006-04-24 Thread Mike Mountain
We used to use this approach, utilising Object.watch to check for changes - however we started getting the occasional exception - we switched to xml sockets and haven't looked back since. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mark Winterhalder
Hi, as far as I know, there is no clean solution to this problem. However, if you feel hackish, this /could/ work: var w = myClip._width; var h = myClip._height; var clip = myClip.createEmptyMovieClip( foobar, myClip.getNextHighestDepth() ); with( clip ) { beginFill( 0x00ff00, 100 ) {

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Meinte van't Kruis
thanks! you're right, that does pin down the centerpoints' coordinates, should hopefully get my problem fixed. On 4/24/06, Mark Winterhalder [EMAIL PROTECTED] wrote: Hi, as far as I know, there is no clean solution to this problem. However, if you feel hackish, this /could/ work: var w =

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mark Winterhalder
Erm... never mind. I guess I should have slept last night after all... Sorry, Mark On 4/24/06, Mark Winterhalder [EMAIL PROTECTED] wrote: Hi, as far as I know, there is no clean solution to this problem. However, if you feel hackish, this /could/ work: var w = myClip._width; var h =

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Bernard Poulin
The problem is that even if you change the scaling, you are not changing the position of the black box in relation of your local movieclip. Your black box is only moving in relation to the movieclip parent. What you seem to want are the coordinates in relation to the parent movieclip. To get

[Flashcoders] Embedded fonts not showing up on Mac

2006-04-24 Thread Danny Kodicek
I've done a bit of Googling on this, but haven't managed to find a definitive answer. Anyone have an idea why our font is not showing up correctly when the movie (played through Director) is viewed on a Mac? Thanks Danny ___

[Flashcoders] Looking for tester (PPC/Flash)

2006-04-24 Thread Weyert de Boer
Hi I am looking for some testers who can help me test some proof of o cncept I made. It's a simple xmlsocket server written in C#, which makes it possible to access native functionality of the pocketpc. Now I only would like to test this on other pda's too, so if you have the Flash Player, .NET

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread flash
When the registration point is not the top-left corner of your clip, you might want to check the MovieClip.getBounds() method, it's very handy. Tim. On Mon, 24 April 2006 18:45, Meinte van't Kruis wrote: Hi folks, I have a problem correctly figuring out the actual x value of the top-left

[Flashcoders] Large video and the Camera class

2006-04-24 Thread Sam Thorne
Hi List, We're trying to integrate large amounts of video (hi def) through a Flash UI to control the streams. We can't encode to flv because of other constraints, and using C# to composite knockout areas in flash is causing a lot of flicker. Has anyone tried using the Camera object to deal

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Meinte van't Kruis
getBounds doesn't really help, as I'm also tracing it, and it doesn't seem to change one way or the other. (same with getRect) to Bernard: I have tried using localToGlobal and the other variant, but no matter what I do it doesn't really change values somehow (or maybe i'm doing it wrong). Could

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Meinte van't Kruis
actually, I'm not sure if localToGlobal does anything with the scaling. I have the feeling it simply adds coordinates of parent movieclips to the local ones.. On 4/24/06, Meinte van't Kruis [EMAIL PROTECTED] wrote: getBounds doesn't really help, as I'm also tracing it, and it doesn't seem to

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
actually, I'm not sure if localToGlobal does anything with the scaling. I have the feeling it simply adds coordinates of parent movieclips to the local ones.. You're right, it doesn't - you have to factor in the multiplier yourself Something like this (for proportional scaling) [as]

RE: [Flashcoders] Looking for tester (PPC/Flash)

2006-04-24 Thread Mike Mountain
Hi Weyert We're looking at doing something similar with Win CE, would you mind letting me know how it goes? Thanks Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: 24 April 2006 13:06 To:

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Zeh Fernando
actually, I'm not sure if localToGlobal does anything with the scaling. I have the feeling it simply adds coordinates of parent movieclips to the local ones.. I'm not sure what you're doing and how, but it *does* take into consideration the whole movieclip matrix info - rotation, scaling,

RE: [Flashcoders] Looking for tester (PPC/Flash)

2006-04-24 Thread Weyert de Boer
Hi Weyert We're looking at doing something similar with Win CE, would you mind letting me know how it goes? Sure, if you want you can try it out! Would you be interested? I am not sure if it will work on a WinCE though. Not sure, if I would need to make a different project for it. --

RE: [Flashcoders] Looking for tester (PPC/Flash)

2006-04-24 Thread Weyert de Boer
Sorry, girls and guys should have gone to him privately... ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
actually, I'm not sure if localToGlobal does anything with the scaling. I have the feeling it simply adds coordinates of parent movieclips to the local ones.. I'm not sure what you're doing and how, but it *does* take into consideration the whole movieclip matrix info -

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Meinte van't Kruis
allright, thanks, I'll check into it. On the long run perhaps moving things out of the timeline saves quite alot of time (sounds trivial typed down ;) ). thanks, Meinte ps. it's good to know localToGlobal takes away alot of work, I always found it quite the opposite, now I can honoustly say I'm

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Zeh Fernando
actually, I'm not sure if localToGlobal does anything with the scaling. I have the feeling it simply adds coordinates of parent movieclips to the local ones.. I'm not sure what you're doing and how, but it *does* take into consideration the whole movieclip matrix info - rotation, scaling,

Re: [Flashcoders] shared objects wrong needed size

2006-04-24 Thread Christian Giordano
JesterXL wrote: Nope. Just because it asks for a meg doesn't mean it'll use a meg. Ok but if I were a user I would think: What a f*** does he want to save on my PC of a meg size? when unfortunately it is *only* 100 kb. chr --

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
That's strange, because I've just done that to test and it's definitely working - even within a timeline tweening, and taking scaling, rotation and skewing into account; it's properly reading an arbitray point on the movieclip and moving a crosshair on the main stage to that same point

[Flashcoders] RootkitRevealer flagging shared object... :(

2006-04-24 Thread dave matthews
hi all, RootkitRevealer flagged this file as a problem: c:\Documents and Settings\myUserName\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\#name.com. Was able to delete all other files in this folder, this one resists deletion and renaming. Tried

RE: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Mike Mountain
Well I can honestly say mine isn't working that way at all - I have an empty MC, nested into a scaled MC, this is contained within a holder mc. This swf is loaded into a container MC. localToGlobal gives the correct coords for the 'unscaled' mc's.

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Zeh Fernando
When I found this out It confused the hell out of me as localToGlobal had never worked like that before - I just assumed I'd never used it with anything scaled by hand before and wrote that off as the reason. Now if what you're saying is true then it gets even more confusing. One difference may

[Flashcoders] Q: FlexBuilder for AS development

2006-04-24 Thread bitstreams
Hi After watching Colin Moock's presentation yesterday at FITC, I'm interested in using FlexBuilder for my AS development. Currently there is both a trial (time restricted) version avilable and a beta version available on Adobe labs. Is anyone using Flexbuilder for AS as opposed to Flex

[Flashcoders] hitTest difference between attached mc and one placed on stage in authoring

2006-04-24 Thread Paul Steven
I am having problems making the hitTest function work with a movie clip attached from the library Basically I am making a game that involves a dolphin swimming up a river and I want to detect when the dolphin hits the river bank. The following works fine when the dolphin is placed on stage in

Re: [Flashcoders] Q: FlexBuilder for AS development

2006-04-24 Thread JesterXL
If you are doing AS3 development, it rocks. Having an IDE give you code import hints for your own classes is great. This thing was built for ActionScript development. Combined with ANT, you can do some really cool automated stuff. Definately a must have for any AS developer (or must try

[Flashcoders] PRINTJOB HELL, PRINTJOB NIGHTMARE with several PAGES

2006-04-24 Thread julian atienza
Hi. I wanted to Print contents of a long Scrollable textArea with Flash, but it's a kind of nightmare. I tried to made a class to manage Printing (with a PrintJob object inside) , and one empty swf that Creates Dynamically the TextArea and the Class to ManagePrinting, who feeds textArea with

[Flashcoders] excluding children from setTransform

2006-04-24 Thread lists
Hi all, I am trying to do a setTransform on my whole movieclip to invert the colours to give a high-resolution scheme for people with seeing difficulties. The problem is, there are a few graphics (photos) in the app which I do not want to be inverted. i tried changing their indiviudal

RE: [Flashcoders] hitTest difference between attached mc and one placedon stage in authoring

2006-04-24 Thread Bernard Visscher
Hi Paul, The problem is that you attach it as Player_Object and refer to it as mcDolphin. Changing: if (game_mc.bg_mc.hitTest(game_mc.mcDolphin._x, game_mc.mcDolphin._y, true)) { Into: if (game_mc.bg_mc.hitTest(game_mc.Player_Object._x, game_mc.Player_Object._y, true)) { Solves the problem.

[Flashcoders] FW: SourceSafe??? Recommendations needed.

2006-04-24 Thread Loren R. Elks
Can someone send me an example of an FLA with only the code in the .AS file? Sincerely, Loren ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] PRINTJOB HELL, PRINTJOB NIGHTMARE with several PAGES

2006-04-24 Thread Van De Velde Hans
You get your text from the textarea and you do this: Dynamically attach a movieclip from the library with a preformatted textfield that exactly fits an A4 page (set movieclip to _visible = false to do it invisibly) and fill the textfield up with the text from your textarea until the textfield is

[Flashcoders] Component resizing problems

2006-04-24 Thread Jamie Owen
Hi, I am having problems with the resizing of a component... The resizing works fine through the livePreview in the IDE but goes a bit pear-shaped when published. The problem is that the width height values that I'm receiving through the setSize() method are different from the _width

RE: [Flashcoders] hitTest difference between attached mc and oneplacedon stage in authoring

2006-04-24 Thread Paul Steven
Thanks Bernard - well spotted! I discovered this too but unfortunately this is only a test movie to try and work out why my main game movie is not working. With the test movie - I can replicate the problem if I move the game_mc movie clip across to the left. Currently it is positioned with an x

RE: [Flashcoders] hitTest difference between attached mc andoneplacedon stage in authoring

2006-04-24 Thread Paul Steven
Here is the test movie to illustrate the problem http://www.mediakitchen.co.uk/dolphin_new.html I have stopped the scrolling to make it easier to see the problem. It is detecting a hit when the dolphin is not touching a river bank. Do I need to do some sort of localToGlobal conversion? Thanks

RE: [Flashcoders] hitTest difference between attached mcandoneplacedon stage in authoring

2006-04-24 Thread Paul Steven
OK I think I have cracked it! I was going in the right direction earlier with the localToGlobal thing This is what I have done to fix it [code] var myPoint = new Object(); myPoint.x = _parent.game_mc.player_mc._x; myPoint.y

Re: [Flashcoders] Forcing XML connection closed from SWF

2006-04-24 Thread erixtekila
Le 23 avr. 06, à 20:26, Bernard Poulin a écrit : - I do not know if we can control the HTTP Headers from within flash - if you can, try to modify the headers to shutoff the keep-alive option. It *might* be possible with the recent flash player 8 (raw sockets). Should be : Take a look at

[Flashcoders] Can anyone offer assistance for using color picker in Drawing Application.

2006-04-24 Thread artkast
I am using Flash 8 and trying to use a color picker to change the stroke color. Can anyone offer any examples of a pre-made application using such functions? Thanks. -Rob ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

[Flashcoders] Project 3:16

2006-04-24 Thread Steven Sacks
Project 3:16 - For Client so loved the work, that he told his one and only Designer, that whosoever listens to him shall not finish, but have eternal changes. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

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

2006-04-24 Thread Sumeet Basak
Hi Karan, Try using the Stage.Width and Stage.Height methods. U will be returned with the dimensions the flash player is using. You need to compare the returned value to the array of of existing screen reolutions. You could find one from the intel graphic driver. Google one, I m sure u would get

Re: [Flashcoders] Project 3:16

2006-04-24 Thread JesterXL
Amen. Bring forth the apocolyspe; I didn't want to work today anyway. - Original Message - From: Steven Sacks [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Monday, April 24, 2006 1:27 PM Subject: [Flashcoders] Project 3:16 Project 3:16 - For

Re: [Flashcoders] coordinates of a scaled movieclip

2006-04-24 Thread Bernard Poulin
Hey! I may have found a simpler version: MovieClip.getBounds seems to have a parameter for the target space. Example: var bounds = mc.getBounds(_root); ..which, I believe, should convert the bounding rectangle automatically to the _root coordinates. (I think it uses localToGlobal and

Re: [Flashcoders] Adobes ActiveX fix breaking js communication in firefox?

2006-04-24 Thread John Dowdell
Calv J wrote: [I see that the dynamic JavaScript write of OBJECT/EMBED tags makes my Flash/JavaScript communication fail... how can I troubleshoot this?] I'm not sure yet, and I'd like to research this more today... here are some of the things I think of offhand: -- As Stan noted, the

Re: [Flashcoders] FLV Playback Issue From Network Path

2006-04-24 Thread JesterXL
Regarding Flash 8, I'm sure you've followed the awesome suggestion here on creating a .cfg file: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1611.html Since the global security settings won't really mean anything in this case

Re: [Flashcoders] Flash and IE update question

2006-04-24 Thread Geoff Stearns
you could just use SWFObject - it will work with flash stuff in layers/divs/whatever. http://blog.deconcept.com/swfobject/ (that amerasoftware page links to my blog at the bottom as well as an alternative) On Apr 24, 2006, at 2:20 PM, Michael F. Hiatt wrote: All, I'm trying to

Re: [Flashcoders] RootkitRevealer flagging shared object... :(

2006-04-24 Thread David Rorex
On 4/24/06, dave matthews [EMAIL PROTECTED] wrote: hi all, RootkitRevealer flagged this file as a problem: c:\Documents and Settings\myUserName\Application Data\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\#name.com. Was able to delete all other files in this

Re: [Flashcoders] Flash and IE update question

2006-04-24 Thread Kevin Newman
Have you tried this one: http://www.unfocus.com/projects/PatentMagic/ Kevin N. Michael F. Hiatt wrote: All, I'm trying to implement the fix to take care of the ActiveX/Flash activate issue (using the code found on Amara's site:) http://www.amarasoftware.com/flash-problem.htm

[Flashcoders] Re: Flashcoders Digest, Vol 15, Issue 77Re: Adobes ActiveX fix breaking js communication in firefox?

2006-04-24 Thread Calv J
Hi jd, Well I've had another play around with this, and I've got it to work, if not quite as nicely as I'd hope. I tried adding the swLiveConnect parameter - it had no effect at all. With the 'normal' (or 'old') way of putting the movie in the page (OBJECT/EMBED tags) - it works with or without

[Flashcoders] Re: Adobes ActiveX fix breaking js communication in firefox?

2006-04-24 Thread Calv J
Hi jd, Well I've had another play around with this, and I've got it to work, if not quite as nicely as I'd hope. I tried adding the swLiveConnect parameter - it had no effect at all. With the 'normal' (or 'old') way of putting the movie in the page (OBJECT/EMBED tags) - it works with or without

[Flashcoders] Not all MCs get onEnterFrame

2006-04-24 Thread Mendelsohn, Michael
Hi list... I am creating a bunch of MCs on the stage that should each get an onEnterFrame function defined, but only the first one created in the loop is getting that function, and I don't see why. Any ideas? Thanks, - Michael M. private function mLanguages(attachToWhat):Void {

Re: [Flashcoders] FLV Playback Issue From Network Path

2006-04-24 Thread JesterXL
Have you tried asking this question on Flashcom? A lot of video + server heads there; maybe they'd have some suggestions. - Original Message - From: Scott Brantley [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, April 24, 2006 3:41 PM

[Flashcoders] Live Video Encoder

2006-04-24 Thread Christian
Hey Everyone, I've been trying to look through the archives with out much luck, and Flash-Comm archives are pw protected, so here I am with a question. Does anyone have either tutorials or example code of a live video encoder for flash? I have a rudimentary one, but I'm trying to

RE: [Flashcoders] Not all MCs get onEnterFrame

2006-04-24 Thread Mendelsohn, Michael
That worked perfectly. Thanks, Geoff. - MM you should set riseSpeed inside the newClip, and then apply the onenterframe to the clip's _y, like this: newClip.riseSpeed = ((0.03 * hitherYon) - 1.5); newClip.onEnterFrame = function():Void {

Re: [Flashcoders] Not all MCs get onEnterFrame

2006-04-24 Thread Johannes Nel
you don't need that, it will be availible because its an anon function inside another function, therefore all variables inside the containing function will be availible. put this in frame 1 of a movie to test function containing ():Void { var p:Number = 8; this.onEnterFrame = function ()

Re: [Flashcoders] Not all MCs get onEnterFrame

2006-04-24 Thread Johannes Nel
it looks like it should work, i would however refactor. in one place you use the return of attchMovie anotherplace you access the movie via root. have you go anything else in that movie you are attaching it to, maybe you are overriding a depth? try getNextHighestDepth instead of handing out depths

[Flashcoders] DateChooser selected date.

2006-04-24 Thread matt ganz
hey. don't know if the DateChooser component for flash 8 was updated or not but i'm trying to highlight a few days in each month. i can see the 'selectedDate' property does this but it doesn't appear to be able to for more than one date in each month. anyone know of a workaround? thanks. --

[Flashcoders] wikipedia webservices

2006-04-24 Thread Guillermo Torres Troconis
Does anyone know if there's a WSDL for Wikipedia, I want to be able to show search results from wikipedia in my flash app. But I can't find the available web service for it. thanks, g ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] wikipedia webservices

2006-04-24 Thread elibol
Hmm, I don't know of the WSDL, but if worse comes to worse, you could always run a query by URI and parse out the results... M On 4/24/06, Guillermo Torres Troconis [EMAIL PROTECTED] wrote: Does anyone know if there's a WSDL for Wikipedia, I want to be able to show search results from

Re: [Flashcoders] wikipedia webservices

2006-04-24 Thread David Rorex
a quick google found this: http://www.ontok.com/wiki/index.php/Wikipedia On 4/24/06, Guillermo Torres Troconis [EMAIL PROTECTED] wrote: Does anyone know if there's a WSDL for Wikipedia, I want to be able to show search results from wikipedia in my flash app. But I can't find the available web

Re: [Flashcoders] wikipedia webservices

2006-04-24 Thread Guillermo Torres Troconis
How would you parse out these results? On Apr 24, 2006, at 4:08 PM, elibol wrote: Hmm, I don't know of the WSDL, but if worse comes to worse, you could always run a query by URI and parse out the results... M On 4/24/06, Guillermo Torres Troconis [EMAIL PROTECTED] wrote: Does anyone

Re: [Flashcoders] wikipedia webservices

2006-04-24 Thread elibol
let's see, first a little script to grab the data: var loadWiki = new XML(); loadWiki.onLoad = function(success){ trace(this); } loadWiki.load(' http://en.wikipedia.org/wiki/Special:Search?search=parsingfulltext=fulltextsourceid=mozilla-search' ); The relevent part of the query: !-- querying

Re: [Flashcoders] wikipedia webservices

2006-04-24 Thread elibol
I like Rorexes find, while this is quick and dirty, I think his would be the better solution. On 4/24/06, elibol [EMAIL PROTECTED] wrote: let's see, first a little script to grab the data: var loadWiki = new XML(); loadWiki.onLoad = function(success){ trace(this); }

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

2006-04-24 Thread Karan Mehra
Hi Sumeet, I tried Stage.Width Stage.Height but coz we are using Stage.ScaleMode = showall the Stage's height width remains same irrespective of Fullscreen or not. I tried detecting the keys like ctrl-F which is used for making the flash window fullscreen and also used for disabling fullsceen