Re: [Flashcoders] Cannot assign text component from array with href / asfunction

2005-10-27 Thread Steven Loe
Then you could read the value of the array at index 6 from within your addStory function. Not exactly what you wanted but it will work. -Steven Loe ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] Cannot assign text component from array with href / asfunction

2005-10-28 Thread Steven Loe
snip a href=asfunction:addStory, _root.arrStorys[6] bBRUCE CLARKE'S SONbr /COPS A SECURITIES ACT PLEA/b/abrbr /snip snip When I click, nothing happens, unless it is trying to open a browser and I'm testing in the debugger or simply running the movie. I've added a trace()

Re: [Flashcoders] Seeking Using Collections tutorial

2005-11-16 Thread Steven Loe
On 11/16/05, Steven Loe [EMAIL PROTECTED] wrote: Does anyone know of a good tutorial on using collections in AS2.0? Thanks! -Steven --- Johannes Nel [EMAIL PROTECTED] wrote: what do you mean collections - an array with a custom api? what are you trying to acheive? Collections

[Flashcoders] Can AttachedVideo be Controlled by a Class?

2006-01-30 Thread Steven Loe
Can attachedVideo be controlled by a class? I have scrubbed that archives and Googled... Is it possible to do something like this? (This Dosen't work). I don't want to use a media component because this will be controlled by a keyListener (no on screen video controls). class Foo { var

[Flashcoders] What AS edting features do you want in BBEdit?

2006-06-26 Thread Steven Loe
Hello all, After pleading with BareBones software a couple of times to offer native support for ActionScript, I finally seem to have their attention... They've asked me what specific AS editing features (besides code coloring) would be most valuable. I'm just one guy, and my requests would be

Re: [Flashcoders] What AS edting features do you want in BBEdit?

2006-06-26 Thread Steven Loe
..and if you could limit your response to a list of features you'd like to see in BBEdit for ActionScript editing (rather than discussion about other text editors) that would be great. Thx. Steven Loe --- [EMAIL PROTECTED] wrote: Can the responses be sent to Stephen via his email address

[Flashcoders] Project Panel Weirdness

2006-06-27 Thread Steven Loe
Has anybody had luck (good or bad) with the project panel in flash 8? 2 of us are trying to work on a project using the project panel's check-in/check-out. I created a site, put the code up on a FTP server. All good... But when I add a file to the project, the other guy can't see the new file.

[Flashcoders] JOB: Need ActionScript Developer In Denver

2006-07-18 Thread Steven Loe
. Skills Wanted: - Experienced ActionScript 2.0 developer - Experience with object-oriented AS 2.0 coding - Familiarity with Flash 8 or MX2004 - Good attention to detail - Local to Denver area a big plus Please contact me if you are interested. thanks, -Steven Loe

[Flashcoders] Special characters?

2006-08-22 Thread Steven Loe
How does one access characters in a font that are beyond the standard ascii 127 characters? I'm about to start working with a custom font that has icons in the outer reaches of the key map. The icons are in locations 288 - 318. Any ideas how to get these characters? Thanks in advance, Steven

RE: [Flashcoders] Special characters?

2006-08-22 Thread Steven Loe
Mike, Works like a charm. Thank you very much! -Steven / --- Mike Mountain [EMAIL PROTECTED] wrote: [as] for (i=288; i=318; i++) { var val = String.fromCharCode(i); trace(val); } [/as] Any good? M -Original Message- How does one access characters in a

[Flashcoders] Entities are Hell!

2007-04-04 Thread Steven Loe
I'm loading xml with special characters. These display as their entity codes i.e. as amp;. If I put enitity codes in the xml, I still get entity codes displaying on screen. What am I doing wrong? Any thoughts? Thanks!!! Screen Output: Akbar amp; Jeffapos;s ActionScript Hut my_xml.xml: hut_data

RE: [Flashcoders] Entities are Hell!

2007-04-04 Thread Steven Loe
/hut_data // // AS theClip.txt.text = xmlNode.firstChild.firstChild; // HTH - Andrew -Original Message- From: Steven Loe [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 10:24 AM To: Flashcoders mailing list Subject: [Flashcoders] Entities are Hell! I'm loading xml

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-04 Thread Steven Loe
You're right the documention is *very* thin. Have you tried getting the effect you're after with NetStream.seek(50)? -Steven --- leolea [EMAIL PROTECTED] wrote: Hi, Has anyone used the Start:Number parameter from the NetStream.Play() method ? There isn't much documentation from Adobe.

Re: [Flashcoders] Flash Media Player

2007-04-20 Thread Steven Loe
As they said in the video: Public beta: this summer Public release: End of 2007 --- Aaron Roberson [EMAIL PROTECTED] wrote: I may be stupid for asking but could someone tell me where I can get the media player used here:

[Flashcoders] simple FLVPlayback with a Class?

2007-05-31 Thread Steven Loe
Hello All, I'm hoping to use the FLVPlayback component with a class in flash 8 AS2. I'd like to avoid placing an instance on the stage at author time. Unfortunately, the class below does not play video. Any thoughts? I don't need any UI controls. I'm just looking to play the flv and loop it

[Flashcoders] Beginning of String matching algorithm?

2008-01-08 Thread Steven Loe
I have a plan, but I suspect that it not a great approach: I have an alpha sorted xml file containing hundreds of titles. I'd like to create an array of items whose beginning contains my search string. So if the search string is Ba and this is my list, I'd want the 3rd and 4th items only: 10

[Flashcoders] Beginning of String matching algorithm?

2008-01-09 Thread Steven Loe
BTW I'm using AS 2. --- Steven Loe [EMAIL PROTECTED] wrote: Subject: [Flashcoders] Beginning of String matching algorithm? I have a plan, but I suspect that it not a great approach: I have an alpha sorted xml file containing hundreds of titles. I'd like to create an array of items

[Flashcoders] H.264 encoding tool - progressive download

2008-02-07 Thread Steven Loe
Hello All, I've found that Visual Hub will properly encode h.264 mp4 with the atom at the head of the file. This allows the h.264 file to be progressively downloaded. The good news: is that visual hub costs a mere $24.00. And it will do batch encoding. The downside is that it's mac only.

RE: [Flashcoders] A Question that I've been asking for years!!

2008-09-05 Thread Steven Loe
want to use them. IMO its made EAS3 *much* easier going. Moock's interface / pattern explanations make much more sense after spending some time with Head First Design Pattens. -Steven Loe This could seem weird... But what the hell is an interface!!! I've read lots of books

Re: [Flashcoders] can I get some recommendations for development tools?

2009-12-17 Thread Steven loe
FDT is a well-liked dev tool. Not cheap. But worth it On Dec 17, 2009, at 12:21 AM, Cor c...@chello.nl wrote: Flash CS4 FlashDevelop -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Jim Lafser Sent:

[Flashcoders] Encrypting credit card data

2010-01-05 Thread Steven Loe
Is there a preferred and easy to deal with method to encrypt credit card data being sent to a server in AS3? Is there a good open source class out there for this? Thanks! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Trouble sending data via HTTPS:

2010-01-11 Thread Steven Loe
I'm trying to send data to a server via HTTPS and am having no luck. Our Backend developer has a test web page sending form data to this via https with no issues. However, when I try to send data to this same web service via https in flash, the request data appears to get truncated. Can

[Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Steven Loe
Adobe's documentation on this is not crystal clear (to me anyway). Hoping that someone who's been down this road can point me in the right direction. My app is hosted on a shared host (webFaction). The swfs are loaded over http. The users credit card data is transmitted over https. All works

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Steven Loe
Okay I've gotten the server folks to allow me to serve my own crossdomain.xml file. How do I craft a crossdomain policy file that will allow the swf (served via http) to access data served via https within the same domain? Here's my error: 2048: Security sandbox violation:

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-14 Thread Steven Loe
to https with mod_rewrite in an .htacess file.         HTH Glen   Steven Loe wrote: Okay I've gotten the server folks to allow me to serve my own crossdomain.xml file. How do I craft a crossdomain policy file that will allow the swf (served via http) to access data served via https

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-14 Thread Steven Loe
...@designdrumm.com I think the suggestion of feeding the swf through https may be the way to go. Karl On Jan 14, 2010, at 4:37 PM, Steven Loe wrote: I'm still getting a security sandbox error when the swf tries to get data via https.   What am I doing wrong here? The swf

Re: [Flashcoders] SOLVED Crossdomain.xml, shared hosting, https, oh my!

2010-01-15 Thread Steven Loe
Just wanted to post back that this is solved, so that it may help someone else: I found that I had to load both of the policy files over https in order to make the crossdomain policy take effect. First line of the document class' constructor:

[Flashcoders] Variables in E4X ?

2010-03-15 Thread Steven Loe
In E4X we use dot notation to access a node in an XML: var foo = customxml.config.backgrou...@url Is it possible to substitute variables in portions of the path above? Something like this: var myNode = background; var myAttr = @url; var foo = customXML.config.[myNode].[myAttr]; Possible?

Re: [Flashcoders] AS3 - Objective-C

2010-03-16 Thread Steven Loe
I've dabbled with iPhone development, and in a month or so, you can get familiar with the development process and the language. But to be really good, you'll probably need something like this: http://stevenloe.com/iphone/learn_iphone_development_in_5_easy_steps.jpg -Steven Loe Right

[Flashcoders] Streaming Video w/o Flash Media Server: Possible?

2010-09-20 Thread Steven Loe
Is it possible to get video to stream over a rtmp connection that is not on a flash media server? I'm working with a company that provides streaming video content. Their engineers want to provide a video stream over rtmp but not use Flash Media Server, wowza etc. Is this possible? Has

[Flashcoders] Should I use BlazeDS for this?

2012-03-08 Thread Steven Loe
I have a flash project that polls a php server every 10 seconds to check for commands. I have 1200 machines running this on a local network. When we have network slowdowns, polling sometimes fails and the project hangs. Is Blaze/LiveCycle well behaved on thin networks? Is it more robust than

Re: [Flashcoders] Should I use BlazeDS for this?

2012-03-09 Thread Steven Loe
- From: Dave Watts dwa...@figleaf.com To: Steven Loe stevenloe5...@yahoo.com; Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, March 09, 2012 6:08 PM Subject: Re: [Flashcoders] Should I use BlazeDS for this? When we have network slowdowns, polling sometimes fails

Re: [Flashcoders] Should I use BlazeDS for this?

2012-03-20 Thread Steven Loe
polling in this scenario? From: tom rhodes tom.rho...@gmail.com To: Steven Loe stevenloe5...@yahoo.com; Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, March 9, 2012 12:02 PM Subject: Re: [Flashcoders] Should I use BlazeDS for this? you