use a avi as texture

Ask a Question related to Macromedia Director 3D, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. AVI as a texture?
      I'm following the tutorial on the Adobe Developer Center regarding inserting Streaming Video into Shockwave 3D...
    2. 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...
    3. 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...
    4. 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...
    5. Texture help
      Is it possible to get a texture from a 3Dobject, and save it to the cast? ? If it is, how? Valle
  3. #2

    Default Re: use a avi as texture

    > 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>
    Sean Wilson Guest

  4. #3

    Default Re: use a avi as texture

    Sean Wilson wrote:
    >> 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>
    >
    or
    [url]http://www.macromedia.com/devnet/mx/director/articles/streaming_video.html[/url]
    Aldo Hoeben Guest

  5. #4

    Default 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

  6. #5

    Default Re: use a avi as texture

    Do you need to turn off direct-to-stage for your avi member perhaps?
    Sean Wilson Guest

  7. #6

    Default Re: use a avi as texture

    Stupid me.
    That was the problem.Thank you a lot.
    DANGH_b Guest

  8. #7

    Default 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

  9. #8

    Default 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

  10. #9

    Default Re: use a avi as texture

    Sean Wilson wrote:
    > 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.
    Both methods are described in the article on DevNet (along with sample
    movies)
    Aldo Hoeben Guest

  11. #10

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139