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

2007-03-14 Thread Anthony Lee
Hi Luciano, It sets the pixel width, pixel height and framerate for the camera it's called on. ie. What the data is grabbed at. How you choose to preset it is something else. For example: var cam:Camera = Camera.get(); cam.setMode(320, 240, 20); But it's a bit more complicated than that

RE: [Flashcoders] correct way to set onRease of an arbitrary button

2007-03-14 Thread Nimrod Huberman
You can set pointer to the question class in the button, and use it later in function . Use this code in the your question class: answerButton.handleBy = this; answerButton.onRelease = function() { handleBy.GiveAnswer(aNum);} -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Allent99
Please unsubscribe me, you are flooding my email box. I did the unsubscribe but its not working. Please send me email when you have the problem fixed. Cmiuc Do not worry about your difficulties in mathematics; I can assure you mine are still greater -Albert Einstein -Original Message-

[Flashcoders] :: numbers as exponents ::

2007-03-14 Thread Arindam Dhar
trace( 0.45); // traces 0.45 trace( 0.045); // traces 4.5e-6 Looks like flash give exponential values if there are more than four zeroes after decimal. Anyone has any solution where I will get 0.045 from flash, instead of 4.5e-6. Thanks, Arindam

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

[Flashcoders] Make a connection between a TextField and an array

2007-03-14 Thread Johan Nyberg
Anyone know how to make a connection between a TextField and an array with the variable property when creating TextFields dynamically? Now I'm doing a work around where I create a variables on the fly, fill it with values from the array (winnerPercentPayout), and then connect the variable

[Flashcoders] Order of events for function call

2007-03-14 Thread Paul Steven
This may be really basic but I can't understand. The following is a simplified version of what I am trying to achieve. Basically I am attaching an onEnterFrame function to 2 objects, say object1 and object2. I am attaching it to object1 first however it is calling the onEnterFrame function for

[Flashcoders] page scrolling problem

2007-03-14 Thread Kerem İŞERİ
Hi everyone, I have finished a flash website which dynamically changes it's height by the help of small javascript. the idea was to resize the height by the content's height and to use only browsers scrollbar. you can check the demo version on http://demo.trafo.com.tr/drbackup . now the

Re: [Flashcoders] Order of events for function call

2007-03-14 Thread nox
you can solve it with reverse ordering: ... object2 = attachMovie(ball_mc,ball_mc2,2); object1 = attachMovie(ball_mc,ball_mc,1); ... - Original Message - From: Paul Steven [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, March 14, 2007 11:53 Subject:

Re: [Flashcoders] Order of events for function call

2007-03-14 Thread Mauricio Furtado Massaia
Paul, I dont know why it happens but if u change the order of the attach the object1.onEnterFrame will work first : object2 = attachMovie(ball_mc,ball_mc2,2); object1 = attachMovie(ball_mc,ball_mc,1); object1.onEnterFrame = function() { trace (Object1 enter frame); }

Re: [Flashcoders] Order of events for function call

2007-03-14 Thread Johannes Nel
i understand that its a example, but using an enterframe beacon rather than multiple enterframe handlers is better and might make this kind of thing much easier to manage On 3/14/07, Paul Steven [EMAIL PROTECTED] wrote: This may be really basic but I can't understand. The following is a

RE: [Flashcoders] is flash still alive?

2007-03-14 Thread Karina Steffens
And yet you manage to find time to perform more miracles - Papervision3D looks amazing...! ;) -Original Message- From: John Grden [mailto:[EMAIL PROTECTED] Sent: 13 March 2007 15:28 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] is flash still alive? LOL no

Re: [Flashcoders] correct way to set onRease of an arbitrary button

2007-03-14 Thread Mauricio Furtado Massaia
Andrew, try this : function GiveAnswer( id:Number ):Void { trace( answer id: + id ); } for( var aNum = 1 ; aNum = 5 ; aNum++ ) { var answerButton = questionInterface[button_+aNum]; answerButton.id = aNum; answerButton.onRelease = function(){GiveAnswer(this.id); } } i hope it

RE: [Flashcoders] Order of events for function call

2007-03-14 Thread Paul Steven
Thanks Paul Basically it is a collapse style game - where when the user clicks on a ball that has 2 similar balls adjacent, all 3 balls disappear and the other surrounding balls will move to fill any spaces created from the removed balls. Here is the basic approach I am taking: I have a 2

Re: [Flashcoders] Order of events for function call

2007-03-14 Thread Paul Andrews
I believe you, but it's not a good way to build your project. As your project gets more complicated it'll suddenly stop working as you expected. What happens if you change the order? Much better to have a single independent enterframe handler where the order is important, there you can

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Pedro Taranto
well, sandy is just an API to work with 3D in flash and pixlib is not a game engine, it is a generic as2 framework with a lot of classes and design patterns that you can use to develop your own isometric engine --Pedro Taranto Anggie Bratadinata escreveu: have you tried www.flashsandy.org

RE: [Flashcoders] correct way to set onRease of an arbitrary button

2007-03-14 Thread Merrill, Jason
You can set pointer to the question class in the button, and use it later in function . Use this code in the your question class: answerButton.handleBy = this; answerButton.onRelease = function() { handleBy.GiveAnswer(aNum);} That method works, - I used to do it that way before I discovered

Re: [Flashcoders] page scrolling problem

2007-03-14 Thread Tuna Ciner
kerem işin çok şık, eline sağlık. türkçe harflerle ilgili sıkıntılarının çözümünde yardımcı olabileceğimi sanıyorum. istersen bir ara. Tel. 0533 438 48 06 Kolay gelsin Tuna çiner P.S. sorry folks - it is only about turkish characters thats why my answer is in turkish

RE: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Mike Mountain
http://oos.moxiecode.com/ You may find something here... M ECM Systems Ltd, Ellifoot Park, Burstwick, East Yorkshire HU12 9DZ Tel: 01964 672000 Fax: 01964 671102 Registered in England no. 01646471 The information contained within this email expresses the views of the sender and not

Re: [Flashcoders] page scrolling problem

2007-03-14 Thread Muzak
When the flash movie has focus, it captures the mouse actions instead of the browser and vice versa You can tell the browser, through javascript, to scroll from within you flash movie, using the ExternalInterface API. = in html page = script

Re: [Flashcoders] Order of events for function call

2007-03-14 Thread Paul Andrews
I think you just need a single enterframe function that will update the array/animate the balls as required. There's no need to add a separate enterframe function to make a particular ball start falling, just control the falling ball in the single function, just as you would in a separate

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Pedro Taranto
http://www.theoworlds.com/ == this is a commercial one --Pedro Taranto Mike Mountain escreveu: http://oos.moxiecode.com/ You may find something here... M ECM Systems Ltd, Ellifoot Park, Burstwick, East Yorkshire HU12 9DZ Tel: 01964 672000 Fax: 01964 671102 Registered in England no.

[Flashcoders] Fluid Hiring FLash / Flex Engineer

2007-03-14 Thread Andrew Guldman
Fluid http://www.fluid.com designs and develops award-winning interactive digital retail experiences. Our clients include Reebok, Timberland, JanSport, Design Within Reach, and The North Face. We are looking for skilled, experienced, and passionate engineers to work on projects built using

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Martin Tremblay
Bonjour Gilles, We built a very simple iso grid class for our latest games. It's in French tho. (http://kaboum.telequebec.com http://kaboum.telequebec.com/ ). We are interested in open-sourcing it in the next few month (along the rest of our game framework, but we need to create

Re: [Flashcoders] page scrolling problem

2007-03-14 Thread Kerem İŞERİ
thanx man .. it completely solved my problem.. but I needed to call doScroll Js function everytime, not only target was eq to undefined , so I removed the if statement and now it works perfectly!! respect!! :) kerem. Muzak wrote: When the flash movie has focus, it captures the mouse

Re: [Flashcoders] swf2jpg conversion

2007-03-14 Thread info dehash
Prob too late but for the record Flirt does swf2png and it lives here: http://flirt.sourceforge.net and the blurb starts thus: Flirt contains a parser for reading SWF format files, a rasterizer for rendering the vector shapes into bitmap... which is pretty clear but using it may not be for the

Re: [Flashcoders] Order of events for function call

2007-03-14 Thread T. Michael Keesey
You can't rely on the order of events for two movies in the same timeline. Instead, why not have an onEnterFrame in the parent clip that calls functions in ball_mc and ball2_mc in the proper order? On 3/14/07, Paul Steven [EMAIL PROTECTED] wrote: This may be really basic but I can't understand.

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

2007-03-14 Thread l u c h y x
Hi guy's. I´m doing a component CameraDisplay. and other componente CameraSettings, wich enable you to change few settings of the camera. (in beta) With this component I test the capabilities and limitations of me webcam, and under the test process I noticed the freeze behavior. I know that

[Flashcoders] Flash player and pop-up blockers

2007-03-14 Thread Perdue, Blake
We've gotten a lot of complaints lately that popup windows spawned by a SWF are getting blocked by pop-up blockers, even though they are user initiated. It seems the newer flash players (v8, v9) or perhaps the new pop-up blockers (Firefox, Google, etc) have changed the way they operate - this

RE: [Flashcoders] Order of events for function call

2007-03-14 Thread Paul Steven
Thanks to everyone for the great advice. I have now taken your advice and got rid of all the multiple onEnterFrames and it now works a treat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of T. Michael Keesey Sent: 14 March 2007 14:44 To:

Re: [Flashcoders] correct way to set onRease of an arbitrary button

2007-03-14 Thread Andrew Sinning
Thanks so much to everyone weighing in on this topic. It's been a long time since I got to do any significant work in Flash. Now that we're finally starting to put the maintenance and updating of our existing (Director) products behind us, I'm really looking forward to becoming proficient

Re: [Flashcoders] Flash player and pop-up blockers

2007-03-14 Thread opto-type
Hello, You just need to use: onRelease = function(){ getURL(javascript:CNN_openPopup('http://sportsillustrated.cnn.com/mysi/ ?eref=side_article','si','toolbar=yes,scrollbars=yes,location=yes,status

[Flashcoders] Site Check

2007-03-14 Thread Adrian Lynch
Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? Cheers. Adrian Lynch ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Re: [flexcoders] Re: Caching problem

2007-03-14 Thread slangeberg
That'll work with any cache-busting you need to do. I use it in testing, to un-cache the swf file itself, when viewed on server. Ie: send rand var in url and if it's present, pass it in to swf call (swfobject + php, here): var so = new SWFObject( ProductBuilder.swf?rand=?=$rand?,

Re: [Flashcoders] Site Check

2007-03-14 Thread haVana
2007/3/14, Adrian Lynch [EMAIL PROTECTED]: Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? 33% ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Local XML parsing?

2007-03-14 Thread Shaun Aunchman
Is it possible to parse through a local XML document using a standalone player? I have a project that calls for a 'dynamic' way to load in images and descriptions based on the contents of a CDrom. I've always used a php document that acts as XML to do this on the net. However i'm seeing that

Re: [Flashcoders] Site Check

2007-03-14 Thread Shaun Aunchman
stuck at 14% ___ 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 Premier Authorized Adobe Consulting and Training

Re: [Flashcoders] Site Check

2007-03-14 Thread Gustavo Duenas
stuck after 89% in my machine and then when I refreshed the browser, i din't load anything it is still in 0% loading... regards On Mar 14, 2007, at 11:37 AM, Adrian Lynch wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it

Re: [Flashcoders] Site Check

2007-03-14 Thread Chris Tague
works for menice photos! On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? Cheers. Adrian Lynch

Re: [Flashcoders] Site Check

2007-03-14 Thread Ben Cline
got stuck at 78% for me. 6.4 / 8.1 meg. Mac OSX Safari browser. On Mar 14, 2007, at 11:55 AM, haVana wrote: 2007/3/14, Adrian Lynch [EMAIL PROTECTED]: Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? 33% ___

RE: [Flashcoders] Local XML parsing?

2007-03-14 Thread Merrill, Jason
Flash's security when running in a standaline projector .exe does not restrict you from loading in a local XML doc as far as I know. Are you publishing as a standalone projector .exe from Flash? No PHP required. Even on the .net, no PHP required to read XML. Jason Merrill Bank of America

[Flashcoders] 3D Text Flythrough

2007-03-14 Thread eric e. dolecki
I am looking for example AS2 code that allows for a perspective text flythrough - items in back blurred until brought up closer in perspective. Don't need anything like Papervision3D... this is kinda simple that I could probably code something that looked okay, but there might be a system out

Re: [Flashcoders] Local XML parsing?

2007-03-14 Thread Antonio Estevez
i had the same problem, so i used php to write a txt file instead. made the extension on the file .xml instead of .txt and it worked great. tony On Mar 14, 2007, at 11:57 AM, Shaun Aunchman wrote: Is it possible to parse through a local XML document using a standalone player? I have a

Re: [Flashcoders] Local XML parsing?

2007-03-14 Thread John Axel Eriksson
There should be no problem loading a local file with the standalone player... /John 14 mar 2007 kl. 16.57 skrev Shaun Aunchman: Is it possible to parse through a local XML document using a standalone player? I have a project that calls for a 'dynamic' way to load in images and

RE: [Flashcoders] Site Check

2007-03-14 Thread Blumenthal, Peter
Loaded fine for me: Win2K Firefox 1.5.0.9 FP 9.0.28 This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. We may monitor email to and from our network. This email was sent by a company within the corporate group

Re: [Flashcoders] swf2jpg conversion

2007-03-14 Thread Mick G
All Flash 8 solutions. http://www.sephiroth.it/tutorials/flashPHP/print_screen/ http://www.quasimondo.com/archives/000572.php http://www.5etdemi.com/blog/archives/2006/06/saving-bitmaps-in-flash-a-fast-solution/ The PHP flash2jpg solutions that most people talk of are only for rendering

Re: [Flashcoders] Site Check

2007-03-14 Thread nelson ramirez
Worked fine here for both Safari and Firefox on a mac. On 3/14/07, Shaun Aunchman [EMAIL PROTECTED] wrote: stuck at 14% ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Site Check

2007-03-14 Thread hank williams
got all the way through. On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? Cheers. Adrian Lynch

Re: [Flashcoders] Site Check

2007-03-14 Thread Donald Desloge
The site works for me every single time. - Original Message From: Adrian Lynch [EMAIL PROTECTED] To: Flashcoders flashcoders@chattyfig.figleaf.com Sent: Wednesday, March 14, 2007 11:37:02 AM Subject: [Flashcoders] Site Check Could I get some of you to check this site:

[Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-14 Thread Alexander Farber
Hello Flash coders, I'm trying to create a component representing a comic-like chat bubble and while it mostly functions fine, I have a problem, that the 2 parameters here are ignored (full source code: http://preferans.de/flash/Bubble.as ): class Bubble extends UIComponent { ...

Re: [Flashcoders] Site Check

2007-03-14 Thread Anton Kindblad
On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm this? Works perfectly fine for me atleast... :) /Anton

Re: [Flashcoders] Site Check

2007-03-14 Thread Alexander Farber
Works for me, nice fotos On 3/14/07, white song [EMAIL PROTECTED] wrote: it's ok it's working :) On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can

Re: [Flashcoders] Site Check

2007-03-14 Thread Jon
Works ok for me too - FF 2.02 Flash player 8. -Jon - Original Message - From: Sherif Elshazly [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, March 14, 2007 4:13 PM Subject: Re: [Flashcoders] Site Check works fine with me... went over 9% before i closed the

Re: [Flashcoders] Site Check

2007-03-14 Thread Gustavo Duenas
stuck on osx 10.4 mac On Mar 14, 2007, at 12:13 PM, Sherif Elshazly wrote: works fine with me... went over 9% before i closed the window. IE 7 flash player 9 - Original Message From: Adrian Lynch [EMAIL PROTECTED] To: Flashcoders flashcoders@chattyfig.figleaf.com Sent: Wednesday,

[Flashcoders] flash / ajax

2007-03-14 Thread bruce
hi... looking at implementing an ajax widget and wanted to know if anybody's combined ajax and flash to be able to implement a cross-domain solution? thanks -bruce ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

[Flashcoders] question about txt files and flash

2007-03-14 Thread Gustavo Duenas
Hi, there is a limit height that flash can process or read from a text file?, because I have something with xml tags, the file reads well till the item4, so far i didn't read anything...there is a way to tell flash that there is something way beyond that ...? I'm using loadVariables(url,

RE: [Flashcoders] Site Check

2007-03-14 Thread Rost, Andrew
Stuck at 33% XP Pro SP2 2.2 Ghz 2 GB Ram IE7 FP 9,0,28,0 -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 10:37 AM To: Flashcoders Subject: [Flashcoders] Site Check Could I get some of you to check this site:

RE: [Flashcoders] Site Check

2007-03-14 Thread Adrian Lynch
Thank for that people. It's not my site, just about to help a friend fix the problem. I spotted the email too. I have no idea why but I agree, it's a little odd. Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Andrews Sent: 14 March 2007 16:17

[Flashcoders] no problem with txt on flash

2007-03-14 Thread Gustavo Duenas
Hi, Its me, forget my last thread, I didn't noticed that the sign reads in the txt file rendered as html with xml tags as the end of the file...I just erase one and voila!!! thanks anyway. Regards Gustavo Duenas ___

Re: [Flashcoders] Site Check

2007-03-14 Thread promo+biboune.net
works for me too.. Le 07-03-14, à 12:23, Chris Tague a écrit : works for menice photos! On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets stuck at 1% or 2%. Can anyone

RE: [Flashcoders] Local XML parsing?

2007-03-14 Thread Merrill, Jason
i had the same problem, so i used php to write a txt file instead. made the extension on the file .xml instead of .txt and it worked great. Actually, he didn't ask about writing out XML, just reading it. Jason Merrill Bank of America Global Technology Operations Learning Leadership

[Flashcoders] Resizing sw, dependently on screen resolution

2007-03-14 Thread Nicola Alexander Schlup - LuniLogic
Hi, I want to extend a gallery slideshow script (http://flash-creations.com/notes/dynamic_slidingviewer.php). It should just contain the slide thumbs, but bigger. This is not the problem. The problem is, that I want to have different swf width values, dependently on the users screen

RE: [Flashcoders] simple math question...

2007-03-14 Thread Rebecca Roberts
An easy way to do this is to build your movieClip so that the graphics inside align in the upper left corner at (0, 0). Then take the width of your movie and divide it in half. If you take this half-width value and subtract it from your _xmouse then it should center your movieClip over the mouse

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Gustavo Duenas
man that is awesome congratulations!!! if you are developing game for flash with that quality and textures...it is going to be nice. Maybe in future I'd tell you some of my ideas about create a particular game for the internet with that engine. good to meet you. Regards On Mar 14,

Re: [Flashcoders] Site Check

2007-03-14 Thread Gustavo Duenas
looks like it doesn't work properly on macs with safari or firefox (which I have)... why? On Mar 14, 2007, at 12:25 PM, Ben Cline wrote: got stuck at 78% for me. 6.4 / 8.1 meg. Mac OSX Safari browser. On Mar 14, 2007, at 11:55 AM, haVana wrote: 2007/3/14, Adrian Lynch [EMAIL PROTECTED]:

Re: [Flashcoders] Local XML parsing?

2007-03-14 Thread Shaun Aunchman
Thanks jason for the reply, I believe i've figured out why my project wasn't working properly. I was using an onRelease handler for a movie clip to trigger the loading of an XML doc. It seems the onLoad handler for my xml instance wan't getting triggered as a result. All i had to do was put

Re: [Flashcoders] Site Check

2007-03-14 Thread John laPlante
It loads. But, at 1% per every 3 seconds, I think no one will stay long enough to see the content. Anton Kindblad wrote: On 3/14/07, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check this site: http://www.simon-mills.co.uk/test/ Some people are saying that it gets

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread Pedro Taranto
its a nice work, do you pretend to share the as2 code too ?? --Pedro Taranto matt zb escreveu: Hi, I've been working on an AS3 isometric game engine for a few months now. http://www.zenbullets.com/isometric/ It's not finished, and it's not open source (yet), but may be of interest if you

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread gilles
Bonjour Martin, je serais enchanté si je pouvais bénéficier de votre proposition et me propose par la suite de mettre mes évolution a la disposition de la communauté. Bien à vous BERTRAND gilles Le 14-mars-07 à 15:14, Martin Tremblay a écrit : Bonjour Gilles, We built a

[Flashcoders] Internet Explorer Problem

2007-03-14 Thread Juan Anzaldo
Hi I am using the swfobject object from deconcept, and I have a strange behavior in some Internet Explorer web browsers, in some navigators everything works correctly, but in others it appears the message that or this not installed or does not accept Javascript, but the configurations of the

Re: [Flashcoders] Site Check

2007-03-14 Thread Gustavo Duenas
I don't get it stuck on 2%...I don't know what do I might need... On Mar 14, 2007, at 12:39 PM, Donald Desloge wrote: The site works for me every single time. - Original Message From: Adrian Lynch [EMAIL PROTECTED] To: Flashcoders flashcoders@chattyfig.figleaf.com Sent: Wednesday,

Re: [Flashcoders] Inspectable parameters ignored in my 1st component

2007-03-14 Thread Johannes Nel
[Inspectable(defaultValue=8, type=Number)] On 3/14/07, Alexander Farber [EMAIL PROTECTED] wrote: Hello Flash coders, I'm trying to create a component representing a comic-like chat bubble and while it mostly functions fine, I have a problem, that the 2 parameters here are ignored (full source

[Flashcoders] Split text field for multi-page print job

2007-03-14 Thread Marc Hoffman
Before I re-invent the wheel: Has anyone come up with a method to split a long text field into shorter ones that can each print on a new page? Some of my text fields should probably be broken into 3 or 4 pages so the text is large enough to read easily. This needs to be done dynamically, as

[Flashcoders] Pause button behaviour

2007-03-14 Thread Glen Pike
Hi, I have implemented a pause / restart mechanism in my Animation class as shown below. unpause is supposed to make the animation jump back a few frames before it starts. function pause() { Log.info(pause + this); mPlaying = false; dispatchEvent( { type:pause,

Re: [Flashcoders] Site Check

2007-03-14 Thread Chad Mefferd
Works here but loading was slow even on a T1. Chad Mefferd - Director of Digital Media Morris Printing Group E-MAIL CONFIDENTIALITY NOTICE: The contents of this email message and any attachments are for the sole use of the intended recipient(s) and may contain confidential and or legally

Re: [Flashcoders] Site Check

2007-03-14 Thread Wendy Marino
WORKS HERE. MAC OX (10.4.8) SAFARI -- Wendy Marino Digital Media Operations Specialist The Journal News 1 Gannett Drive White Plains, NY 10604 914-694-5288 E-mail: [EMAIL PROTECTED] www.lohud.com On 3/14/07 11:37 AM, Adrian Lynch [EMAIL PROTECTED] wrote: Could I get some of you to check

[Flashcoders] Internet Explorer problem

2007-03-14 Thread Juan Anzaldo
Hi I am using the swfobject object from deconcept, and I have a strange behavior in some Internet Explorer web browsers, in some navigators everything works correctly, but in others it appears the message that or this not installed or does not accept Javascript, but the configurations of the

Re: [Flashcoders] Flash player and pop-up blockers

2007-03-14 Thread John Dowdell
Perdue, Blake wrote: We've gotten a lot of complaints lately that popup windows spawned by a SWF are getting blocked by pop-up blockers, even though they are user initiated. It seems the newer flash players (v8, v9) or perhaps the new pop-up blockers (Firefox, Google, etc) have changed the way

Re: [Flashcoders] Site Check - Seems Fine

2007-03-14 Thread Paul V.
Anton, Loading site. It at 15% and still going...I can wait till it loads complete. ...18%. I am on line speed here. But I will wait. But certainly past 1 or 2 % uploaded.I am working on a photo / art work site as well. I have a question for you, are you loading in the galleries or

RE: [Flashcoders] Order of events for function call

2007-03-14 Thread Paul Steven
I have another related question about this collapse game. Every few seconds, all the rows of balls on the game screen move up one row and are replaced with a new row of random balls. I have a problem whereby this may occur immediately after I have just assigned the falling balls their new

Re: [Flashcoders] question about txt files and flash

2007-03-14 Thread Pedro Taranto
if you are reading a xml file, you shold use the XML API loadVariables is deprecated --Pedro Taranto Gustavo Duenas escreveu: Hi, there is a limit height that flash can process or read from a text file?, because I have something with xml tags, the file reads well till the item4, so far i

Re: [Flashcoders] question about txt files and flash

2007-03-14 Thread Mick G
How big are we talking? I've loaded 150K text files before (which is something like 5 pages of text). Are you sure there's not some type of invalid node or incorrectly formatted element in your xml file? Does the XML file load properly in a browser? On 3/14/07, Gustavo Duenas [EMAIL PROTECTED]

Re: [Flashcoders] question about txt files and flash

2007-03-14 Thread Marc Hoffman
You might try using the XML Object to load and parse the xml. And of course make sure your xml is properly formatted (drag it into I.E. for a quick check). - Marc At 10:28 AM 3/14/2007, you wrote: Hi, there is a limit height that flash can process or read from a text file?, because I have

Re: [Flashcoders] Re: [flexcoders] Re: Caching problem

2007-03-14 Thread Thomas Fowler
I'm sure someone has already mentioned this but you could always append the date in milliseconds to the query string as well. Like so: var date : Date = new Date(); url:String = resource + ?d= + date.UTC(); - Original Message - From: slangeberg [EMAIL PROTECTED] To:

Re: [Flashcoders] ISOMETRIC GAME ENGINE

2007-03-14 Thread gilles
Ok it's great , but i have to di it in AS 2 FOR NOW so anybody got some idea's for an iso engine for large screens in AS2 gilels Le 14-mars-07 à 19:54, Pedro Taranto a écrit : its a nice work, do you pretend to share the as2 code too ?? --Pedro Taranto matt zb escreveu: Hi, I've been

Re: [Flashcoders] Site Check

2007-03-14 Thread Eric Walton
Other than taking a long time to load it's a beautiful site. That being said why not load the gallery and other pages as external swf's you could even load the images into the gallery from a seperate folder. Maybe even load the rotating images from the front page from an external folder as

RE: [Flashcoders] Site Check

2007-03-14 Thread Tom Gooding
Seems to load OK - massive dload tho! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gustavo Duenas Sent: 14 March 2007 19:10 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Site Check I don't get it stuck on 2%...I don't know what do

Re: [Flashcoders] Internet Explorer Problem

2007-03-14 Thread Geoff Stearns
this might help you out: http://blog.deconcept.com/2006/12/08/corrupt-flash-player-install- after-ie-7-upgrade/ On Mar 14, 2007, at 3:03 PM, Juan Anzaldo wrote: Hi I am using the swfobject object from deconcept, and I have a strange behavior in some Internet Explorer web browsers, in

[Flashcoders] Split text field for multi-page print job

2007-03-14 Thread Marc Hoffman
[This seems not to have gone through the first time. Forgive me if you get it twice.] Before I re-invent the wheel: Has anyone come up with a method to split a long text field into shorter ones that can each print on a new page? Some of my text fields should probably be broken into 3 or 4

Re: [Flashcoders] flash / ajax

2007-03-14 Thread Geoff Stearns
I have an example I never officially released, and i remember seeing another example on another blog somewhere. it's pretty easy to set up, just do a loadvars and pass the raw data back to js and it works very similarly to the native xmlhttprequest. On Mar 14, 2007, at 1:28 PM, bruce

Re: [Flashcoders] I have small doubt

2007-03-14 Thread Omar Fouad
Yes the only way to do it is using server side scripts as you cannot alter and save xml files On 3/13/07, Mick G [EMAIL PROTECTED] wrote: If you're using CFM, just do a standard POST to a CFM script that updates the XML. It's more of an issue of how you can do this in Cold Fusion (which

RE: [Flashcoders] Site Check

2007-03-14 Thread Merrill, Jason
WORKS HERE. MAC OX (10.4.8) SAFARI I think we covered the site check pretty thouroughly by now - or if not, could we maybe just e-mail the requestor offlist - it's not really beneficial to the rest of us to hear how well the site works for you. :) Thanks. Jason Merrill Bank of America Global

RE: [Flashcoders] Site Check

2007-03-14 Thread Hsieh, Tony C
It worked here on a WinXp but it is really really slow to load on my T1. Might consider dynamically loading each pic? -- Tony Enterprise Architecture - Senior integration Architect - [EMAIL PROTECTED] - (vox) 415.973.2173 (fax) 415.973-6713 On 3/14/07 11:37 AM, Adrian Lynch [EMAIL

Re: [Flashcoders] flash / ajax

2007-03-14 Thread fla coder
hello, see haXe : haxe.org ___ 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 Premier Authorized Adobe

[Flashcoders] checking .flv encoding settings

2007-03-14 Thread undersound
Hello everybody, Does anybody know how you can detect the encoding settings that were used when the .flv was created? I need to re-encode a movie with the same settings that were used then. Thanx in advance Undersound ___

Re: [Flashcoders] Order of events for function call

2007-03-14 Thread Paul Andrews
Without thinking about this too much, I might have a count of the balls in transit. When a ball reaches it's destination, the count is decremented. I would only add a new row when the count is zero. Does that do the trick? Paul - Original Message - From: Paul Steven [EMAIL PROTECTED]

Re: [Flashcoders] question about txt files and flash

2007-03-14 Thread Paul Andrews
I've managed to load a 500K file using LoadVars.. Paul - Original Message - From: Mick G [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, March 14, 2007 8:19 PM Subject: Re: [Flashcoders] question about txt files and flash How big are we talking? I've loaded

Re: [Flashcoders] Site Check

2007-03-14 Thread Muzak
First things first :-) http://osflash.org/flashcoders/etiquette#no_sitechecks For basic Flash stuff: http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie With an 8mb site it's no surprise that some (most?) people can not view the site properly. Since it's all images, look into loading

[Flashcoders] xml parse question

2007-03-14 Thread Carl Welch
Hi coders, I just started working on a new project that is requiring me to handle an xml format that I haven't had to deal with yet. Here is an example of what it looks like: image imageID=halLogin img=hal.png text= Font=Black,8,Regular,AlignLeft onPanel=true xPos=0.25 yPos=0.112 / I'm used

Re: [Flashcoders] xml parse question

2007-03-14 Thread Muzak
check the docs for XMLNode.attributes - Original Message - From: Carl Welch [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, March 15, 2007 2:11 AM Subject: [Flashcoders] xml parse question Hi coders, I just started working on a new

  1   2   >