Im finding it hard to load a swf movie into my 3dcontainer, iv seen some examples embedding but i have several large swf that i would like to load onto my mesh,Im not sure what material would allow this i seem to only find old documentation in regards to away3d… all my swf are organized already into an array, myMovie[1]...ect
Im using away3d gold, any assistance would be appreciated.
loading SWF into a 3d object containerSoftware: Away3D 4.x |
||
parele, Jr. Member
Posted: 20 August 2012 12:03 PM Total Posts: 43 |
||
|
||
Richard Olsson, Administrator
Posted: 22 August 2012 07:08 AM Total Posts: 1192 [ # 2 ] What exactly do you need? Do you need to render a movie clip (from a loaded SWF) on the surface of a 3D object? Do you need it to be interactive? Animated? |
||
parele, Jr. Member
Posted: 22 August 2012 10:17 AM Total Posts: 43 [ # 3 ] I wanted an interactive SWF to be used on the mesh faces or a plane just so it would rotate along with everything else in the 3d Container… i have found some work around but ideally i just wanted to know if it can be done with out hassle .... |
||
Richard Olsson, Administrator
Posted: 22 August 2012 10:34 AM Total Posts: 1192 [ # 4 ] Interaction and animation, no. Because that requires frequent uploads of bitmaps to the GPU, which is very slow. It can be done, but not very optimally, so the use cases would be limited which is why we haven’t prioritized this feature. |
||
|