<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Flash Video in 3D - The Tutorial</title>
	<atom:link href="http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 02:16:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Darren</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-9559</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Thu, 24 Jan 2008 03:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-9559</guid>
		<description>Sorry I meant I still have no video showing on my mesh I can here it and move the dae around but I cant see video</description>
		<content:encoded><![CDATA[<p>Sorry I meant I still have no video showing on my mesh I can here it and move the dae around but I cant see video</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-9558</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Thu, 24 Jan 2008 03:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-9558</guid>
		<description>I had same problem as david but even after following instructions...

In Video3DScene add the following line above line 78â€¦

BitmapMaterial.AUTO_MIP_MAPPING = false;

and change the followingâ€¦

screen.addCollada(â€screen.daeâ€, materials);

to

screen.addChild(new Collada(â€screen.daeâ€, materials));

...it i still video on my mesh

pls help</description>
		<content:encoded><![CDATA[<p>I had same problem as david but even after following instructions&#8230;</p>
<p>In Video3DScene add the following line above line 78â€¦</p>
<p>BitmapMaterial.AUTO_MIP_MAPPING = false;</p>
<p>and change the followingâ€¦</p>
<p>screen.addCollada(â€screen.daeâ€, materials);</p>
<p>to</p>
<p>screen.addChild(new Collada(â€screen.daeâ€, materials));</p>
<p>&#8230;it i still video on my mesh</p>
<p>pls help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-3612</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 03 Oct 2007 15:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-3612</guid>
		<description>I haven't tried using a video with an alpha channel. I would guess that you just need to make sure the Bitmap object and Papervision are allowing (setup properly) the transparency.

Unfortunately I've had problems with audio syncing too. I've had a better experience with streaming the video. There are security restrictions around capturing RTMP content so you have to hack around these. I did this by using a Flash 8 SWF which loads and streams the FLV and then loading this SWF into my FP9 / Papervision app. However, this may not work in the latest versions of the player.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried using a video with an alpha channel. I would guess that you just need to make sure the Bitmap object and Papervision are allowing (setup properly) the transparency.</p>
<p>Unfortunately I&#8217;ve had problems with audio syncing too. I&#8217;ve had a better experience with streaming the video. There are security restrictions around capturing RTMP content so you have to hack around these. I did this by using a Flash 8 SWF which loads and streams the FLV and then loading this SWF into my FP9 / Papervision app. However, this may not work in the latest versions of the player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OlivierClement</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-2805</link>
		<dc:creator>OlivierClement</dc:creator>
		<pubDate>Mon, 17 Sep 2007 14:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-2805</guid>
		<description>Hi,
My flv contains an alpha channel and is encoded with On2 VP6 and I've got 2 issues;

1. I've set the bitmapData transparency switch to true and color to 0x00FFFFFF,
    The video and transparency do work, but each frames "stays" on the surface as 
    if it were painted on (Lets say "a dot passing by would draw a line")
    I need to know if there's a workaround for this

2. Also the video and sound are completely off-sync. Obviously the video is slowed
    down but the sound plays to its correct speed. Any idea to fix this? I suppose
    the video resolution is for something (1080x608) but when used "normally"
    without PV3D, it plays well.

Is using a plain instead of a collada mesh would help?

Thanks,

Olivier ClÃ©ment</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My flv contains an alpha channel and is encoded with On2 VP6 and I&#8217;ve got 2 issues;</p>
<p>1. I&#8217;ve set the bitmapData transparency switch to true and color to 0&#215;00FFFFFF,<br />
    The video and transparency do work, but each frames &#8220;stays&#8221; on the surface as<br />
    if it were painted on (Lets say &#8220;a dot passing by would draw a line&#8221;)<br />
    I need to know if there&#8217;s a workaround for this</p>
<p>2. Also the video and sound are completely off-sync. Obviously the video is slowed<br />
    down but the sound plays to its correct speed. Any idea to fix this? I suppose<br />
    the video resolution is for something (1080&#215;608) but when used &#8220;normally&#8221;<br />
    without PV3D, it plays well.</p>
<p>Is using a plain instead of a collada mesh would help?</p>
<p>Thanks,</p>
<p>Olivier ClÃ©ment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adampasz</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-597</link>
		<dc:creator>adampasz</dc:creator>
		<pubDate>Thu, 26 Jul 2007 15:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-597</guid>
		<description>Thanks, that fixes it!</description>
		<content:encoded><![CDATA[<p>Thanks, that fixes it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-446</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 06 Jul 2007 16:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-446</guid>
		<description>Hi David,

There have indeed been changes in some of the newer revisions of the PV3D library that cause issues with the Video 3D code. I had a look and there is a pretty simple fix that should get things up and running again.

In Video3DScene add the following line above line 78...

BitmapMaterial.AUTO_MIP_MAPPING = false;

and change the following...

screen.addCollada("screen.dae", materials);

to

screen.addChild(new Collada("screen.dae", materials));

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>There have indeed been changes in some of the newer revisions of the PV3D library that cause issues with the Video 3D code. I had a look and there is a pretty simple fix that should get things up and running again.</p>
<p>In Video3DScene add the following line above line 78&#8230;</p>
<p>BitmapMaterial.AUTO_MIP_MAPPING = false;</p>
<p>and change the following&#8230;</p>
<p>screen.addCollada(&#8221;screen.dae&#8221;, materials);</p>
<p>to</p>
<p>screen.addChild(new Collada(&#8221;screen.dae&#8221;, materials));</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Johnson</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-441</link>
		<dc:creator>David Johnson</dc:creator>
		<pubDate>Thu, 05 Jul 2007 20:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-441</guid>
		<description>Hi Paul,

I've tried compiling your project with the latest version of PV (as of 7/5/07), and the video disappears; presumably, the BitmapData doesn't update properly. Is there an obvious change that I need to make to the code? I haven't been able to find it.

Thanks!
David</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>I&#8217;ve tried compiling your project with the latest version of PV (as of 7/5/07), and the video disappears; presumably, the BitmapData doesn&#8217;t update properly. Is there an obvious change that I need to make to the code? I haven&#8217;t been able to find it.</p>
<p>Thanks!<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-191</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 18 Apr 2007 17:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-191</guid>
		<description>Are you streaming the FLV? Security restrictions in the Flash Player won't allow you to grab a bitmap capture of RTMP content. See the note about it in the live docs, http://tinyurl.com/38rsoe. There are some work arounds but I wouldn't count on them to work in the future. Unfortunately, the best you can do is embed the FLV into a SWF for now and hope Adobe changes its security policy on the matter.

If that's not the cause of the issue... Not sure what is. I've never had any problems beyond the security restrictions.</description>
		<content:encoded><![CDATA[<p>Are you streaming the FLV? Security restrictions in the Flash Player won&#8217;t allow you to grab a bitmap capture of RTMP content. See the note about it in the live docs, <a href="http://tinyurl.com/38rsoe" rel="nofollow">http://tinyurl.com/38rsoe</a>. There are some work arounds but I wouldn&#8217;t count on them to work in the future. Unfortunately, the best you can do is embed the FLV into a SWF for now and hope Adobe changes its security policy on the matter.</p>
<p>If that&#8217;s not the cause of the issue&#8230; Not sure what is. I&#8217;ve never had any problems beyond the security restrictions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .Dustin Moore</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-179</link>
		<dc:creator>.Dustin Moore</dc:creator>
		<pubDate>Tue, 17 Apr 2007 04:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-179</guid>
		<description>Have you ever had a problem with video freezing (On2 codec failing to produce new frames) yet the render event keeps firing and rendering the now static video bitmap on the 3D surface? I'm trying to  figure out why my video-on-3d freezes. Is there a place where one can look for exceptions? I don't get anything out of the debug standalone viewer when the video freezes.</description>
		<content:encoded><![CDATA[<p>Have you ever had a problem with video freezing (On2 codec failing to produce new frames) yet the render event keeps firing and rendering the now static video bitmap on the 3D surface? I&#8217;m trying to  figure out why my video-on-3d freezes. Is there a place where one can look for exceptions? I don&#8217;t get anything out of the debug standalone viewer when the video freezes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph Hauwert</title>
		<link>http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-115</link>
		<dc:creator>Ralph Hauwert</dc:creator>
		<pubDate>Tue, 03 Apr 2007 03:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptarchitect.com/2007/04/02/flash-video-in-3d-the-tutorial/#comment-115</guid>
		<description>Paul....awesome!</description>
		<content:encoded><![CDATA[<p>Paul&#8230;.awesome!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
