Ask a Question related to Macromedia Director 3D, Design and Development.
-
DANGH_b #1
use a avi as texture
Hy!
Can i use an avi as a texture, how?
What can i do to make a texture from a movie and then aply it to a 3d model?
DANGH_b Guest
-
AVI as a texture?
I'm following the tutorial on the Adobe Developer Center regarding inserting Streaming Video into Shockwave 3D... -
Help texture
Spanish translate to the English with google. Good morning not to add to textures or (*.avi, *.mov) to an object 3d from director(lingo), help me... -
ANN: MB Texture Pack4 is available
Just a quick note to let you know that MB Texture Pack4 is now available on the Macromedia Fireworks Exchange. Enjoy! Sincerely, Matthew Brown... -
Need Help w/ Stone Texture
I really don't have much skill with Photoshop. I tried following a web tutorial to make a stone pattern and I came up with this. I followed... -
Texture help
Is it possible to get a texture from a 3Dobject, and save it to the cast? ? If it is, how? Valle -
Sean Wilson #2
Re: use a avi as texture
> Can i use an avi as a texture, how?
Check out> What can i do to make a texture from a movie and then aply it to a 3d model?
<http://poppy.macromedia.com/~thiggins/articles/videotextures/_archive/index.htm>
Sean Wilson Guest
-
Aldo Hoeben #3
Re: use a avi as texture
Sean Wilson wrote:
or>>> Can i use an avi as a texture, how?
>> What can i do to make a texture from a movie and then aply it to a 3d
>> model?
>
> Check out
> <http://poppy.macromedia.com/~thiggins/articles/videotextures/_archive/index.htm>
>
[url]http://www.macromedia.com/devnet/mx/director/articles/streaming_video.html[/url]
Aldo Hoeben Guest
-
DANGH_b #4
Re: use a avi as texture
Thank you for the help. I tried to make he animaed texture using copypixels.I
wanted to copythe image from an avi file and the images received were to be
made textures. pImage = image(640,480,32) pImage.fill(pImage.rect,rgb(0,0,0))
pImage.copyPixels( (the stage).image, pImage.rect, rect(0,0,640,480) ) I
put the images in a castmember. At first i copy the first image on the begining
of the sprite and the image captures the picture from the avi. When i try to
updtate the image on the exitframe the picture captivates everything in the
stage but the movie. Why? Please help
DANGH_b Guest
-
Sean Wilson #5
Re: use a avi as texture
Do you need to turn off direct-to-stage for your avi member perhaps?
Sean Wilson Guest
-
-
DANGH_b #7
Re: use a avi as texture
The video texture takes it`s images from the stage. CAn i do something to hide
the movie in the stage without afecting the textures? Can i play an avi from
outside the movie. Something like: sound(3).playFile( If not. Can i import the
file as quicktime with lingo. Thank you for reading.
DANGH_b Guest
-
Sean Wilson #8
Re: use a avi as texture
For a projector implementation, you could play the video in an invisible
MIAW and grab it's stage.image
For Shockwave, you can hide areas of the stage by altering the HTML that
embeds/objectifies the dcr.
Sean Wilson Guest
-
Aldo Hoeben #9
Re: use a avi as texture
Sean Wilson wrote:
Both methods are described in the article on DevNet (along with sample> For a projector implementation, you could play the video in an invisible
> MIAW and grab it's stage.image
> For Shockwave, you can hide areas of the stage by altering the HTML that
> embeds/objectifies the dcr.
movies)
Aldo Hoeben Guest
-
DANGH_b #10
Re: use a avi as texture
Thanks now it works. But still i am confrunting another problem: The dir file
that is in the miaw window uses a file that i desperately need to rename at the
end of the movie. In the director help it says that window.forget() doesn`t
work if i have multiple global references to the miaw dir, and it didn`t work
to close the miaw window at the end of the movie(on stopmovie). And if i don`t
close the window, then i can`t rename the file. I tried windows('
name').close(), but it still didn`t work. Please help!!!!!!
DANGH_b Guest



Reply With Quote

