[flashpro] local connection help
Richardson, Darren - eSpeed
DRichardson at espeed.co.uk
Tue Jun 7 10:00:25 EDT 2005
Hi people,
This isn't a OS question so sorry,
I have a demo I have to do in an hour and I have just found out the app I
have been working on has a file size limit of 40k I think.
I am basicly passing data between two swf files in different browser windows
when the dataset gets a little large (not to big) it hangs and will not
send.
Does anybody know how to increase the limit ?
Remember this is Local Connection not Shared object..
Thanks
Darren
Darren Richardson
Actionscripts.co.uk
-----Original Message-----
From: flashpro-bounces at muinar.org [mailto:flashpro-bounces at muinar.org] On
Behalf Of Manmeet Bilkhoo
Sent: 07 June 2005 14:45
To: Mailing list for professional Flash designers and developers
Subject: Re: [flashpro] Scroller End
I have this verticle scroller that has a gesture movement on it. When you
move to the center of the scrolling item, it slows down....and as you move
to either end it speeds up.
The scrolling item is a movieclip with following script on enterframe:
onClipEvent (enterFrame) {
yAccel = -Number((_parent._ymouse-(this._height/2))/4);
this._y = Number(this._y+(yAccel/10));
if (this._y>61) {
this._y = 61;
} else if ((this._y+this._height)<505) {
trace(this._y);
// NEED SOMETHING HERE TO STOP SCROLLING!!!!
}
}
I am stuck on what the final bit of code should be to halt the scrolling
when it gets to the bottom of the movieclip. I would like it to work so no
matter how long or short the height of the clip is, it would update itself
automatically and stop at the bottom of the clip.
view here
http://www.liquidstorms.com/v_scroll2.swf
download here
http://www.liquidstorms.com/v_scroll2.fla
Any help appreciated
mb
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.5 - Release Date: 07/06/2005
------------------------------------------------------------------
send message to the list: mailto:flashpro at muinar.org
[FlashPro] list info, subscribe, archive: http://flash-list.com/
There's also a WebPro mailing list: http://webdesign-list.com/
cutting-edge sounds for flash: http://flash-sounds.com/
http://www.espeed.com
CONFIDENTIAL: This e-mail, including its contents and attachments, if any, are confidential. If you are not the named recipient please notify the sender and immediately delete it. You may not disseminate, distribute, or forward this e-mail message or disclose its contents to anybody else. Copyright and any other intellectual property rights in its contents are the sole property of eSpeed, Inc and its affiliates.
This e-mail was issued by eSpeed International Limited ("eSpeed"). eSpeed is a limited liability company incorporated under the laws of England (company number 3809189 and VAT registration number 577 406809). eSpeed's registered office is at One America Square, London EC3N 2LS. For any issues arising from this email please reply to the sender.
E-mail transmission cannot be guaranteed to be secure or error-free. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
Although we routinely screen for viruses, addressees should check this e-mail and any attachments for viruses. We make no representation or warranty as to the absence of viruses in this e-mail or any attachments. Please note that to ensure regulatory compliance and for the protection of our customers and business, we may monitor and read e-mails sent to and from our server(s).
More information about the FlashPro
mailing list