[Dir3d-l] flash 8 xtra and 3d texture issue
Paul Johnson
me at pauljohnson.com
Fri Jan 26 08:46:21 EST 2007
I have attempted to workaround this flash security issue by handling
the bitmapData.draw of a flash movieclip from lingo.
tBmpData = newObject("flash.display.BitmapData",256, 256, true,
"0x00ffffff")
tFlashMC = gFlashSprite.mc_src
tBmpData.draw( tFlashMC )
However, the draw command is making director crash...
Has anyone done something like the above successfully?
-Paul
On Jan 26, 2007, at 7:27 AM, Paul Johnson wrote:
> Thank you.
> I think this is it... and it's even broader than a video
> restriction. As my searching seems to indicate, ANY cross domain
> asset, whether a jpg or flv, will fail with bitmap.draw. Good to know.
> I am try to render web apis and syndicated content in a 3d
> environment -- so this is presenting an obvious problem.
>
> Can a bitmapData.draw command be issued from lingo? I know there is
> filter support with the new flash image asset... maybe if I manage
> the bitmap transfer entirely from the shockwave/lingo side I can
> workaround the restriction.
>
> -Paul
>
> On Jan 26, 2007, at 3:39 AM, Noisecrime_PIPEX wrote:
>
>> ----- Original Message ----- From: "Paul Johnson"
>> <me at pauljohnson.com>
>>
>>> It works perfectly offline and within director... but when I view
>>> the dcr
>>> online, the flash image objects all come up blank !?
>>
>> This might be the cause
>> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=7c90fec7
>>
>> Flash 9 disables the drawing of a video source into a bitmap
>> directly,
>> secuirty issue I guess.
>>
>> However I seem to remember working around the issue, something
>> like drawing the video directly from the video object into a new
>> bitmap instead of a movieclip. So play around in Flash you should
>> find a workaround.
>>
>>
>> noisecrime 2007
>>
>>
>> _______________________________________________
>> Dir3d-l mailing list
>> Dir3d-l at nuttybar.drama.uga.edu
>> http://nuttybar.drama.uga.edu/mailman/listinfo/dir3d-l
>
> _______________________________________________
> Dir3d-l mailing list
> Dir3d-l at nuttybar.drama.uga.edu
> http://nuttybar.drama.uga.edu/mailman/listinfo/dir3d-l
More information about the Dir3d-l
mailing list