Re: [Flashcoders] Javascript Zoom To Location

2006-10-19 Thread Tyson Tune
, take a look and maybe it can help you: http://www.mediaverk.lv/trash/zoom.html http://www.mediaverk.lv/trash/zoom.as This is designed to zoom in/out/move image with mouse, keyboard and contextMenu. Jānis 2006/10/14, Tyson Tune [EMAIL PROTECTED]: Hey Guys, I'm working on duplicating the zoom

Re: [Flashcoders] Strange flashing bug

2006-08-21 Thread Tyson Tune
I wonder if what you all are seeing is a stack issue. Sometimes you can make what seem like nonesense changes that affect the way clips load. As I understand it, this has to do with memory allocation and event-listeners. So the idea is that adding something like a comment increases the

Re: [Flashcoders] FLV, attachMovie, and missing controls

2006-08-21 Thread Tyson Tune
You need to include the skin swf to have the controls present in your new swf. On Aug 20, 2006, at 3:37 PM, Jeff Jonez wrote: I have a 4 megabyte flv file that loads via attachMovie into my swf file. When I run from my computer everything works fine. Once I post the swf on the net, the

Re: [Flashcoders] external jpegs mac problem

2006-08-15 Thread Tyson Tune
works for me on Firefox 1.5 on MacBook 2.0 Intel. They load in order from left to right, and everything loads. On Aug 15, 2006, at 7:47 AM, alex h lee wrote: I have been troubled with this for a long time now and have tried almost everything in the world to figure out what the problem is.

Re: [Flashcoders] external jpegs mac problem

2006-08-15 Thread Tyson Tune
right, ram might be an issue on a n old mac. I'm running 2 gigs, so everything is pretty fast On Aug 15, 2006, at 8:15 AM, [EMAIL PROTECTED] wrote: Loads fine over here on a FireFox(G4 Powerbook w/512mb ram). On a side note...IE is dead on the Mac for several years now which might help

Re: [Flashcoders] skinning the DataGrid component

2006-07-31 Thread Tyson Tune
Thanks Andy. Worked like a charm. Tyson Tune [EMAIL PROTECTED] mobile -Original Message- From: Andy Stone [EMAIL PROTECTED] Date: Mon, 31 Jul 2006 09:45:59 To:'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] skinning the DataGrid component

[Flashcoders] skinning the DataGrid component

2006-07-28 Thread Tyson Tune
I'm trying to skin the DataGrid component in Flash 8. All I really want to do is turn the background of the grid transparent. I've been able to skin other components by passing an object to the component as I create it. However, I'm having some trouble with DataGrid. Has anyone had any