Re: [Flashcoders] Repost: Movie Explorer question

2007-06-16 Thread Jonathan Berry
Thanks Muzak. Has this changed at all in CS3? On 6/16/07, Muzak [EMAIL PROTECTED] wrote: Only stage assets. So just drop everything in the Lib in a keyframe on stage. - Original Message - From: Jonathan Berry [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

[Flashcoders] Repost: Movie Explorer question

2007-06-15 Thread Jonathan Berry
Hey, did anyone have any ideas about this? Sorry for the bother. Thanks again. -- Forwarded message -- From: Jonathan Berry [EMAIL PROTECTED] Date: Jun 13, 2007 3:20 PM Subject: Movie Explorer question To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Hello all! I

[Flashcoders] Movie Explorer question

2007-06-13 Thread Jonathan Berry
are still using Flash 8, so I don't know if they added this support in the newest interface. Thanks so much. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com --- This E-mail is covered by the Electronic

[Flashcoders] MC xscale/width/yscale/height with MCL

2007-05-24 Thread Jonathan Berry
by 1000w to see if the images were just being resized and set at an x/y off the stage somewhere, but no images seen. Any help/insight you have on setting width/height much to be appreciated. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com

[Flashcoders] textarea component not scrollable.

2007-04-14 Thread Jonathan Berry
. Thank you in advance. -- 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

[Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Jonathan Berry
Sorry, did want to at least give the site I have under construction so you can see what I am talking about. Code is also available: http://www.fjroadtrip.com - click on Interactive map. On 4/14/07, Jonathan Berry [EMAIL PROTECTED] wrote: Hello all, Did a search on Google for this, but really

Re: [Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Jonathan Berry
No, no button. On 4/14/07, Pedro Taranto [EMAIL PROTECTED] wrote: it looks like you have an invisible button on top of it, that way it dont allow to bubbling the events to lower depths --Pedro Taranto -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com

Re: [Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Jonathan Berry
it is not the component --Pedro Taranto -- 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

Re: [Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Jonathan Berry
n/m I feel silly now. I answered my own question: the container is a child of a movieclip with a rollover function - hence, treated as part of the rollover state! embarrassed Thanks anyway. On 4/14/07, Jonathan Berry [EMAIL PROTECTED] wrote: so it should be the movieclip you are using

Re: [Flashcoders] Re: textarea component not scrollable.

2007-04-14 Thread Jonathan Berry
on the container to hide it, and hide it when you rollover the other circle too hope you understand --Pedro Taranto Jonathan Berry escreveu: so it should be the movieclip you are using to detect the rollover and rollout to show or hide the container The rollover/out is on the city circle. Don't know

Re: [Flashcoders] Calendar - Datechooser component - how to

2007-02-05 Thread Jonathan Berry
@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 http://www.figleaf.com http://training.figleaf.com -- Jonathan Berry, M.A

[Flashcoders] Re: Highlighting dates in DateChooser SOLVED

2007-02-01 Thread Jonathan Berry
][dayBlock + entEventDate.getDay() + label + weekNum].background = true; enttab_mc.chooser_dc[dateGrid][dayBlock + entEventDate.getDay() + label + weekNum].setStyle(backgroundColor, 0xfe9a9a); } } On 1/29/07, Jonathan Berry [EMAIL PROTECTED] wrote: Hello

[Flashcoders] Highlighting dates in DateChooser

2007-01-29 Thread Jonathan Berry
Hello all, I am using a datechooser component for an events calendar and wondered if you knew of a way to highlight other dates beside today's date (showToday). I've googled this, but cannot seem to find anything. Any hints or articles much to be appreciated. -- Jonathan Berry, M.A

[Flashcoders] Lists in/out of ScrollPane

2006-12-12 Thread Jonathan Berry
Hello all, I resorted to using createClassObject to create lists inside a scrollpane, simulating a horizontal list. Yes, I imagine it must be silly to do this - don't know really - but I was wondering if anyone could tell me how to make the scrollpane scrollable with the lists not extending

[Flashcoders] Re: Lists in/out of ScrollPane SOLVED

2006-12-12 Thread Jonathan Berry
Found a posting that used attachMovie, but the same thing goes for createClassObject. Here's what I found out using the 'content' keyword and invalidating the scrollpane after assigning content to it. Sorry for the bother everyone. [code] var scroller_sp =

[Flashcoders] Horizontal List - cellrenderer?

2006-12-07 Thread Jonathan Berry
Hello all, I have googled this and searched the mailing list archives to no avail (only found something on the built-in flex component). Can anyone direct me to a tutorial or page on constructing horizontal list components with images? Thanks so much in advance. -- Jonathan Berry, M.A

[Flashcoders] Re: Component child of MovieClip?(SOLVED)

2006-12-05 Thread Jonathan Berry
Hello all, I forgot to mention that the clip was added to the document through attachMovie(). Well that requires using DepthManager for the components in the movieclip. Thanks anyway! On 11/30/06, Jonathan Berry [EMAIL PROTECTED] wrote: Hello all, I have a really basic question as I am still

[Flashcoders] Component child of MovieClip?

2006-11-30 Thread Jonathan Berry
doing this incorrectly? I just have some graphics in the mcs that are grouped with components. Any help much to be appreciated. -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com --- This E-mail is covered

[Flashcoders] HTML image/cross-domain

2006-11-08 Thread Jonathan Berry
Hello all, I have a simple question: can Flash player load images using html tags in a text field from a different domain? Is a cross-domain policy file required? -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com

[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
Hello all, I don't mean to make such an assertion that Adobe/MM broke the method, but a discussion board thread brought this question up in my research. I have posted on here recently some code for a Flash MP3 player for our radio station, but the reception has been spotty. Some people receive

[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
. There is an initial buffering but once it starts to play it seems to hold although i was getting pretty low transfer rates from 8 - 18 kb. Again not sure if it would help but you can set the buffer time for sounds via '_soundbuftime' globally or through a movieclip. Dunc On 5/5/06, Jonathan Berry [EMAIL

[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
. They know not what they do, only that they are driven to do it, and I believe they can be saved. M. On 4/26/06, Jonathan Berry [EMAIL PROTECTED] wrote: 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

[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] 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
isn't being declared in the right sequence. I actually see the content for a split second, but then it disappears. On 3/3/06, Jonathan Berry [EMAIL PROTECTED] wrote: Hello all, I am new to the group and am working on a new version of our mp3 player (custom size for a certain feature