Hello,
i have an exhibition stand in 3d pdf with a lcd-tv. in Pro Extended you can insert flash, but how can i put a flash movie onto an object (display of lcd, uv map perhaps?)so that it plays while i watch and use the 3d pdf (rotate, zoom).
any ideas? java?
i use 3ds max 2009 and acrobat 3d 8 and pro extended 9 with vista 64 bit.
regards, jens
1) Draw your 3D box, pick the mesh and open the 'advanced' settings
2) click the 'resources' tab, click "add" and browse to your SWF.
3) In 'binding', choose 'material' and type in the exact name of the material your TV screen as assigned to it.
The 3D object will then display that SWF as the diffuse map for the material, and will obey any UV mapping the mesh has. Note the default quality of the texture isn't particularly good as it's converted to pixels, so don't expect a vector SWF to display perfectly when you zoom in. Frankly it's not even rendered as well as a bitmap texture is, but hey.. it's there.
Important points:
The SWF 'texture' obeys normal SWF timeline rules, so if you want it to autoplay, make the SWF that way too. If the SWF has buttons and actions, those will also work, so you can indeed make a SWF slideshow that advances when it's clicked, even though it's inside a 3D world!
You can also play with the assignation and quality of SWF textures using runtime Javascript - it's not entirely trivial, but it's possible.