[Flashcoders] How to realize clip with blur

2006-10-25 Thread Robert Was
? -- Robert Was ___ 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] MultiLanguage Character support

2007-01-05 Thread robert
perfect letter spacing and other treatments). -robert ___ 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

Re: [Flashcoders] hell with swapDepths

2007-01-15 Thread robert
how are you using it? post some code... On Jan 12, 2007, at 1:41 PM, sam rolfe wrote: Ok, so i thought I could use swapDepth in my class files with a heap of clips on stage, apparantly not. Does anyone have any tips on getting this going ? ___

[Flashcoders] flash on osx thru parallels/bootcamp

2007-01-23 Thread robert
Hi I'm curious if anyone is using Flash IDE on OS X, but doing it thru Parallels. I'm on a Mac Book Pro with 2.33 GHz core duos and it feels like the same speed to publish on this or my old powerbook. I really noticed a difference when I ran a swf (it was only the flash player though).

Re: [Flashcoders] flash on osx thru parallels/bootcamp

2007-01-24 Thread robert
Thank you for your tips. I'm sorry I think I wasn't clear. Initially I ran a .swf in Parallels and the performance was incredible which ignited my interest to what else Parallels could do. I was thinking of using the Flash IDE for PC on my Mac via Parallels, that way the OS X doesn't need

Re: [Flashcoders] Re: flash on osx thru parallels/bootcamp

2007-01-24 Thread robert
On Jan 24, 2007, at 1:37 PM, Steven Sacks | BLITZ wrote: Have you tried FlashDevelop for Windows or TextMate for Mac? Yes, I really like TextMate and enjoying this 30-day trial. Now I'm using BBedit which is good but not well suited for actionscripting. Anyway my main curiosity is to

Re: [Flashcoders] path to upper level folder

2007-01-31 Thread robert
I think this is what you want: with this swf inside folder1-html: mc.loadMovie('../folder_with_images/image1.jpg') On Jan 31, 2007, at 8:27 AM, natalia Vikhtinskaya wrote: I have two folders.Each of them has html with swf. Swf loads images. www - folder_with_images - folder1-html and

Re: [Flashcoders] How to read variables from file into an array.

2007-03-07 Thread robert
I don't mean to derail this topic, but I have read about JSON so would this be an ideal spot for it? On Mar 7, 2007, at 7:50 AM, Hairy Dog Digital wrote: Why TEXT and not XML? -Original Message- From: Steve Abaffy [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 10:42 AM

Re: [Flashcoders] sync flv with swf

2007-04-04 Thread robert
Im just guessing but how about getting a percentage played of the swf using currentframe and totalframes, then using that number to target the matching playhead position in the flv. On Apr 4, 2007, at 6:02 AM, Ellen Sundh wrote: Hi! I have an identical movie in a swf file and as a flv.

Re: [Flashcoders] re: createTextField

2007-04-07 Thread robert
On Apr 6, 2007, at 10:06 AM, leolea wrote: Try adding: mytext.embedFonts = true; Also, put an empty dynamic textfield (offstage), select the font mysilkscreen and embed the characters you need. Should do it. I always thought adding a textfield to the stage was absurd so I've created a

Re: [Flashcoders] poll on editors/IDe

2007-04-08 Thread robert
I'm using BBedit! On Apr 8, 2007, at 9:31 AM, Ron Wheeler wrote: This is my list so far. FlashDevelop Flexbuilder SciTe Flash Eclipse with Flex SDK Eclipse with ASDT Eclipse with FDT Eclipse with HXDT Eclipse with EHX SEPY Actionscript editor Flash 9 IDE Flash 8 IDE Vim Notepad++ EditPlus

Re: [Flashcoders] setInterval woes

2007-04-20 Thread robert
pulling the data every time that frame comes up. Is this called on a timeline with many frames and no stop()? If so, I think you are setting a completely new interval on each loop of the frames. If you want this thing to fire once each minute put it somewhere outside of this loop of

Re: [Flashcoders] Flash 8 OSX - Classpath woes

2007-05-06 Thread robert
You can recreate a new test class that lives in classes directory? I don't think it is an issue, but what is the line-endings setting of the documents and document encoding? In PHP, there was some weird bug that if the document encoding was UTF-8 with BOM (Byte order mark) then PHP engine

Re: [Flashcoders] another stupid XML question

2007-06-09 Thread robert
for me i'd parse the entire xml in one go when the swf is loading. In parsing, save each subsection of the xml data into an array. When the button needs it, simply access the array. this is not a stupid question because I've seen similar scenarios in which the xml was completely reloaded

Re: [Flashcoders] How do I get rid of enhanced stroke?

2007-06-13 Thread robert
Recent versions of illustrator create enhanced strokes even if there is no enhancement. Save the file as a lower version (Flash 8 to Flash MX) then open it up and save again to your current version. The strokes should resolve themselves. With Flash CS3 this problem is fixed I think.

Re: [Flashcoders] getBytes...() works only local, not online (except when imgs are cached)

2007-06-15 Thread robert
I'm certain some of the real coders on this list can optimize this or point out its faults but it worked for me on a few projects: // iterate thru a list of items for loading len = items.length _count = len + 1; for (var i:Number = 0; i len; i++) { loadItem(items[i]); } function

Re: [Flashcoders] loading xml into flash in spanish(desperate)

2007-06-25 Thread robert
how about in your xml using the html codes: ñ = #241; é = #233; so señor is se#241;or also I think the texboxes would need to embed characters for ñ and é. On Jun 25, 2007, at 11:50 AM, Gustavo Duenas wrote: I'm still stuck on this... would somebody help me, I don't know why this flash

Re: AW: [Flashcoders] Turn image around effect?

2007-06-29 Thread robert
Maybe it is some variation of the pageflip: http://www.iparigrafika.hu:16080/pageflip/ On Jun 29, 2007, at 4:12 AM, Jiri Heitlager | dadata.org wrote: Hmmm, i would also really like to know how they did that. It seems to be running in as2 FP8, so that probably rules out papervision.

Re: [Flashcoders] Tips and advice for online bugtracking

2007-07-10 Thread robert
On Jul 10, 2007, at 5:33 AM, Marcelo Wolfgang wrote: Hi all, I have the type of problem I hate the most when developing flash. My swf works fine locally, but it doesn't work at all on the web. And I'm about as clueless one can be about debuggin this kind of problem. So... can anyone

Re: [Flashcoders] Timeline instance problem

2007-08-06 Thread robert
On Aug 6, 2007, at 2:22 AM, Muzak wrote: My problem comes down to that much of the code is dealing with defining code for different events for movie clips in my movie. But a lot of these movie clips have not yet appeared on the timeline when the movie start, and when the constructor for

Re: [Flashcoders] long dash

2007-08-23 Thread robert
how about just buying a math font and embedding it? http://www.adobe.com/type/browser/P/P_1423.html On Aug 23, 2007, at 1:07 PM, natalia Vikhtinskaya wrote: But how that help to show: 1/3 of 9 with horizontal line? 2007/8/23, Hershell Bryant [EMAIL PROTECTED]: Will your design allow you

Re: [Flashcoders] Interfaces

2008-04-01 Thread robert
On Apr 1, 2008, at 1:19 PM, Omar Fouad wrote: list, I've been reading tons of books and I still can't get the concept of Interfaces. Can someone explain it with an easy example for me? Help will be really appreciated. This guy's example gave me a good foothold. Maybe it will help:

Re: [Flashcoders] Dynamically changing FLV framerate

2008-04-09 Thread robert
Depends on the length of your video, but might be more efficient to render the video at an alternative speed. Not exactly the same as your case, but this is especially better when doing something like playing the movie backwards, that is, do a separate and complete rendering of the movie

Re: [Flashcoders] OT: php forum

2008-04-17 Thread robert
PHP Builder is pretty great. There is even a section code critique which is helpful. http://phpbuilder.com/board/ On Apr 17, 2008, at 10:53 AM, Jer Brand wrote: The open forum/programmers symposium on arstechnica.com is a pretty good resource for most languages including PHP, though

Re: [Flashcoders] Double lines from PHP

2008-04-18 Thread robert
no idea what your form data in php looks like, but you could probably use nl2br in there and the output (xml?) doesn't include \n or \r but simply br as needed. Anyway I think on Windows you get a \r\n combo. for flash, you need to strip out the \r. then \n remains and as far as I recall

Re: [Flashcoders] Reloading Dynamic Text

2008-04-19 Thread robert
you may need to include a random digit to prevent caching especially if mid is the same value each time the function attempts to load the php page. var rand:Number = Math.floor(Math.random() * 100) loadVariablesNum(live_flash.php?mid=+mid+r=+rand, 0, GET); On Apr 19, 2008, at 12:43 PM,

Re: [Flashcoders] Reloading Dynamic Text

2008-04-19 Thread robert
somehow i don't think your sendAndLoad is correct. does the value for mid change at all when the interval is reached? until then, this code should be able to update the textfield as the output from the php changes. function reloadPHP() { loadVariables(fl_url, _root); } rand =

Re: [Flashcoders] Need Help from Techies

2008-04-26 Thread robert
I'm not entirely understanding what the problem is, but a JSFL script is good for going thru timelines and can be used to evaluate what is where. or Distribute to layers should separate them out? On Apr 25, 2008, at 5:17 PM, [EMAIL PROTECTED] wrote: Hi All, I have a problem that I

[Flashcoders] smooth animation

2008-06-06 Thread robert
to the viewing hardware? Thank you very much robert ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] smooth animation

2008-06-06 Thread robert
Hi all Thank you for the feedbacks and pointers to possible trouble spots. At this point I am getting info on the client's hardware but I suspect I'll be back with a url for other opinions :/ well it is Friday at least :) robert On Jun 6, 2008, at 9:12 AM, Zeh Fernando wrote: It depends

RE: [Flashcoders] Macromedia unveiling Flex 2andFlash9:communicationor cacophony ?

2005-10-19 Thread Robert Edgar
Just like Flash 8 feature requires Flash 8 Pro IDE Well thats wrong for a start... I can have 8 features even without any IDE, the feature are in the player, and as long as I can compile with MTASC I can have 8 features. The analogy is way off base. At least I never saw signs of this from

RE: [Flashcoders] Undefined and null in Flex2

2005-10-21 Thread Robert Edgar
if(x!=null) Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Spike Sent: Friday, October 21, 2005 5:42 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Undefined and null in Flex2 Hi Robert, Gordon Smith from Macromedia posted

RE: [Flashcoders] Undefined and null in Flex2

2005-10-21 Thread Robert Edgar
has a default value of null. -- This is an alpha, so there are probably still some inconsistencies in the docs and APIs. mike chambers [EMAIL PROTECTED] Robert Edgar wrote: Thanks spike for taking the time to reply but... Calling it legacy seems to contradict the current AS3 docs

Re: [Flashcoders] Cyclic dependencies and strong typing - bug?

2005-10-22 Thread Robert Tweed
Robert Edgar wrote: Use events I'm not sure I follow you on this one. My understanding is that buttons and movieclips can generate events that are handled slightly differently to normal function calls, but other events, particularly inter-object messages, are just standard function calls

Re: [Flashcoders] Cyclic dependency bug, simplified

2005-10-26 Thread Robert Tweed
, if no-one else. If I don't get any response I'll post to the wishform, of course, but in that case I don't expect to ever hear anything back about it - that's just Macromedia policy. - Robert ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Flash vs Flex

2005-10-27 Thread Robert A. Colvin
Flex is for rapid app development using existing components. Flash will be needed to create the components/GUI etc... So I would say that flash is to Flex as Photoshop/fireworks is to Dreamweaver... (but a lot more complex) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Flashcoders] alleviating memory

2005-10-28 Thread Robert Wąs
Browser caches swfs, you can load yout images/swfs into blank mc, unload. Your destinaton swfs you can yust make by loadmovie, plugin get them from cache. Robert Wąs, Guillermo Torres Troconis wrote: In this project I am dealing with 495 images, they are big. I have them grouped

Re: [Flashcoders] Re: Newbie AS3 question

2005-10-29 Thread Robert Tweed
importing the package. Which is easier to read? - Robert ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Newbie AS3 question

2005-10-31 Thread Robert Tweed
that, although I don't have time to try any of them just now. A decompiler probably won't tell you anything, because the decompilers job is by definition, to reconstruct the source code, not show you the bytecode. - Robert ___ Flashcoders mailing list

Re: [Flashcoders] Strict Datatyping Question

2005-10-31 Thread Robert Tweed
, authoritative declaration. - Robert ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Newbie AS3 question

2005-10-31 Thread Robert Tweed
Ian Thomas wrote: Unless someone has coded a very odd compiler*, ... *But then, it _is_ Macromedia. You never know. ;-) Yes, it _is_ Macromedia :-) For a very odd compiler, look no further than Lingo. - Robert ___ Flashcoders mailing list

Re: [Flashcoders] Newbie AS3 question

2005-10-31 Thread Robert Tweed
( this ); }; _xmlDoc.load( url ); } } Clearer? The original version isn't defining a method for the class, it's defining a function and assigning it to a variable. In the spirit of calling a spade a spade, it's better to define an anonymous function where it's actually used. - Robert

RE: [Flashcoders] Help For Custom Components

2005-11-03 Thread Robert Edgar
Hmm, We bought AS2Doc a year ago, its good, probably still the best around(due to lack of any real competition) but... the bad news is AS2Doc development was abandoned in March and now there is no support whatsoever or bug fixes or new releases coming ever... There are a number of bugs, like some

Re: [Flashcoders] Loop thru LoadVars in the good sense

2005-11-14 Thread Robert Wąs
I you have order and i think the same length. Simpler - ?variables=1,2,3 var lv:loadVars //etc var orderedVars=lv.variables.split(,) Robert Wąs Flapflap wrote: Hi there, If I got a file with this kind of data : a=1 b=2 c=3 and I load it into a LoadVars object. How can I loop so my vars

Re: [Flashcoders] rotate mc through press+drag?

2005-11-14 Thread Robert Wąs
I explayned only an idea. I can't help you ;) especially if i not see your code. Robert Wąs Amanda Kuek wrote: I gave this a go, (and fixed up a few things) but for some reason, the function rootateLoop is never actually called. Would you have any idea why? On 14/11/05, Robert Wąs [EMAIL

Re: [Flashcoders] LoadVars + sendAndLoad + PERL + FireFox = Problem

2005-11-16 Thread Robert Wąs
=/my_next_page.html//throws security restriction location=http:domain.com/my_next_page.html//ok } Robert Wąs Philip Isaacs wrote: I've seen this posted on a number of websites, but not many useful solutions. I built this nifty application in Flash that reads data from an Oracle database via a Perl cgi

RE: [Flashcoders] Array Madness - test yourself

2005-11-20 Thread Robert Edgar
Why wouldn't you use splice(0)? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Winterhalder Sent: Sunday, November 20, 2005 12:16 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Array Madness - test yourself On 11/21/05, JesterXL [EMAIL

RE: [Flashcoders] Array Madness - test yourself

2005-11-20 Thread Robert Edgar
The problem with this code is that the thing you are checking (array.length) is also what your are decrementing (by poping) and when combined with an incremental counter it wont work. ie. Loop0 i=0 length=2 Loop1 i=1 length=1(cos weve pop'd one of the array) Loop2 nevers happens as ilength is

RE: [Flashcoders] Array Madness - test yourself

2005-11-21 Thread Robert Edgar
use array.pop(). offhand, could it be related to the fact that i'm referencing a static array? flash ide throws errors if i do anything but use static arrays in this class. judah Mark Winterhalder wrote: On 11/21/05, Robert Edgar [EMAIL PROTECTED] wrote: Why wouldn't you use splice(0

RE: [Flashcoders] Array Madness - test yourself

2005-11-21 Thread Robert Edgar
Winterhalder wrote: On 11/21/05, Robert Edgar [EMAIL PROTECTED] wrote: Why wouldn't you use splice(0)? because i wouldn't have thought of that :) seriously, splice obviously is the best solution. Judah: no, i don't remember ever needing to do that, and frankly, can't think

RE: [Flashcoders] Array Madness - test yourself

2005-11-21 Thread Robert Edgar
in isolation. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Edgar Sent: Sunday, November 20, 2005 10:12 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Array Madness - test yourself Well... does not work: array.slice(0

RE: [Flashcoders] Way to get URL of host page?

2005-11-21 Thread Robert Chyko
Haven't actually used this.. But it seemed pretty cool when I initially checked it out www.mochibot.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karthik Sent: Saturday, November 19, 2005 4:16 AM To: Flashcoders mailing list Subject: Re:

RE: [Flashcoders] Loading Different Size MovieClips depending on theResolution.

2005-12-02 Thread Robert Chyko
Without double checking... I believe System.capabilities returns the maximum resolution the machine is capable of displaying, not necessarily the resolution that is currently being used. Your best bet would probably be going with a JavaScript resolution detection script and then basing your code

[Flashcoders] Dynamically Resizable Objects

2005-12-02 Thread Robert Sandie
Anyone seen any examples/tutorials/components of dragable content: For example: === | | | | * could be resized to: = |

RE: [Flashcoders] Who wants MIDI in the Flash Player?

2005-12-07 Thread Robert A. Colvin
http://www.richapps.de/?p=23 check it out..;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Wednesday, December 07, 2005 8:07 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Who wants MIDI in the Flash Player? the 8.5

RE: [Flashcoders] Re: Slightly OT: Jaws

2005-12-07 Thread Robert A. Colvin
Has anyone with response.write in .net and Jaws? How is it possible to get jaws to see the flash Object if it is written to the page??? cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Naveen Sent: Wednesday, December 07, 2005 5:31 AM To:

RE: [Flashcoders] getting XY of caret or selection in textField

2005-12-08 Thread Robert A. Colvin
No -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fla coder Sent: Thursday, December 08, 2005 7:44 AM To: Flashcoders mailing list; Open Source Flash Mailing List Subject: [Flashcoders] getting XY of caret or selection in textField Hi there I'm taking

RE: [Flashcoders] Display same value in 3 fields

2005-12-08 Thread Robert Chyko
Or even just a function.. public function updateDisplay(str:String):Void{ Field1.text = str; Field2.text = str; Field3.text = str; } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Boutin Sent: Thursday, December 08, 2005

[Flashcoders] AS 2 Class Structure Question

2005-12-10 Thread Robert Sandie
assistance on this structure. Thanks! Robert Sandie ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] AS2, FLVPlayback, and Cuepoints

2005-12-10 Thread Robert Sandie
Have been working with a class and have been trying to bring up ASCuepoints: class FLVPlayer { private var theVideo:FLVPlayback; private function FLVPlayer ( mc:MovieClip) { theVideo = FLVPlayback(mc.theVideo); theVideo.addASCuepoint(3, a cuepoint);

Re: [Flashcoders] AS2, FLVPlayback, and Cuepoints

2005-12-10 Thread Robert Sandie
Figured it out... When using FLVPlayback if you declare addASCuepoint before you set the contentPath it will not load. Robert Sandie wrote: Have been working with a class and have been trying to bring up ASCuepoints: class FLVPlayer { private var theVideo:FLVPlayback; private function

[Flashcoders] Success Stories with Flash Friendly CVS Systems?

2005-12-12 Thread Robert Sandie
On my fourth large flash project and have yet to come up with a sound CVS system/workflow for Flash. Does anyone have any best practice stories regarding version control and integration into web development projects? Would love to hear. Robert Sandie

RE: [Flashcoders] Re: Slightly OT: Jaws

2005-12-12 Thread Robert A. Colvin
Solved. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert A. Colvin Sent: Wednesday, December 07, 2005 11:24 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Re: Slightly OT: Jaws Has anyone with response.write in .net and Jaws? How

Re: [Flashcoders] Success Stories with Flash Friendly CVS Systems?

2005-12-12 Thread Robert Sandie
when working with binary assets which can't be merged, etc. e.d. On 12/12/05, Robert Sandie [EMAIL PROTECTED] wrote: On my fourth large flash project and have yet to come up with a sound CVS system/workflow for Flash. Does anyone have any best practice stories regarding version control

[Flashcoders] Eclipse FlashOut Setup Question

2005-12-14 Thread Robert Sandie
Making the switch from SEPY to Eclipse and am having an issue with Eclipse V3.1.1 and FlashOut. Everything is setup including MTASC and ASDT but FlashOut is not showing up in the preferences bar. I downloaded the FlashOut Package and unzipped the com.patapenko.flashout_0.1.6 package in

Re: [Flashcoders] Eclipse FlashOut Setup Question

2005-12-14 Thread Robert Sandie
Sometimes its the simple things. Just had to -clean the directory. Also found a fairly useful tool for generating actionscript with UML: http://www.darronschall.com/weblog/archives/000174.cfm Robert Sandie wrote: Making the switch from SEPY to Eclipse and am having an issue with Eclipse

[Flashcoders] SWF Scaling Questoin

2005-12-14 Thread Robert Sandie
Was testing the scale features inside of Flash with an FLVPlayback component. Ran the simple script below. I would assume that when you move the debug screen the video object would stay the same size as the screen. This was not the case. I guess its a question of what absolute zero (0,0) is on

RE: [Flashcoders] No consecutive onRelease() events?

2005-12-16 Thread Robert Chyko
I have run into something similar in the past. Try using something like: Selection.setFocus(myButton); At the end of your code that handles the click. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Friday, December 16, 2005

RE: [Flashcoders] No consecutive onRelease() events?

2005-12-16 Thread Robert Chyko
Are you using the Button component, or a button symbol? And that code is just being attached right to the button it seems.. Is that correct? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mendelsohn, Michael Sent: Friday, December 16, 2005 11:59 AM To:

Re: [Flashcoders] QTVR controlling in flash

2005-12-17 Thread Robert W
If i properly understand your question - controlling quicktime vr panoramic movies means using methods of activex/plugin you have reference on http://developer.apple.com/documentation/QuickTime/Conceptual/QTScripting_JavaScript/index.html#//apple_ref/doc/uid/TP40001526 Life is not simple if

RE: [Flashcoders] Who's using AS2 Flash remoting with Server SideActionscript?

2005-12-18 Thread Robert A. Colvin
FlashCom developers are using AS and not it is not AS 2.0. But it is AS more heavily tied to JavaScript so we have native functions available like REGEX. Do realize Flash com is not an application layer its more of a proxy server. cheers Robert From: [EMAIL

Re: [Flashcoders] Eclipse and Flash

2005-12-20 Thread Robert Sandie
flashextensions.com has screen tutorials using eclipse Fredrik Lantz wrote: Hi I am intrested in trying to develop with eclipse, does anyone have any good links to provide for seting things up. Happy for all help i can get. //Fredrik

RE: [Flashcoders] flash and cfm

2005-12-20 Thread Robert Chyko
The Remoting Gateway is built into the ColdFusion application server. You use the Remoting components on the Flash side. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corban Baxter Sent: Tuesday, December 20, 2005 12:50 PM To: Flashcoders mailing

RE: [Flashcoders]flash 8.5 or 8 binary

2005-12-21 Thread Robert A. Colvin
Is it easily possible to create images from binary data today in Flash8? Or do we have to wait for 8.5? and What would the approach be in flash8? I wanted to get the creative pool of knowledge from our community to confirm my thoughts. Cheers Robert

RE: [Flashcoders] DataGrid scroll problem and Archive Access

2005-12-22 Thread Robert Chyko
Ran into this in the past... Here are 2 workarounds we received from our Macromedia (at the time) support rep. These workarounds fixed the issue in Flash Player 7, but I think they may have been broken by Player 8 - since I've received bug reports about this again since Player 8 has come out -

RE: [Flashcoders] Binary IO ?

2005-12-27 Thread Robert A. Colvin
Flexbuilder get it at labs.macromedia.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ribau Sent: Tuesday, December 27, 2005 12:30 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Binary IO ? How do we use AS3 ? I currently use Flash

RE: [Flashcoders] aseditor discussion

2005-12-27 Thread Robert A. Colvin
Primalscript is not too bad. But in many respects I prefer sepy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Napier Sent: Tuesday, December 27, 2005 2:25 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] aseditor discussion

RE: [Flashcoders] Camera oddities

2006-01-03 Thread Robert A. Colvin
Make sure you check your global settings for flash8---http://www.macromedia.com/support/documentation/en/flashpl ayer/help/settings_manager02.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de Boer Sent: Tuesday, January 03, 2006 10:33 AM

RE: [Flashcoders] Adding Texfield to MovieClip via Composition Class

2006-01-12 Thread Robert A. Colvin
You will need to use a separate function say : Public function applyText(name:String, target:MovieClip, depth:Number, x:Number, y:Number){ tab_mc = target.attachMovie(Tab, name, depth); } Don't forget if you are attaching this class to the library symbol, the first time it is used will

RE: [Flashcoders] Adding Texfield to MovieClip via Composition Class

2006-01-12 Thread Robert A. Colvin
; tab_mc.label_txt.setTextFormat(tab_fmt); } public function setPosition(x:Number, y:Number):Void { tab_mc._x = x; tab_mc._y = y; } } And used: var oTxt:Tab = new Tab(howdy,ds, 1); ds.howdy.label_txt.text = new text; Am I missing the problem? Cheers Robert -Original Message

RE: [Flashcoders] TreeDataProvider - There is no method withthename'addTreeNode'

2006-01-12 Thread Robert A. Colvin
). No? Cheers Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Weber Sent: Thursday, January 12, 2006 10:42 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] TreeDataProvider - There is no method withthename'addTreeNode' In the light

RE: [Flashcoders] Adding Texfield to MovieClip via Composition Class

2006-01-12 Thread Robert A. Colvin
the 'private' declaration was the problem so I switched it to 'public', but still no text field. Robert - I created a new sandbox, added your class code below then created a new Tab.fla in the same folder, added a new MovieClip to the Library named Tab, exported it for ActionScript: identifier: Tab

RE: [Flashcoders] Adding Texfield to MovieClip via Composition Class

2006-01-12 Thread Robert A. Colvin
don't think it would have compiled otherwise. I thought perhaps the 'private' declaration was the problem so I switched it to 'public', but still no text field. Robert - I created a new sandbox, added your class code below then created a new Tab.fla in the same folder, added a new MovieClip

RE: [Flashcoders] List Components, matrix data, and object properties

2006-01-12 Thread Robert Chyko
I don't use the List component that much, but I'd imagine it is the same functionality as the DataGrid... Each row is an object with a bunch of properties, but only the properties that there are columns for get displayed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Flashcoders] Automated interface testing

2006-01-17 Thread Robert Chyko
Anyone have any information on automated interface testing software that can work with Flash interfaces? As we transition more and more of our interface to Flash, our testing department is having a harder time writing their automated testing scripts. Apparently the only way they can currently

RE: [Flashcoders] Flash 8 Mac Projector - Remoting Issue

2006-01-18 Thread Robert A. Colvin
I have seen this before but it usually has to do with the player GC and how your declaring crutial vars. If you can post some code to target the issue Cheers Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lightmaker (James Laver) Sent

RE: [Flashcoders] Maintaining HTML special char codes in aHTMLtextfield?

2006-01-20 Thread Robert Chyko
.text = strConverted; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Chyko Sent: Friday, January 20, 2006 2:23 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Maintaining HTML special char codes in aHTMLtextfield? If you wanted

[Flashcoders] LoadMovie Problem with JPEGs

2006-01-22 Thread Robert Sandie
Having a problem loading in an image within an AS2 class and LoadMovie with jpegs. It loads the image perfectly but as soon as it does this it automatically deletes all existing variables that are running within the class. Instead of it losing all information upon loadMovie would like to keep it.

[Flashcoders] Load testing Flash Remoting

2006-01-23 Thread Robert Chyko
Has anyone had any experience with stress/load testing Flash-based web apps? Trying to find information about automated testing for Flash Remoting - the only information I found was about Segue's SilkPerformer being able to load test AMF calls in Flex applications. Bob Chyko Software

RE: [Flashcoders] Window Error wont go away

2006-01-27 Thread Robert Chyko
Is this line: var newWindow = PopUpManager.createPopUp(this, Window, true); inside some other piece of code and the this refernce is incorrect? Just throwing a guess out there cause this should work fine... Otherwise its possessed -Original Message- From: [EMAIL PROTECTED]

[Flashcoders] AS2 Method for Resizing Screen

2006-01-28 Thread Robert Sandie
I have been trying to use a delegate for the Stage and have been having problems: /* * This works but hate calling _root and would like to include a Boolean into the LetsResize function. */ private function mainController ( mc:MovieClip ) { var resizeThis = new Object();

RE: [Flashcoders] Re: Q: All OOP or ??????

2006-01-28 Thread Robert Sandie
Juegas, you nailed in on the head. It may be uncomfortable at first to create classes and may take an extra hour or two to create quality code. If you are interested in making a career of software development (assume so if you are on flashcoders list) and want to be involved with Rich-Internet

[Flashcoders] Standalone Flash EXE and PHP

2006-01-29 Thread Robert Sandie
Had the need to call a Flash Standalone EXE via PHP. Is it possible to pass it command line variables without integrating into an application like Screenweaver? -Rob ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] dateField and Remoting problem

2006-01-31 Thread Robert Chyko
Did you try using the DateFormat() function? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adams, Matt Sent: Monday, January 30, 2006 8:57 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] dateField and Remoting problem I've tried

RE: [Flashcoders] Tell me more about _global

2006-02-01 Thread Robert Chyko
Of Robert Chyko Sent: quarta-feira, 1 de Fevereiro de 2006 20:10 To: Flashcoders mailing list Subject: RE: [Flashcoders] Tell me more about _global I'm just curious to know what kind of projects these are that you are working on? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[Flashcoders] SSL and Flash in IE6

2006-02-14 Thread Robert Leisle
Hello group, I've run searches in the archives, google and other groups and am unable to find a cause for this: I've built a very simple Flash MX (6) test swf file, uploaded it to an http server. Its only task is to load a small data file (.txt) from another server (same domain) through

RE: [Flashcoders] detect events on an embedded clip

2006-03-03 Thread Robert Chyko
http://www.senocular.com/flash/tutorials/buttoncapturing/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of elr Sent: Friday, March 03, 2006 4:08 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] detect events on an embedded clip Thx John, But

Re: [Flashcoders] String problems?

2006-03-06 Thread Robert Leisle
What is it you're trying to do? Your code is written correctly to get the result you described. Is that not the result you were after? Flash Mel wrote: I am writing this wrong: controller_mc.attachMovie(gallery_mc, gallery_mc, 50); theGallery = controller_mc.gallery_mc; gallery_contains =

RE: [Flashcoders] oop[s?]

2006-03-10 Thread Robert Chyko
Your: class rect { needs to be: class com.drawing.rect { And Either move: private var ref:Object = target_mc; To outside the drawRectangle() function or drop the word private from the declaration. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of murder

RE: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Robert Chyko
If a DG row is highlighted it is just yourDg.selectedIndex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Guerra Sent: Friday, March 10, 2006 3:19 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] datagrid icon to delete a row. thanks

  1   2   3   >