Re: [Flashcoders] preventing scientific notation

2006-11-06 Thread Jonathan Fung
) class to parse it, or use a server side script to parse it into a string format for flash. Jonathan On 11/6/06, Hans Wichman [EMAIL PROTECTED] wrote: Hi Chris, thanks for your reply. According to the manual flash should be able to handle numbers up to 1.79769313486232e+308? Mine is 1e+21 so

Re: [Flashcoders] preventing scientific notation

2006-11-06 Thread Jonathan Fung
oops... i forgot to mention (and the above would be confusing without), 21 digits exceeds the maximum representable in 32 bits afterwhich flash resorts to floating point. (flash doesnt support int64 apparently, otherwise you'd have no problems) On 11/6/06, Merrill, Jason [EMAIL PROTECTED] wrote:

[Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
) and they are downloading at the same time so when someone clicks on the PDF links they are trying to download them as the videos are downloading - bogging down everything. If you know of a better way to do this as well you could send me some pointers. Thanks in advance. -- Jonathan Berry, M.A

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
Thank you, Bernard, but my questions is, do you have a tutorial on the FLV Playback component that shows how to do this? Or is there a coded way that is shown in a tutorial? On 6/12/06, Bernard Visscher [EMAIL PROTECTED] wrote: Just download the flv's when the user hits the play button (show a

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
I'm sorry. You said I could download the FLVs when the user hits the play button. How do you set this option? Maybe this is so obvious I am missing it? On 6/12/06, Bernard Visscher [EMAIL PROTECTED] wrote: You can't stop the download, you can only break it by loading an empty flv in the same

Re: [Flashcoders] Stopping FLV Playback download

2006-06-12 Thread Jonathan Berry
-- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com --- This E-mail is covered by the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510-2521 and is legally privileged. This information is confidential

Re: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread Jonathan Berry
I think what he is asking is if this is the same as import: var myObj:mx.core.UIObject = new mx.core.UIObject; I think one of the answers is that it saves on typing out the class info for every reference. Any other benefits to import? On 5/25/06, Merrill, Jason [EMAIL PROTECTED] wrote: So

Re: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread Jonathan Berry
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 http://www.figleaf.com http://training.figleaf.com -- Jonathan Berry, M.A. IT Consultant

[Flashcoders] Did Adobe/MM break loadSound streaming?

2006-05-19 Thread Jonathan Berry
think/know? -Jonathan ___ 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

[Flashcoders] Runtime error

2006-05-16 Thread Jonathan Berry
to post the code, I will, but just wondered if it was something that you may have heard of. Thanks in advance for any tips/directions to help. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com --- This E

Re: [Flashcoders] Runtime error

2006-05-16 Thread Jonathan Berry
Thanks, Asai. We just tried to test in another copy of Flash and still got that crash. Here's my code. Something may have changed that we can't see: System.security.allowDomain(http://216.235.91.30;); //System.security.allowDomain(http://www.live365.com/;); var up:Boolean = false; var

Re: [Flashcoders] Runtime error

2006-05-16 Thread Jonathan Berry
and Training http://www.figleaf.com http://training.figleaf.com -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com --- This E-mail is covered by the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510

Re: [Flashcoders] Restrict textarea

2006-05-13 Thread Jonathan Berry
); if (whiteSpace.indexOf(c) == -1) { tempStr += c; } } return tempStr; } } -Original Message- From: [EMAIL PROTECTED] on behalf of Jonathan Berry Sent: Sat 5/13/2006 1:08 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Restrict textarea Users are copying

[Flashcoders] Restrict textarea

2006-05-12 Thread Jonathan Berry
. There appears to be some sort of carriage returns or new line characters that are getting through. Hope you can advise or send me a link. Thanks in advance. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com

Re: [Flashcoders] Restrict textarea

2006-05-12 Thread Jonathan Berry
Users are copying and pasting from a command line program and we are getting some special characters that are coming through. On 5/12/06, Matthew Simpson [EMAIL PROTECTED] wrote: Jonathon, I'm not sure I understand...A user is inputting the special characters as they type? Matthew

Re: [Flashcoders] Conversion to Flash 8 renders MP3 player useless

2006-05-06 Thread Jonathan Berry
Thanks, Duncan. Will do. I had seen, but forgot about that property. It just seems that player 8 loads much quicker. On 5/5/06, Duncan Reid [EMAIL PROTECTED] wrote: Hi Jonathan, I just tested it in player 7.0.19.0 and it seemed to work for me, i originally tested it with 8.5.0.212

[Flashcoders] Conversion to Flash 8 renders MP3 player useless

2006-05-04 Thread Jonathan Berry
Hello all, I posted this a few days ago and just wanted to know if you could load it, but I found a problem that I do not understand. I just saved this file, which was previously MX2004, as Flash 8 in the authoring environment. I have exported for Player 7/AS 2.0, but for some reason it will no

[Flashcoders] MP3 Streaming Player check

2006-05-02 Thread Jonathan Berry
, but for a few only does it not. I am just looking for streaming problems across a wider sweep of the possible user base. http://www.amplifysd.com - if you had the time perhaps some of you could check in both browsers as well. Thanks in advance. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL

Re: [Flashcoders] MP3 Streaming Player check

2006-05-02 Thread Jonathan Berry
Thanks for the e-mail, Eric. Hey I just wanted to ask everyone to look at my code and tell me if there is anything that you can see that might be able to be optimised or changed. I have not used a streaming media source before and wanted to see if you think I am doing everything as best as

Re: [Flashcoders] Are you a help vampire?

2006-04-27 Thread Jonathan Berry
Thanks, Jim, but you didn't read my e-mail. On 4/27/06, Jim Tann [EMAIL PROTECTED] wrote: http://www.osflash.org/flashcoders/as2#handling_scope_in_event_handlers ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] Are you a help vampire?

2006-04-26 Thread Jonathan Berry
I want to offer a basic counterpoint to this: what if the question is just from a beginner, who has in fact researched a problem found the documentation/resources incomplete in some way? Is it just because a person is a beginner that you will not offer help? Case in point, and be patient with me.

Re: [Flashcoders] Are you a help vampire?

2006-04-26 Thread Jonathan Berry
Yes, I forgot to change the subject line to ask my question as well. I was not referring to the article, but to the reaction to people who ask for help in general. On 4/26/06, elibol [EMAIL PROTECTED] wrote: Wholy crap Jonathan I give you an E for (E)xcellent thesis. I didn't have the time

[Flashcoders] General question about placement of code

2006-04-26 Thread Jonathan Berry
someone explain this basic functionality to me? -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com --- This E-mail is covered by the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510-2521

[Flashcoders] (no subject)

2006-04-26 Thread Jonathan
s ___ 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

[Flashcoders] Ad alignment problem

2006-04-23 Thread Jonathan Berry
to remove the ad and place it in a properly-aligned table using DOM methods, but when the external movies load both the ads shift position. Do you have any knowledge on ensuring proper alignment of Flash ads in IE or are there issues regarding this browser and externally-loaded movies? Thanks. Jonathan

[Flashcoders] Re: Timeline coding

2006-04-18 Thread Jonathan Berry
I just had a thought on this. Perhaps I just need _root.variableName inside the getURL since we are using a variable returned from FlashVars. Are anonymous functions such as clip_mc.btn1_btn.onRelease = function(){} subject to scoping issues? On 4/17/06, Jonathan Berry [EMAIL PROTECTED] wrote

Re: [Flashcoders] Re: Timeline coding

2006-04-18 Thread Jonathan Berry
however you will not be able to execute any script defined inside the movieclip until a frame has passed. O.K. so I just wanted a little clarification on this. Say I have a clip that appears at the last frame of the main timeline and an action there on the main timeline applying to the clip. Will

[Flashcoders] Timeline coding

2006-04-17 Thread Jonathan Berry
= function(){getURL(etcetcetc.);}; Where should one place this code? Are actions present in the first frame of the main timeline applicable to all subsequent frames, unless overwritten? In case you wish to know, the buttons and movieclips do have instance names. Thanks in advance. -- Jonathan Berry, M.A

Re: [Flashcoders] advanced flash AS 2.0/3.0 book?

2006-03-11 Thread Jonathan Berry
/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com

Re: [Flashcoders] advanced flash AS 2.0/3.0 book?

2006-03-11 Thread Jonathan Berry
, but I just kinda glossed over that so far, since im not really interested, i just want to undersatnd the components betterbut skipping over all that stuff doesnt affect understanding anything else in the book. On 3/11/06, Jonathan Berry [EMAIL PROTECTED] wrote: Thanks for the reply

[Flashcoders] advanced flash AS 2.0/3.0 book?

2006-03-10 Thread Jonathan Berry
examples, practical ones at that. I do remember seeing an advanced book for MX a few years ago and wondered if they have anything like that for 2004 or 8. Your help much to be appreciated. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com

[Flashcoders] XML not rendering in FF 1.5/1.5.0.1

2006-03-03 Thread Jonathan Berry
the text area the hand cursor will appear when over. This problem is also replicated in NS 8.1 and Safari. Thanks in advance. Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com --- This E-mail is covered

Re: [Flashcoders] XML not rendering in FF 1.5/1.5.0.1

2006-03-03 Thread Jonathan Berry
But the problem is, John, that this renders perfectly in IE and in the smaller version of our player it is working fine. Don't know what changed. Any more ideas? On 3/3/06, John Giotta [EMAIL PROTECTED] wrote: Hey Jonathan, I think you may have one to many events firing or maybe something just

Re: [Flashcoders] Massive XML files and Flash

2006-01-06 Thread Jonathan Clarke
or not it was successful is a matter of opinion. ;-) ryanm ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Jonathan Clarke 1976 Ltd http://19seventysix.co.uk e: [EMAIL

Re: [Flashcoders] Massive XML files and Flash

2006-01-05 Thread Jonathan Clarke
? Meaning, can you convert it and throw it into a database? Paging is still an effective methodology, and if you can throw it in a database, you can then do what Flash does best and load what you need on the fly. - Original Message - From: Jonathan Clarke [EMAIL PROTECTED

[Flashcoders] Actionscript 3 and flash remoting

2005-11-15 Thread Jonathan Xie
Hi guys, I have been scanned through the documentation of the new AS3 and I couldn't find any trace of info about how to connect to flash remoting. I notice that you can use coldFusion adapter to hook up the remoting but I guess that a lot of peoples here (including myself) have some existing

<    1   2   3