<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/568460#M4029</link>
    <description>&lt;P&gt;Hi &lt;A href="https://community.ptc.com/t5/user/viewprofilepage/user-id/286642" target="_blank"&gt;@tdhote&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This was just what I was looking for! Playing multiple videos (mp4) inside a downloaded experience w/o Wi-Fi.&lt;/P&gt;
&lt;P&gt;I was using the&amp;nbsp;loadDeeplinkedExperience1();&amp;nbsp;way but that wouldn't work in my case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I followed each of these steps closely and the videos will play, but only audio.&lt;/P&gt;
&lt;P&gt;Any thoughts on what I might be missing?&lt;/P&gt;
&lt;P&gt;Should I expect each mp4 load to full screen like the Deep Linked, being able to x out back to the experience?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 00:32:56 GMT</pubDate>
    <dc:creator>jambrose</dc:creator>
    <dc:date>2018-08-28T00:32:56Z</dc:date>
    <item>
      <title>i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after that 3 buttons will appear, after clicking on the button respective video should start playing. I have the video file in .mp4 format.</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/518455#M2733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after that 3 (say 1,2 &amp;amp; 3) buttons will appear, after clicking on the button respective video should start playing. if i click on button 1, video 1 should start playing and so on. I have the video file in .mp4 format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i create an AR for the above case. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 10:51:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/518455#M2733</guid>
      <dc:creator>tdhote</dc:creator>
      <dc:date>2018-02-05T10:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/543256#M2734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/286642"&gt;@tdhote&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This can be implemented in many ways and one of the ways is shown below:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Drag and drop 3 button widgets on 2D canvas.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;For button-1, bind the click event to the video-1 widget 'play' property value. Also, bind click event to the video-2 and video-3 'pause' property value.&amp;nbsp;Now, click on the JS which is next to click event and call the video1(); function.&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/6458i597792F12ACD7614/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="button.JPG" title="button.JPG" /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;For button-2, bind the click event to the video-2 widget 'play' property value. Also bind click event to the video-1 and video-3 'pause' property value.&amp;nbsp;Now, click on the JS which is next to click event and call the video2(); function.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;For button-3, bind the click event to the video-3 widget 'play' property value. Also bind click event to the video-1 and video-2 'pause' property value.&amp;nbsp;Now, click on the JS which is next to click event and call the video3(); function.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag 3 video widgets on to the 2D canvas, uncheck the visible property of all the video widgets and upload the resource in the Video Source as shown below:&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/6459i36F120332195A922/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="video.JPG" title="video.JPG" /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Create 3 application parameters with any desired namd in the Data panel and set it's value to false. &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Drag the binding icon next to the application parameter and drop it on the visible property of the video widget as shown below:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/6460iDCD3671CE02EDC04/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="app.JPG" title="app.JPG" /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Repeat the same for other two application parameters. Bind them to their respective video visible property.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Click on Home.js and paste the below code:&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;$scope.video1 = function() {&lt;BR /&gt; $scope.app.params.visible = true;&lt;BR /&gt; $scope.app.params.visible2 = false;&lt;BR /&gt; $scope.app.params.visible3 = false;&lt;BR /&gt; &lt;BR /&gt;}&lt;BR /&gt;$scope.video2 = function() {&lt;BR /&gt; $scope.app.params.visible = false;&lt;BR /&gt; $scope.app.params.visible2 = true;&lt;BR /&gt; $scope.app.params.visible3 = false;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;$scope.video3 = function() {&lt;BR /&gt; $scope.app.params.visible = false;&lt;BR /&gt; $scope.app.params.visible2 = false;&lt;BR /&gt; $scope.app.params.visible3 = true;&lt;BR /&gt;}&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&amp;nbsp;Save and test the experience.&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 03 Apr 2018 16:42:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/543256#M2734</guid>
      <dc:creator>ytella</dc:creator>
      <dc:date>2018-04-03T16:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/568460#M4029</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.ptc.com/t5/user/viewprofilepage/user-id/286642" target="_blank"&gt;@tdhote&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;This was just what I was looking for! Playing multiple videos (mp4) inside a downloaded experience w/o Wi-Fi.&lt;/P&gt;
&lt;P&gt;I was using the&amp;nbsp;loadDeeplinkedExperience1();&amp;nbsp;way but that wouldn't work in my case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I followed each of these steps closely and the videos will play, but only audio.&lt;/P&gt;
&lt;P&gt;Any thoughts on what I might be missing?&lt;/P&gt;
&lt;P&gt;Should I expect each mp4 load to full screen like the Deep Linked, being able to x out back to the experience?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 00:32:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/568460#M4029</guid>
      <dc:creator>jambrose</dc:creator>
      <dc:date>2018-08-28T00:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/568610#M4040</link>
      <description>&lt;P&gt;Make sure you have the video Widget visibility set to true. If it is false the video will still play even though you can't see it but you will still hear the audio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my experience on Android videos will play in a window by default but on Apple they will force to full screen using the native video player.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:12:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/568610#M4040</guid>
      <dc:creator>jmikesell</dc:creator>
      <dc:date>2018-08-28T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/569118#M4054</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Level-9 lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.ptc.com/t5/user/viewprofilepage/user-id/216619" target="_self"&gt;jmikesell&lt;/A&gt;, much appreciated!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 17:35:21 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/569118#M4054</guid>
      <dc:creator>jambrose</dc:creator>
      <dc:date>2018-08-30T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: i am new to Thnigworx studio, i want to create an AR, where in i will scan the Thingmark, after</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/577057#M4428</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/285602"&gt;@jambrose&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing good. Could you please confirm if the issue has been resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If yes, please mark the answer as accept as solution for the future reference. Thank you in advance.&lt;/P&gt;
&lt;P&gt;Regards-Mohit Goel&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 06:14:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/i-am-new-to-Thnigworx-studio-i-want-to-create-an-AR-where-in-i/m-p/577057#M4428</guid>
      <dc:creator>mgoel</dc:creator>
      <dc:date>2018-10-18T06:14:20Z</dc:date>
    </item>
  </channel>
</rss>

