Re: Problem 1: Imaging Lingo

2005-03-04 Thread Buzz Kettles
At 4:33 PM -0800 3/4/05, you wrote: Thank you for the quick response. I am still wondering how would I do something like this: tImage = new image("C:\myimage.jpg") or something to that effect if you get my drift. (an image that hasn't been imported into the director's cast yet). can't get at a mem

Re: Problem 1: Imaging Lingo

2005-03-04 Thread Thomas W.J.C. McCrystal
> >I am still wondering how would I do something like this: > >tImage = new image("C:\myimage.jpg") Check out these entries in the docs: myTempMember.filename importFileInto() [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post mes

Re: Scaling Shockwave in the browser with no gray border.

2005-03-04 Thread Julian Rodriguez
Maybe what's happenning (or happening?) to you is that the html background is bleeding over the edges, so you should set the background of your page blue or whatever color you choose. To see if this is a problem in the shockwave player, just right-click on the gray area. If the menu that appears

Re: Problem 1: Imaging Lingo

2005-03-04 Thread Lehel Kovach
Thank you for the quick response. I am still wondering how would I do something like this: tImage = new image("C:\myimage.jpg") or something to that effect if you get my drift. (an image that hasn't been imported into the director's cast yet). - Original Message - From: "Buzz Kettles"

A few things about Macromedia and GDC next week

2005-03-04 Thread Emmy Huang
Hi, Just a quick note to let you know about a few things going on next week during the Game Developer Conference here in San Francisco. Tom and I will be nosing about, and also have plans to meet up with Director developers at Swig (571 Geary) on Wednesday, March 9th at 6pm. Macromedia is also co

Re: Problem 1: Imaging Lingo

2005-03-04 Thread Buzz Kettles
At 5:10 PM + 3/4/05, you wrote: Hi there, Unfortunatly it doesnt work. The image does resize to the dimensions for the window.rect Is it possible to copypixels directly into a members image? yes - (just as Kraig wrote) member().image.copypixels(sourceImage, ... will copy the sourceImage into th

Re: Problem 1: Imaging Lingo

2005-03-04 Thread Jayp
Hi there, Unfortunatly it doesnt work. The image does resize to the dimensions for the window.rect Is it possible to copypixels directly into a members image? Regards Jon On 4 Mar 2005, at 16:20, James Newton wrote: On 4/3/05 3:54 pm, "Jayp" <[EMAIL PROTECTED]> wrote: I cant seem to get the lingo

Re: Scaling Shockwave in the browser with no gray border.

2005-03-04 Thread Chuck Neal
No the background of the movie is blue. What is happening is that its scaling to its best fit but the SW window is staying proportional so any left over area is that plain gray. -Chuck -- Chuck Neal CEO, MediaMacros, Inc. [EMAIL PROTECTED] http://www.mediamacros.com

RE: Problem 1: Imaging Lingo

2005-03-04 Thread Mentor, Kraig
member(n).image.copyPixels(bg, rect(0,0,R,B) |window(the moviename).image.copyPixels(bg, rect(0,0,R,B) , [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email lingo-l@penworks.com (Problems, emai

Re: Problem 2: PostNetText & Parent Script

2005-03-04 Thread Irv Kalb
Like Cole said, you cannot sit in a repeat loop and wait for the operation to end. Repeat loops in Director are optimized to not let anything else get time. I have a detailed description of the problem and the solution at: http://www.furrypants.com/loope See chapter 14. Irv At 3:54 PM + 3/4

Re: Problem 1: Imaging Lingo

2005-03-04 Thread Lists
> window(the moviename).image.copyPixels(bg, rect(0,0,R,B) , > rect(0,0,R,B)) member(memberNameHere).image = window(the moviename).image or member(memberNameHere).image.copyPixels(bg, rect(0,0,R,B) , rect(0,0,R,B)) no? (UNTESTED due to horrific lack of time) --Rich Shupe [To remove yourself

Re: Scaling Shockwave in the browser with no gray border.

2005-03-04 Thread Lists
> From: Chuck Neal <[EMAIL PROTECTED]> > Organization: MediaMacros, Inc. > Reply-To: "Lingo programming discussion list " > > Date: Fri, 04 Mar 2005 09:16:51 -0500 > To: > Subject: Scaling Shockwave in the browser with no gray border. > > I should know this but can;t find anything on the sub

Re: Problem 1: Imaging Lingo

2005-03-04 Thread James Newton
On 4/3/05 3:54 pm, "Jayp" <[EMAIL PROTECTED]> wrote: > I cant seem to get the lingo right for copying the image into a > member rather than the window.image Hi Jayp, Does this work: tBitmap = new(#bitmap) -- or an existing bitmap member tImage = image(R, B, 32) tImage.copyPixels(bg, rec

Re: Problem 2: PostNetText & Parent Script

2005-03-04 Thread Cole Tierney
At 3:54 PM + 3/4/05, Jayp wrote: netID = postNetText(URL,parameters) repeat while counter < timecount ... It's not a good idea to dive into a repeat loop to wait for netdone. Check every frame cycle or use a timeout object instead. -- Cole [To remove yourself from this list, or to change to d

Problem 2: PostNetText & Parent Script

2005-03-04 Thread Jayp
Hi All, I have another question. I created a simple behaviour to post to a URL and return a result. It worked perfectly. However when i transfered this to a Parent Script it does not. Any ideas? Heres the code snippet Regards Jon netID = VOID netID = postNetText(URL) counter = 0 netID = postN

Problem 1: Imaging Lingo

2005-03-04 Thread Jayp
Hi All, I need some help please. Im still getting to grips with Imaging lingo. I created an image and ive mangaged to set it to the window.image. The image is resized each time the window is resized. However I cant seem to get the lingo right for copying the image into a member rather than the w

Problem 1: Imaging Lingo

2005-03-04 Thread Jayp
Hi All, I need some help please. Im still getting to grips with Imaging lingo. I created an image and ive mangaged to set it to the window.image. The image is resized each time the window is resized. However I cant seem to get the lingo right for copying the image into a member rather than the w

Problem 1: Imaging Lingo

2005-03-04 Thread Jayp
Hi All, I need some help please. Im still getting to grips with Imaging lingo. I created an image and ive mangaged to set it to the window.image. The image is resized each time the window is resized. However I cant seem to get the lingo right for copying the image into a member rather than the w

Scaling Shockwave in the browser with no gray border.

2005-03-04 Thread Chuck Neal
I should know this but can;t find anything on the subject. I want the SW movie to fill the browser proportionally as much as it can. The problem is that I have a blue BG and when I do this the rest of the SW are goes gray in the left over space. Any good JS code or trick to fix this? -Chuck -