[Papervision3D] Add Plane to a Canvas component

John Brookes jbpv3d at googlemail.com
Thu Sep 25 09:57:23 PDT 2008


If I understand the question ;)
Have a look at the source code for your html file.look for align middle.
Just a guess but when you embed a flash file in an html file the default
setting is along the lines of

        AC_FL_RunContent(
            'codebase', '
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0
',
            'width', '800',
            'height', '600',
            'src', 'cs3',
            'quality', 'high',
            'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
            'align', 'middle',  *<.................Because of this change it
to left or right*
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'cs3',
            'bgcolor', '#ffffff',
            'name', 'cs3',
            'menu', 'true',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', 'cs3',
            'salign', ''
            ); //end AC code
    }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20080925/9e14aad9/attachment.html 


More information about the Papervision3D mailing list