[Flashcoders] RecordSet and patterns

2006-09-07 Thread Caruso Canepari
Hi, I found the RecordSet class very useful for e-commerce sites. Excluding MVC, could you tell me which design pattern is best suited for loading large recordsets and query them aside from the "real" database? - Yahoo! Mail: gratis 1GB per i mes

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Mick G
It's a consipiracy man! The job postings are secretly created by the egos on here that need to vent. They post a job posting, then vent about how job postings have nothing to do with coding. Eventually the debate dies until a few weeks later when it all starts up again. * * *watches thread fiz

RE: [Flashcoders] XML id attribute shortcut not working?

2006-09-07 Thread Mike Keesey
No prob! You could also use the associative array syntax: _xml["idMap"]["myID"] Altering the class is more elegant (and something Macromedia should have done in the first place, of course), but if someone else has to compile it, you may want to use the associative array cheat and mark it with a "

Re: [Flashcoders] Using TransitionManager..?

2006-09-07 Thread Rich Rodecker
hmmm...i use the transition manager frequently, never really had a problem with it, bit ive never tried using it with the bitmap filters. It's probably just a misprint in the email, but you for your first doTrans() call you dont have the mc's name in there right. On 9/7/06, slangeberg <[EMAIL

Re: [Flashcoders] XML id attribute shortcut not working?

2006-09-07 Thread Rich Rodecker
it should work...try using qutes maybe? trace(myXML["3"]); On 9/7/06, Rifled Cloaca <[EMAIL PROTECTED]> wrote: All, It seems to be due to a bug in the base XML class definition. If you want to use idMap in Flash 8, you'll need to edit your XML.as class to add the attrib. Thanks again! On

Re: [Flashcoders] XML id attribute shortcut not working?

2006-09-07 Thread Rifled Cloaca
All, It seems to be due to a bug in the base XML class definition. If you want to use idMap in Flash 8, you'll need to edit your XML.as class to add the attrib. Thanks again! On 9/7/06, Rifled Cloaca <[EMAIL PROTECTED]> wrote: Thanks, It works by itself, but if I try to use it in a class

Re: [Flashcoders] XML id attribute shortcut not working?

2006-09-07 Thread Rifled Cloaca
Thanks, It works by itself, but if I try to use it in a class with an XML object in it, I get: There is no property with the name 'idMap'. It's defined as type XML. What's up? Thanks! On 9/7/06, Mike Keesey <[EMAIL PROTECTED]> wrote: Use the XML.idMap property. ― Mike Keesey > -Orig

RE: [Flashcoders] XML id attribute shortcut not working?

2006-09-07 Thread Mike Keesey
Use the XML.idMap property. ― Mike Keesey > -Original Message- > From: [EMAIL PROTECTED] [mailto:flashcoders- > [EMAIL PROTECTED] On Behalf Of Rifled Cloaca > Sent: Thursday, September 07, 2006 3:27 PM > To: Flashcoders mailing list > Subject: [Flashcoders] XML id attribute shortcut not w

[Flashcoders] Please help me

2006-09-07 Thread Batista Mihai
Hello coders! Please help me..:D I have made a drop down menu in Flash and I want to use it in a html document. I want the submenus to be over a text to disappear the inestetic space between the menu and text. But I don't know how to dinamically resize the stage. I hope you will replay soon. Than

[Flashcoders] XML id attribute shortcut not working?

2006-09-07 Thread Rifled Cloaca
All, I have a large XML document with unique ID attributes that I'd like to access via the ID shortcut, like so: trace(myXML[3]); returns: ... It works fine when I publish to Flash 6, but publishing to anything greater returns undefined. Any thoughts? Thanks in advance!

[Flashcoders] Using TransitionManager..?

2006-09-07 Thread slangeberg
Anyone using Flash's built-in TransitionManager? I'm losing the transitions if I apply Bitmap filters (through the IDE) to a movieclip on the stage, which use the following code: import mx.transitions.*; import mx.transitions.easing.*; doTrans( Iris, Transition.OUT, _mc ); doTrans( Wipe, Transi

Re: [Flashcoders] xml flash into scroller

2006-09-07 Thread ::: curdiss
can i please take a look at the fla? i'm just starting to get the grips of this AS2 stuff and would love to check out your approach. thanks ahead of time, curt On 9/6/06, Anggie Bratadinata <[EMAIL PROTECTED]> wrote: Karlo Marcelo A. Estrada wrote: > Hello friends, > > I have an xml that I ju

[Flashcoders] FLVPlayback and Garbage Collection

2006-09-07 Thread Lori Hutchek
Hi All, I'm having an issue with the FLVPlayback component not actually clearing from memory after use. My application plays multiple videos over an extended period of time and I've noticed that as the user progress from one section to another with video playing the memory usage for th

Re: [Flashcoders] MovieClipLoader Reusage

2006-09-07 Thread Helmut Granda
thanks for your suggestion, still I cant get it to work. all I am trying to acomplish is a preloader that will load files in order so if it is done with 1 then load the next one and so forth. I have found some information in how to load 5 files at the same time. Also I was able to call the functi

Re: [Flashcoders] XMLSocket speed

2006-09-07 Thread Mattias Högnäs
Helo Jobe. Thanks for the quick response. I've tried your code and the LAN speed is around 100 ms. Could it be the way .NET setup the Socket (Im using the Socket class in C# .NET 2.0) together with flash that makes it slow over LAN? I will ask the "network-guy" if the router/switch is sniffing p

[Flashcoders] Remote access of local files: Possible anymore?

2006-09-07 Thread John Mark Hawley
I am looking for a way to get at some local SWFs from a remote HTML page. (Basically, I want to be able to offer high-quality installable assets on CD that can be used instead of the remote assets in case the user has a slow internet connection.) After a few failed attempts, I came across this a

[Flashcoders] inline images in a textarea

2006-09-07 Thread Rich Rodecker
ok, i know working with images in a text area is only going to lead me to heartache, but I've seen this done and if anyone can point me in the right direction that would be awesome. I have a chat app that im building with support for emoticons. everyhting works great except the smiley image alwa

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Rich Rodecker
hmm...why does posting a job about flash programming on the flashcoders list not seem to bother me at all? maybe because its totally relevant? On 9/7/06, bruce <[EMAIL PROTECTED]> wrote: if you have a job, then you might be upset by job postings!! if you don't have a job, then you're probab

Re: [Flashcoders] Flex and subversion don't play nice? - slightly OT

2006-09-07 Thread Johannes Nel
write your own ant script to compile On 9/7/06, hank williams <[EMAIL PROTECTED]> wrote: I havent figured it out yet, but I had to stop subversion with flex because it just acted wierd and kept screwing up and preventing me from updating. But I didnt work hard enough to figure out exactly what

Re: [Flashcoders] MovieClipLoader Reusage

2006-09-07 Thread Peter O'Brien
try subbing your code from onLoadComplete to an onLoadInit function, that looks like it should do the trick On 9/7/06, Helmut Granda <[EMAIL PROTECTED]> wrote: Can the MovieClipLoader class be reused? I have the following code: var myMCL:MovieClipLoader = new MovieClipLoader(); var myListener

Re: [Flashcoders] XMLSocket speed

2006-09-07 Thread Jobe Makar
Hi Mattias, You should expect a ping (1/2 the roundtrip) of about 3-5ms on a local network. Over the internet of course it varies greatly, but somewhere between 40ms and 100ms is typical (again, 1/2 the roundtrip). The discrepency in your measurements is most likely not due to Flash. I've cr

Re: [Flashcoders] Flex and subversion don't play nice? - slightly OT

2006-09-07 Thread hank williams
I havent figured it out yet, but I had to stop subversion with flex because it just acted wierd and kept screwing up and preventing me from updating. But I didnt work hard enough to figure out exactly what the problem is. Sucks though. Hank On 9/7/06, Chris Hill <[EMAIL PROTECTED]> wrote: We've

[Flashcoders] Flex and subversion don't play nice? - slightly OT

2006-09-07 Thread Chris Hill
We've just started some as3 and flex projects and are having some pretty weird problems with Flex copying .svn directories and wreaking havoc. http://www.jessewarden.com/archives/2006/02/subversion_flex.html After much head-scratching, we determined that this is what's happening to us. We put

[Flashcoders] indented text as xml alternative

2006-09-07 Thread Andreas R
It looks to me like everyone's basically just parsing their xml into object structures anyway, so i've been looking for alternatives to xml that are more easily edited in a text editor. Personally, when it comes to editing xml by hand (which happens more often than i'd like), i *curse* having t

[Flashcoders] MovieClipLoader Reusage

2006-09-07 Thread Helmut Granda
Can the MovieClipLoader class be reused? I have the following code: var myMCL:MovieClipLoader = new MovieClipLoader(); var myListener:Object = new Object(); myListener.onLoadComplete = function(targetMC:MovieClip):Void { trace("loaded" + targetMC); myMCL.loadClip("right2.swf", "img2");//-

[Flashcoders] XMLSocket speed

2006-09-07 Thread Mattias Högnäs
Hi all. Im running a speedtest on XMLSocket. Im using a simple XMLSocket.send and onData I send again and so on.. each time Im adding 1 to a couter and when starttime differs with 10 seconds from currenttime I divide the by 10 (To get median number of calls per second from the 10 seconds I've

Re: [Flashcoders] printing from context menu

2006-09-07 Thread Hans Wichman
Hi, ok tnx ill try that! grtz JC On 9/5/06, Martin Weiser <[EMAIL PROTECTED]> wrote: try to swotch off focusRect property ( i think it is global, see in the docs) MW Hans Wichman wrote: > Hi list, > if i right click my flash content and print it, it prints correctly > except > for the textfi

RE: [Flashcoders] Job postings ok?

2006-09-07 Thread bruce
if you have a job, then you might be upset by job postings!! if you don't have a job, then you're probably looking to respond to as many 'valid/legitimate' job opportunities as possible. the majority of people would in all honesty, respond to the position, as opposed to the mailing list. for the

[Flashcoders] RE: Q:Reduce file size of mx.transitions.Tween ??

2006-09-07 Thread Jack Doyle
This is exactly why I wrote the TweenLite class. It only adds about 2k to your file and has some features that the Tween class doesn't. You can download it at http://www.greensock.com/ActionScript/TweenLite.zip There's some brief documentation at the top of the file, but let me know if you have an

Re: [FlashCoders] XRay _global tree

2006-09-07 Thread Dimitrios Bendilas
Hi John, Thank you for the link. It's a web-based interface as I saw. I didn't get it to work unfortunately, eventhough I allowed every connection I was asked for. I'll give it another try today. Thanks for checking the files I sent! Dimitrios - Original Message - From: "John Grden"

Re: [Flashcoders] Tween Class with Set Interval deletion

2006-09-07 Thread Telmo Dias
Try: myTimeTween .stop(); ;-) Telmo Helmut Granda wrote: I have a small piece of script that was passed down to me and I cant figure out how to stop it from executing: var interval:Number = 60; myTimeTween = new mx.transitions.Tween(pBar, "_height", mx.transitions.easing.None.easeNone,0,162,

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread JOR
// taking into account false evaluation of the expression offTopic = (!codeRelatedPost); LOL, just trying to figure out a way (albeit a stretch) to get this thread on-topic. ;) James O'Reilly www.jamesor.com Mike Britton wrote: I'm surprised people are ok w/ job posts here. if (!codeRelate

[Flashcoders] Job Posting - for real!

2006-09-07 Thread Michael Levine
Thanks and sorry to cause a mini-debate! Onto the job posting already!: Pileated Pictures is looking for senior level freelance Flash programmers with a wide array of experience making flash based games. Multiplayer Flash game experience and knowledge is a major plus. Pileated has been making Fla

RE: [Flashcoders] Tween Class with Set Interval deletion

2006-09-07 Thread Keith Reinfeld
Glad to help, Helmut. If you are interested, the Tween Class methods are documented in the Flash 8 Help under Components Language Reference>Tween Class. Regards, -Keith http://home.mn.rr.com/keithreinfeld -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread hank williams
Can a FlashJobPosts list be started? Job posts show us options, sure, but they aren't about code, they are about jobs. Sure a list could be started. But I doubt anyone except you wants another list or wants to change anything. Hank ___ Flashcoders@c

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Alias™
How about: Job posts are OK, as long as people only reply to them offlist? HTH Alias On 07/09/06, Mike Britton <[EMAIL PROTECTED]> wrote: I'm surprised people are ok w/ job posts here. if (!codeRelatedPost) offTopic = true; Can a FlashJobPosts list be started? Job posts show us options

Re: [Flashcoders] [JOB] Sr. Flash/AS Programmers (4), Los Angeles, CA | 70-125k

2006-09-07 Thread Alias™
Can we end this OT please? This is far more annoying than the original job post, which we've established was within the acceptable bounds of the list etiquette. Thanks, Alias On 07/09/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: And a Sydney user group posting here is like jumping up on stage

Re: [Flashcoders] >> Special vars and Addition

2006-09-07 Thread Helmut Granda
rec2.text = Number(s0) + Number(s1); On 9/7/06, Laurent CUCHET <[EMAIL PROTECTED]> wrote: I import data from a db with flashsql and its ok for that. When I try to add the 2 values, a simple + funtion it concatene and not add ... var s0:Number = flashSQL.MoveNext.var80;// for exemple value =12

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Mike Britton
I'm surprised people are ok w/ job posts here. if (!codeRelatedPost) offTopic = true; Can a FlashJobPosts list be started? Job posts show us options, sure, but they aren't about code, they are about jobs. Mike ___ Flashcoders@chattyfig.figleaf.co

RE: [Flashcoders] [JOB] Sr. Flash/AS Programmers (4), Los Angeles, CA | 70-125k

2006-09-07 Thread Merrill, Jason
And a Sydney user group posting here is like jumping up on stage in the middle of the play in New York with an advertisement for a coffee shop in Sydney. ;) Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions _

Re: [Flashcoders] Tween Class with Set Interval deletion

2006-09-07 Thread Helmut Granda
I can be sure I tried that and didnt work when I tried. but yet again I have been looking at the same code for hours so I might have thought I did. Anyways, Thanks for the tip it works great! On 9/7/06, Keith Reinfeld <[EMAIL PROTECTED]> wrote: myTimeTween.stop(); -Keith http://home.mn.rr.co

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Martin Wood
yes. Michael Levine wrote: Hi I just joined this list per someone¹s recommendation. I wanted to ask before I ruffle any list-feathers ­ are job postings ok? Thx Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or sear

[Flashcoders] >> Special vars and Addition

2006-09-07 Thread Laurent CUCHET
I import data from a db with flashsql and its ok for that. When I try to add the 2 values, a simple + funtion it concatene and not add ... var s0:Number = flashSQL.MoveNext.var80;// for exemple value =12 rec0.text = s0; var s1:Number = flashSQL.MoveNext.var81;// for exemple value =24 rec1.text = s

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread hank williams
lol. Get a dictionary. Unethical is shooting someone, stealing, lying, spamming, and perhaps other things you could educate us about. Posting a job to a list where the administrator (Dave Watts), says it's ok would not seem to qualify. Perhaps its unethical on [EMAIL PROTECTED], but on flashcode

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Adam Colpitts
I love seeing the job postings while I'm up to my eyeballs in code for an app that is helping some guy in a suit do his job better... love seeing my options, alongside fixes/bugs/etc! Let's kill this thread post your positions! On 9/7/06, Mike Britton <[EMAIL PROTECTED]> wrote: imho it's a

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Count Schemula
Especially from a gmail user, is there anything easier than killing or deleting a well titled thread if you don't like it? I like seeing what jobs are out there and what skills and pay go with it. So far, the offers are few and far between, and are usually high level, not the hip-hip we need Flas

RE: [Flashcoders] Job postings ok?

2006-09-07 Thread Adams, Matt
I love irony. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Britton Sent: Thursday, September 07, 2006 11:36 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Job postings ok? imho it's a distraction from the point of the list, whi

Re: [Flashcoders] [JOB] Sr. Flash/AS Programmers (4), Los Angeles, CA | 70-125k

2006-09-07 Thread Mike Britton
This is a ridiculous analogy, but to me, a job post here is kind of like jumping up on stage in the middle of a play with an advertisement for a nearby coffee shop. You have the target demographic's attention, but not in context. Mike ___ Flashcoders@c

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
This projector is actually being launched from a java app and talks using a socket. So I'll just pass in whatever the drive letter is, as discovered by the java app and build the full path. That should work... -kent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Nick Weekes
Couldn’t you use the _url property of the parent MC to return the fully qualifed path to the swf (including the drive letter)? Then do a _url + relativePathtoFLV? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helmut Granda Sent: 07 September 2006 16:22

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Derek Vadneau
If your SWF is running on the same drive as the FLV, _level0._url contains everything you need. Derek Vadneau - Original Message - From: "Helmut Granda" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Thursday, September 07, 2006 11:22 AM Subject: Re: [Flashcoders] Flv's play

Re: [Flashcoders] Job postings ok?

2006-09-07 Thread Mike Britton
imho it's a distraction from the point of the list, which is coding, and for this reason it's borderline unethical. Just my opinion. Mike ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.

RE: RE: [Flashcoders] ComboBox,Depth,& Draw API - Bug?

2006-09-07 Thread Merrill, Jason
Ah! Good idea. I never thought of that, and wish I had yesterday Thanks, I'll give that a go Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] O

RE: [Flashcoders] Tween Class with Set Interval deletion

2006-09-07 Thread Keith Reinfeld
myTimeTween.stop(); -Keith http://home.mn.rr.com/keithreinfeld -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helmut Granda Sent: Thursday, September 07, 2006 9:54 AM To: Flashcoders mailing list Subject: [Flashcoders] Tween Class with Set Interval

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Derek Vadneau
I would say that you should use the full path if you are playing locally. There seems to be no problem with relative paths on the web for FLVs, but relative paths for local FLVs seems to be hit and miss. Specifying the full path in all (local) cases wouldn't be a bad thing. Derek Vadneau

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Helmut Granda
the tricky part is to find what drive letter it is for the person that is using your app, as you know some people have more than 1 external drive runing. I wonder if a for loop would fix the case. On 9/7/06, Éric Thibault <[EMAIL PROTECTED]> wrote: If I understand correctly, I can use relativ

Re: RE: [Flashcoders] ComboBox,Depth,& Draw API - Bug?

2006-09-07 Thread John Mark Hawley
I almost always shoehorn all my v2 components into their own movieclips so I can ignore DepthManager completely. If each lives in a separate clip, you know they can't interfere with the drawing API. -mark > > From: "Merrill, Jason" <[EMAIL PROTECTED]> > Date: 2006/09/07 Thu AM 09:31:14 CDT > T

Re: [Flashcoders] Re:Adjust .swf to 100 % to screen size

2006-09-07 Thread Mike Britton
Jorge, here's an example of using ExternalInterface to send stage dimensions to JavaScript. http://www.randomusa.com/flash/downloads/externalInterface_screenDimensions.zip Hope I'm not OT on this one. Mike ___ Flashcoders@chattyfig.figleaf.com To chan

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
Well the issue wasn't that it was a remote or removable drive. It had to do with the FAT32 file system on that drive. The project worked perfectly on an NTFS formatted USB drive and again wouldn't work on a local FAT32 drive. So it's all in the formatting baby ;) -kent -Original Messag

[Flashcoders] Job postings ok?

2006-09-07 Thread Michael Levine
> Hi > > I just joined this list per someone¹s recommendation. I wanted to ask before I > ruffle any list-feathers ­ are job postings ok? > > Thx > > Mike -- Michael Levine Pileated Pictures http://www.pileated.com 413-625-8551 ___ Flashcoders@ch

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Éric Thibault
If I understand correctly, I can use relative path if project is on a CD, the WEB or on a local drive but have to use absolute path if its on a removable or remote drive? :-\ Thanks for the clarifications! :-) Kent Haynes a écrit : Yeah it worked...thanks John -kent -Original Messag

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread John Grden
\m/ On 9/7/06, Kent Haynes <[EMAIL PROTECTED]> wrote: Yeah it worked...thanks John -kent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: Thursday, September 07, 2006 8:34 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flv'

[Flashcoders] Tween Class with Set Interval deletion

2006-09-07 Thread Helmut Granda
I have a small piece of script that was passed down to me and I cant figure out how to stop it from executing: var interval:Number = 60; myTimeTween = new mx.transitions.Tween(pBar, "_height", mx.transitions.easing.None.easeNone,0,162,interval,true); I have tried different methods: delete myTim

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
Yeah it worked...thanks John -kent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: Thursday, September 07, 2006 8:34 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flv's playing in a projector from usb drive try the drive le

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
Well that's what I was using I'm sorry I should have been more clear. My String was "\\English\\flv\\myFlv.flv" But under FAT32 it appears it does have to be "c:\\english\\flv\myFlv.flv" that works. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of And

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
Yep that did it... Thanks everyone -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Thursday, September 07, 2006 8:27 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Flv's playing in a projector from usb drive Try the drive

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread John Grden
try the drive letter On 9/7/06, Kent Haynes <[EMAIL PROTECTED]> wrote: Okay we're accessing them with relative paths. The exe is located at the base of the directory and the flv's are in "\english\flv\myFlv.flv" So I'm doing FLVPlayback.contenPath = "\english\flv\myFlv.flv" Do I need to have

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread André Goliath
>> FLVPlayback.contenPath = "\english\flv\myFlv.flv" that should be FLVPlayback.contenPath = "english\\flv\\myFlv.flv" I think -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kent Haynes Sent: Thursday, September 07, 2006 4:20 PM To: Flashcoders mai

RE: [Flashcoders] ComboBox,Depth,& Draw API - Bug?

2006-09-07 Thread Merrill, Jason
Thanks, I tried kTop and kTopmost as well, and it didn't work either. There is some kind of conflict between V2 components and the draw API depth which I can't seem to get DepthManager to solve. Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions

Re: [Flashcoders] Q:Reduce file size of mx.transitions.Tween ??

2006-09-07 Thread John Mark Hawley
Steal the actual math from the Easing classes you want to use and shoehorn them into ugly, small onEnterFrame functions. > From: [EMAIL PROTECTED] > Date: 2006/09/07 Thu AM 08:47:29 CDT > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Q:Reduce file size of mx.transitions.Tween ??

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread eric dolecki
Try the drive letter (full path) On 9/7/06, Kent Haynes <[EMAIL PROTECTED]> wrote: Okay we're accessing them with relative paths. The exe is located at the base of the directory and the flv's are in "\english\flv\myFlv.flv" So I'm doing FLVPlayback.contenPath = "\english\flv\myFlv.flv" Do I

[Flashcoders] Re:Adjust .swf to 100 % to screen size

2006-09-07 Thread Jorge Larraya
Adjust the .swf to 100 % to screen size I have a Java script code to recognize the size of the screen , but I do not know where to insert those variables al the flash code, please I need a hand here. Thanks Jorge From: "Johannes Nel" <[EMAIL PROTECTED]> Reply-To: Flashcoders mailing list

RE: [Flashcoders] ComboBox,Depth,& Draw API - Bug?

2006-09-07 Thread Pete Miller
I think you want to avoid using kCursor. That is a special level reserved for, you got it, the cursor. There is also another special reserved level for combobox dropdowns which is set high enough to be above all normal levels. Try creating your combobox and the movieclip using DepthManager.kTop

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
Okay we're accessing them with relative paths. The exe is located at the base of the directory and the flv's are in "\english\flv\myFlv.flv" So I'm doing FLVPlayback.contenPath = "\english\flv\myFlv.flv" Do I need to have the drive letter in there as well? I just tried changing the publish set

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Derek Vadneau
Have you tried specifying a full path, i.e. E:\english\flv\Classroom.flv ? Unless you are specifying that in AS, then it's: myflvpb.contentPath = "E:\\english\\flv\\Classroom.flv"; Just a thought. Derek Vadneau - Original Message - From: "Kent Haynes" <[EMAIL PROTECTED]> To: "Flashcod

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread John Grden
also, try setting your publish settings for Flash 8 to "access network only" and see if that helps, after you get the drive letter thing worked out. On 9/7/06, John Grden <[EMAIL PROTECTED]> wrote: If you use a UNC url you can't load/play FLV's - it won't work. you have to have a drive letter

Re: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread John Grden
If you use a UNC url you can't load/play FLV's - it won't work. you have to have a drive letter mapped. I assume, though, that your USB has a drive letter - yes? bad: \\serverName\folder\myfile.flv good: J:\folder\myfile.flv On 9/7/06, Kent Haynes <[EMAIL PROTECTED]> wrote: I just gave th

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
I just gave that a shot and no luck. Thanks for the idea though... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guy McLoughlin Sent: Wednesday, September 06, 2006 7:08 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Flv's playing in a proje

Re: [Flashcoders] Q:Reduce file size of mx.transitions.Tween ??

2006-09-07 Thread Count Schemula
maybe edit and rename the .as file and get rid of the Tweens you don't need? they are in the FirstRun Classes folder or something like that. On 9/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi Working on a project where file size is important...and the built in mx.transitions.Tween come

[Flashcoders] Q:Reduce file size of mx.transitions.Tween ??

2006-09-07 Thread bitstreams
Hi Working on a project where file size is important...and the built in mx.transitions.Tween comes in at over 6k. Any suggestions to reduce the size? Thanks! Jim bBachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca "...all improvi

Re: [Flashcoders] [JOB] Sr. Flash/AS Programmers

2006-09-07 Thread Martin Wood
And sometimes the user group meetings do some web broadcasts so I always check whats going on :) Count Schemula wrote: That's why I think the main requirement was city name in the title, so, people could delete them if they were geographically irrelevant. On 9/7/06, Merrill, Jason <[EMAIL PROT

Re: [Flashcoders] Xray trace problem

2006-09-07 Thread John Grden
man sorry about that Cosmin - so was the issue that you were running the SWF interface in the Flash 8 player in the browser/player? Thanks for letting me know, jpg On 9/7/06, Cosmin Cimpoi <[EMAIL PROTECTED]> wrote: Me again. It seems that it is a Player issue. Using the "Windows Projector -

RE: [Flashcoders] Flv's playing in a projector from usb drive

2006-09-07 Thread Kent Haynes
It's an adobe projector -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robin Burrer Sent: Wednesday, September 06, 2006 5:18 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Flv's playing in a projector from usb drive What kind of projector is

Re: [Flashcoders] [JOB] Sr. Flash/AS Programmers (4), Los Angeles, CA | 70-125k

2006-09-07 Thread Count Schemula
That's why I think the main requirement was city name in the title, so, people could delete them if they were geographically irrelevant. On 9/7/06, Merrill, Jason <[EMAIL PROTECTED]> wrote: but Sydney user groups have no value to me. But that's just me. :) -- count_schemula http://www.thelar

RE: [Flashcoders] [JOB] Sr. Flash/AS Programmers (4), Los Angeles, CA | 70-125k

2006-09-07 Thread Merrill, Jason
Personally, I think Job postings are OK, when I was searching, it helped me get in touch with some potential employers and I had 2 interviews from those posts. To me, it's the Sydney user group meeting announcements that are annoying. Dave said that was OK too, but there are FREE mailing list set

Re: [Flashcoders] [JOB] Sr. Flash/AS Programmers (4), Los Angeles, CA | 70-125k

2006-09-07 Thread hank williams
Actually, Dave Watts (list admin) has said numerous times that job postings are ok on flashcoders, so it seems to me beau is showing plenty of respect. Hank On 9/7/06, Mike Britton <[EMAIL PROTECTED]> wrote: It's good to know these jobs are out there, but there has to be a better place for thes

Re: [Flashcoders] [JOB] Sr. Flash/AS Programmers (4), Los Angeles, CA | 70-125k

2006-09-07 Thread Mike Britton
It's good to know these jobs are out there, but there has to be a better place for these posts than a coding list. Plerase have some respect. Mike Britton ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Xray trace problem

2006-09-07 Thread Cosmin Cimpoi
Me again. It seems that it is a Player issue. Using the "Windows Projector - Xray Interface" seems to work fine ( it uses the Adobe Flash Player 9 standalone) So the preoblem could lie in a number of places, especially the various players I have installed in the PC. Somenone had the problem befo

[Flashcoders] Xray trace problem

2006-09-07 Thread Cosmin Cimpoi
Hello everyone! Has anyone experience this while using xRay for debugging: - snapshot and propery manipulation works fine - the trace method does not output anything in the external interface I have the latest xray, Flash 8, WinXP sp2 with up to date patches and all. If the external interfa

[Flashcoders] flashplayer bitmap data bug or my coding wrong... PLEASE HELP

2006-09-07 Thread PR Durand
i've found where is exactly the problem: http://www.adobe.com/go/7c90fec7 : a known bug saying that with flash playr 9, it's impossible to create a bitmapdata snapshot of an FLV streamed by FMS2. it seems that the problem goes further... with images loaded from different domain please take

Re: [Flashcoders] jsfl - loop through all textfields?

2006-09-07 Thread Peter O'Brien
Danny, thanks very much you have saved me alot of time and frustration, and jsfl has too! Heartfelt thanks to you both! On 9/7/06, Danny Kodicek <[EMAIL PROTECTED]> wrote: Here's one I used before. It exports the text itself rather than the fields (I was using it to get the text into a spreadsh

RE: [Flashcoders] jsfl - loop through all textfields?

2006-09-07 Thread Danny Kodicek
Here's one I used before. It exports the text itself rather than the fields (I was using it to get the text into a spreadsheet), but you should be able to adapt it to your needs. function findAllText(tTimeline, tPath) { var tArray=new Array() var tText="" var tRuns=0

Re: [Flashcoders] Memory Leak

2006-09-07 Thread Meinte van't Kruis
you should read gskinners' reasearch on this, it's a 3 part story, pretty interesting. http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html part 3 describes a way to force the gc to actually execute, for testing purposes. -Meinte On 9/6/06, Michael Trim <[EMAIL PROTECTED]> wrote:

[Flashcoders] jsfl - loop through all textfields?

2006-09-07 Thread Peter O'Brien
Hi guys, Could anyone sample a jsfl script that will loop through all textfields that sit on a FLAs stage (many frames). I want to change the font and the anti-alias on all of them. Have tried google but can't find what I'm looking for. I have "Extending Flash MX 2004" which is pointing me to

[Flashcoders] flash player bitmap data and mouse position bugs?

2006-09-07 Thread PR Durand
Hi list does anyone knows if the flash player 8 bitmap data memory leak is corrected in flash player 9? I encounter 2 strange things in my current app. I'm making an online video mix table with an FMS2 connection for recording the audio comments. the flv sources are loaded from a VOD server, a

Re: [Flashcoders] >> Var untouch

2006-09-07 Thread Telmo Dias
Based on your code, Try this: var wedgename:Array = Array("always", "never", "sometimes", "yes", "no","often", "rarely", "undecided"); var thingname; for (var z:Number=0; z _root.attachMovie("wedgelabel", "wedgelabel"+z, this.getNextHighestDepth(), {_x:(z*10)+100, _y:(z*10)+100}); _root

Re: [Flashcoders] >> Var untouch

2006-09-07 Thread eka
Hello :) try this code : var list:Array = [ "always", "never", "sometimes", "yes", "no", "often", "rarely", "undecided" ] ; var len:Number = list.length ; // important to optimize your speed for (var i:Number=0; i< len ; i++) { var current:MovieClip = attachMovie("w

[Flashcoders] >> Var untouch

2006-09-07 Thread Laurent CUCHET
I duplicate a movie clip to show array label inside but it doesnt work It copy ok but textt isnt fill. If i write directly the mc nzme it work , but I loose dynamic. Have you got an Idea ? var wedgename:Array = Array("always", "never", "sometimes", "yes", "no", "often", "rarely", "undecided"); va