Re: *** Spam *** Re: [Flashcoders] New Flash based website

2006-08-10 Thread Aaron Buchanan
Hi Tony, I am using it on a site I am doing now, http://build.lab-media.com/mpvs Cheers! Aaron On 8/9/06 9:26 PM, Anthony Lee [EMAIL PROTECTED] wrote: use javascript to resize the swf's object height attribute, so that when your user opens a section that will increase your stage height

Re: [Flashcoders] New Flash based website

2006-08-10 Thread Aaron Buchanan
] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Lee Sent: Thursday, 10 August 2006 3:06 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] New Flash based website Hi Bjorn, There's a better way to do it. Have you seen swfObject? Seen it. Use it. Love it. Insert the swf into the html

Re: *** Spam *** Re: [Flashcoders] New Flash based website

2006-08-10 Thread jcanistrum
I have this old one from Jason M. Batchelor if you google it perhaps you find something newer script function writeFlash() { // Jason M. Batchelor // [EMAIL PROTECTED] // Determine what client we're using... NS4=(document.layers); // The only reason we have

Re: [Flashcoders] New Flash based website

2006-08-10 Thread dnk
Aaron Buchanan wrote: Hi Bjorn, There is an issue that occurs when users with smaller monitors (13 macbooks) accessing 100% flash content. Say you do not want to scale the content down to 13. You also do not want to write a flash scroller, because the browser has excellent support and

Re: [Flashcoders] New Flash based website

2006-08-10 Thread Aaron Buchanan
I'm not sure, I actually just found this solution through playing around with some ideas. Which is why I haven't been able to get it to work for safari yet. But have tested modern IE, FF, on osx and xp to work ok. Luckily the adverse of this not working will still allow users to interact with the

RE: [Flashcoders] New Flash based website

2006-08-10 Thread Ryan Potter
PROTECTED] On Behalf Of Aaron Buchanan Sent: Thursday, August 10, 2006 12:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] New Flash based website I'm not sure, I actually just found this solution through playing around with some ideas. Which is why I haven't been able to get

RE: [Flashcoders] New Flash based website

2006-08-10 Thread Bjorn Schultheiss
4:59 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] New Flash based website Good explanation of how it works. The code is commented. http://hossgifford.com/downloads.htm Also email me off-list and I can give you a proof of concept I did based on this that is really simple and easy

Re: [Flashcoders] New Flash based website

2006-08-10 Thread Anthony Lee
Hi Aaron, There is an issue that occurs when users with smaller monitors (13 macbooks) accessing 100% flash content. Say you do not want to scale the content down to 13. Agreed. I overcame this within Flash. It's just a mater of wrapping Stage in a class that has min values set. In my

Re: *** Spam *** Re: [Flashcoders] New Flash based website

2006-08-10 Thread Aaron Buchanan
Ditto- thx I wasn't using the style method before and was having trouble with safari, HG's version works well :) http://build.lab-media.com/mpvs/ Cheers all! Aaron -- Aaron Buchanan | Flash Developer, Lab-Media | T 909 702 1368 On 8/10/06 5:37 PM, Anthony Lee [EMAIL PROTECTED] wrote:

Re: [Flashcoders] New Flash based website

2006-08-09 Thread ::: curdiss
sweet work man~ i love the tweening action! (zeh's mc_tween2.as ?) one comment should your default state go directly to your news section? cheers keep it up! curt On 8/9/06, Tom Jackson [EMAIL PROTECTED] wrote: Hello people, I recently finished a new portfolio site for my own work and

Re: [Flashcoders] New Flash based website

2006-08-09 Thread James Marsden
Nice - at first I thought the nav was a little counter-intuitive, but after a bit of playing, realised what you were up to. It's cool. I have to say it looks a bit overly 'inspired' by www.plat4m.com though J sweet work man~ i love the tweening action! (zeh's mc_tween2.as ?) one

Re: [Flashcoders] New Flash based website

2006-08-09 Thread John Grden
very nice work Tom, I dig the tunes and the site is very clean - what'd you use for the tweens? did you use an animation package? On 8/9/06, Tom Jackson [EMAIL PROTECTED] wrote: Hello people, I recently finished a new portfolio site for my own work and is entirely flash based using all manner

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Aaron Buchanan
Hi Tom, I like the site, environmental are clean and the site responds quickly. A couple suggestions I have are: use javascript to resize the swf's object height attribute, so that when your user opens a section that will increase your stage height beyond the window height, your user will be

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Jim Kremens
Hi, Not to be a buzzkill, and I think it's a cool site, but sitechecks are frowned upon in a list this large. See: http://www.osflash.org/flashcoders/etiquette Jim Kremens ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Tom Jackson
Really sorry about the sitecheck Jim I wasn't aware of this rule, but I am now and it wont happen again :) thanks for the comments guys much appreciated, some good suggestions too, the tweens are just the built in mx.easing classes there's a decent tutorial on actionscript.org about the easing

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Anthony Lee
use javascript to resize the swf's object height attribute, so that when your user opens a section that will increase your stage height beyond the window height, Hi Aaron, I noticed a site doing that just this morning. Switching the swf attributes from Javascript doesn't mess with the

RE: [Flashcoders] New Flash based website

2006-08-09 Thread Bjorn Schultheiss
Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Lee Sent: Thursday, 10 August 2006 2:27 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] New Flash based website use javascript to resize the swf's object height attribute, so

Re: [Flashcoders] New Flash based website

2006-08-09 Thread Anthony Lee
Hi Bjorn, There's a better way to do it. Have you seen swfObject? Seen it. Use it. Love it. Insert the swf into the html with noscale and showall, then you are not limited to a stage size. noScale showAll? They are not mutually exclusive? Have a listener set up in js for onResize and

RE: [Flashcoders] New Flash based website

2006-08-09 Thread Bjorn Schultheiss
, Bjorn Schultheiss Senior Flash Developer QDC Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Lee Sent: Thursday, 10 August 2006 3:06 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] New Flash based website Hi Bjorn, There's