Re: [Flashcoders] Progressivelly download (and show) a jpg image

2006-07-02 Thread Nicholas Chhabra
Obviously you lack the mental capacity to read further than 7 words in any email. Had you checked the bottom of any message sent via this mailing list you would have seen links to unsubscribe. By the way, I'd just like to tell you that you look like a freaking donkey's ass, and that you smell

Re: [Flashcoders] Grab IP address

2006-05-15 Thread Nicholas Chhabra
And you bothered answering the question in the first place, why? ... Steven Sacks wrote: Do a little research before you answer questions, vampire. ;) It doesn't matter if that link works or not. I dind't care to verify and I wasn't providing a solution. The point is there are tons of

[Flashcoders] gotoAndStop(content) - but music doubles up....

2006-02-20 Thread Nicholas Chhabra
Hi guys, I've got a flash site, contact us page, and when I have the go back button, which goes to the main frame, the music starts again, how do i stop the music starting/doubling up when i use gotoAndStop(content)? thanks guys nick ___

Re: [Flashcoders] loadVariablesNum question..

2006-01-10 Thread Nicholas Chhabra
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Nicholas Chhabra JNR Enterprise Ltd [EMAIL PROTECTED] NOTICE: CONFIDENTIAL COMMUNICATION This e-mail message and any accompanying files may contain information that is confidential and subject to privilege. If you are not the intended recipient

[Flashcoders] Custom Loading Bar Lines and Fade into next frame? How do I do this?

2005-12-11 Thread Nicholas Chhabra
Hey guys, I have a client who wants a custom loading screen - They want a line to create a rectangle shape on as loading reaches 100% adn then for all the content to fade in - would you use onEnterFrame for this? help muhc appreciated! Nick Chh.

[Flashcoders] How do I tell a movieclip to play insync with the loading percentage.

2005-12-11 Thread Nicholas Chhabra
Ok, I have 4 lines which tween (shape) one after the other to make rectangles, I was wondering how to load 1 frame as the percentage goes up by one and so on. Does anyone know howto do this, help is much appreciated! Nick Chh. ___ Flashcoders

Re: [Flashcoders] How do I tell a movieclip to play insync with the loading percentage.

2005-12-11 Thread Nicholas Chhabra
: On Dec 11, 2005, at 8:49 PM, Nicholas Chhabra wrote: Ok, I have 4 lines which tween (shape) one after the other to make rectangles, I was wondering how to load 1 frame as the percentage goes up by one and so on. Does anyone know howto do this, help is much appreciated! Take a look

Re: [Flashcoders] How do I tell a movieclip to play insync with the loading percentage.

2005-12-11 Thread Nicholas Chhabra
I don't need this functionality. I am trying to preload the timeline. Troy Rollins wrote: On Dec 11, 2005, at 9:16 PM, Nicholas Chhabra wrote: No, this is only useful for Picture files, No, it is also useful for SWF files. -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: [Flashcoders] How do I tell a movieclip to play insync with the loading percentage.

2005-12-11 Thread Nicholas Chhabra
Yeh, I've already got all the preloading code setup - kBytesLoaded = _parent.getBytesLoaded()/1024; kBytesTotal = _parent.getBytesTotal()/1024; kBytesRemaining = kBytesTotal - kBytesLoaded; percentageLoaded = 100 * kBytesLoaded / kBytesTotal; percentRemaining = 100 - percentageLoaded;

[Flashcoders] Loading Different Size MovieClips depending on the Resolution.

2005-12-01 Thread Nicholas Chhabra
Hey Guys, I was just wondering what the ActionScript was for loading a different movie clip depending on the resolution fo the client. Is there a way tod o this (I'm sure there is!). Thanks Nchh ___ Flashcoders mailing list

[Flashcoders] Preloading sound on the timeline without exporting to first frame! Problems...

2005-11-30 Thread Nicholas Chhabra
Hey guys, I've got a preloader which has thh following code over three frames (it is inside a movie clip, located on the first frame): Frame 1: _parent.stop(); Frame 2: kBytesLoaded = _parent.getBytesLoaded()/1024; kBytesTotal = _parent.getBytesTotal()/1024; kBytesRemaining = kBytesTotal

Re: [Flashcoders] Loading Variables from a button into Flash from a text file!

2005-11-30 Thread Nicholas Chhabra
Ok, this is what it looks like now, but I get the same error. // Loading the Dynamic Text File var PortTxt = new LoadVars(); //PortTxt._parent = this; PortTxt.onLoad = function(success){ if(success){ portContent_txt.htmlText = this.welcome; } } PortTxt.load(portfolio.txt); //Menu -

[Flashcoders] Resolved: Loading Variables from a button into Flash from a text file!

2005-11-30 Thread Nicholas Chhabra
I got a response from B2L - inside the button onRelease function, when using this it refers to the button itself. u need to use _root.PortTxt Code: btnG1Design.onRelease = function() { portContent_txt.htmlText = _root.PortTxt.txt_design; } Thanks for the parent comments though!

Re: [Flashcoders] Loading Text Dynamically - Any Good Wasy or Tutorials?

2005-11-29 Thread Nicholas Chhabra
Yeh, I did some proper searching - e.g. Google! lol... And got my textbox working. Thanks for the links anyway! Also, I believe (correct me if I'm wrong) that the way to make scroll buttons is to right - btnScroll.onRelease = function() { content_Txt.scroll+=5; }; (For Down)

[Flashcoders] Loading Text Dynamically - Any Good Wasy or Tutorials?

2005-11-28 Thread Nicholas Chhabra
Hi Guys, Sorry to ask such a noobiful question but I've searched the web and haven't found many good flash tutorials covering dynamically laoding text/xml or whatever into a dynamic text box - if this is the right way to do things :-) , does anyone have a walkthrough or tutorial they could