<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Edge animate - You tube video does not support in Mozilla Firefox ?</title>
    <link>https://forums.adobe.com/community/edge_animate?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 31 Oct 2014 16:45:18 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-31T16:45:18Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6887393?tstart=0#6887393</link>
      <description>&lt;!-- [DocumentBodyStart:7fd0eb61-9132-443e-9110-e1d07dee0228] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Okay i came with the solution thanks to everyone here!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;First you make a symbol then you dubble click that symbol to open the symbol, delete what's inside.&lt;/li&gt;&lt;li&gt;When that's done you give your symbol a name. Carefull don't call it video, edge animate won't support that name futhermore you can name it whatever you want.&lt;/li&gt;&lt;li&gt;then you go to your stage and enter the code below, the bold parts are code and the other parts explain the code&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;var youtube = $("&amp;lt;iframe/&amp;gt;");&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This always stays the same, you can give the variable (youtube in this case) any name you want&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;sym.$("movie").append(youtube);&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In this case is my symbol name is movie,&amp;nbsp; you can also name that whatever you want, but&amp;nbsp; carefull, don't call it video!&lt;/p&gt;&lt;p&gt;after that you again use your variable name between the second braces&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;youtube.attr('type', 'text/html');&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just leave it like this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;youtube.attr('width', '640');&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Make sure your symbol is the same size as in this code, otherwise that could give you problems&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;youtube.attr('height', '360');&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Make sure your symbol is the same size as in this code, otherwise that could give you problems&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is importand to manage instert your link in the following way: &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;youtube.attr('src', 'https:/&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;/&lt;/em&gt;&lt;span&gt;&amp;nbsp; this always stays! when you embed from youtube youtube won't put &lt;/span&gt;&lt;a class="jive-link-external-small" href="https://" rel="nofollow"&gt;https://&lt;/a&gt;&lt;span&gt; before it and it's required to load. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then you go to your youtube video, you will see share then click embed and&amp;nbsp; you will see the following code, only use the bold part below in this link:&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;iframe width="560" height="315" src="//&lt;strong&gt;&lt;em&gt;www.youtube.com/embed/T7MqEEGGpus&lt;/em&gt;&lt;/strong&gt;" frameborder="0" allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;em&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;after that you end with&amp;nbsp; &lt;strong&gt;');&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;so you will see this when your done inserting the link: youtube.attr('src', '&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://www.youtube.com/embed/T7MqEEGGpus');" rel="nofollow"&gt;https://www.youtube.com/embed/T7MqEEGGpus');&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;youtube.attr('frameborder', '0');&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if you want a border change it into 1, 0 means that you don't want your video to have a border&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;youtube.attr('allowfullscreen', '0');&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;br/&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Hope this solves the problem for everyone!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Greetings,&lt;/p&gt;&lt;p&gt;Jens&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7fd0eb61-9132-443e-9110-e1d07dee0228] --&gt;&lt;img src='/beacon?t=1415894274531' /&gt;</description>
      <pubDate>Fri, 31 Oct 2014 16:45:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6887393?tstart=0#6887393</guid>
      <dc:date>2014-10-31T16:45:18Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6887012?tstart=0#6887012</link>
      <description>&lt;!-- [DocumentBodyStart:2da86f0f-1cd6-4a7e-a930-194073960804] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The important part to embedding a YouTube video is the random assigned numbers and letters found after embed/ (youtube.attr('src', '&lt;a class="jive-link-external-small" href="https://www.youtube.com/embed/MyFv6UKsW70?rel=0%27%29;" rel="nofollow"&gt;https://www.youtube.com/embed/MyFv6UKsW70?rel=0');&lt;/a&gt;).&amp;nbsp; Go to your YouTube video and look at the link, here is my example: &lt;a class="jive-link-external-small" href="http://www.youtube.com/watch?v=MyFv6UKsW70" rel="nofollow"&gt;http://www.youtube.com/watch?v=MyFv6UKsW70&lt;/a&gt;. Grab the last bit and paste it into the code from my example after embed/ and it should work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good Luck!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2da86f0f-1cd6-4a7e-a930-194073960804] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:22:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6887012?tstart=0#6887012</guid>
      <dc:date>2014-10-31T15:22:56Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6886812?tstart=0#6886812</link>
      <description>&lt;!-- [DocumentBodyStart:98e2bf42-22d9-4a16-bc9d-a8ba6d38502c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a question Brandon.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The test file works for me , but when i try to enter my own youtube link, it doesn't appear. How did you embed the link ? I think my problem is solved if i'm able to embed it that way&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:98e2bf42-22d9-4a16-bc9d-a8ba6d38502c] --&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:06:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6886812?tstart=0#6886812</guid>
      <dc:date>2014-10-31T15:06:14Z</dc:date>
      <clearspace:dateToText>1 week 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6745230?tstart=0#6745230</link>
      <description>&lt;!-- [DocumentBodyStart:fd28c729-bf90-4d5f-809f-b3723cafa4a1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You might be better off breaking your video into 2 parts: the intro and the loop. Then put your intro onto the timeline first and when finished roll into your loop.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;HTH,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rich&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd28c729-bf90-4d5f-809f-b3723cafa4a1] --&gt;</description>
      <pubDate>Fri, 19 Sep 2014 16:55:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6745230?tstart=0#6745230</guid>
      <dc:date>2014-09-19T16:55:33Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6744599?tstart=0#6744599</link>
      <description>&lt;!-- [DocumentBodyStart:25e510df-ffd1-4ad7-808f-1000b8d93cb3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have something... I want to add a video and allow it to be looping as a background but.. I have a starting sequence for a few seconds then after that it will loop? Is this possible with edge and muse working together? &lt;span&gt;an opening sequence that turns into this loop. The problem with muse is a fullscreen background does not center or scale but with html5 I know I can do it. I have tried stuff with another site i am working on &lt;/span&gt;&lt;span&gt;but on different resolutions is looks pretty bad. And will not work in safari but the albiononline one does.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25e510df-ffd1-4ad7-808f-1000b8d93cb3] --&gt;</description>
      <pubDate>Fri, 19 Sep 2014 13:48:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6744599?tstart=0#6744599</guid>
      <dc:date>2014-09-19T13:48:32Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6665514?tstart=0#6665514</link>
      <description>&lt;!-- [DocumentBodyStart:cfb2b3f5-7696-4cda-8a6d-8f063c345aea] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Brandon!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The empty() method is really the key! Everything works fine now!&lt;/p&gt;&lt;p&gt;Plus: the Play Button is clickable in FF now.. &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cfb2b3f5-7696-4cda-8a6d-8f063c345aea] --&gt;</description>
      <pubDate>Fri, 22 Aug 2014 17:52:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6665514?tstart=0#6665514</guid>
      <dc:date>2014-08-22T17:52:54Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6665466?tstart=0#6665466</link>
      <description>&lt;!-- [DocumentBodyStart:446d523e-987f-4d8e-99a9-1bf020fe8334] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Sonja,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe I can help, first with why the controls panel is not clickable in FF.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am guessing you created your video symbol by drawing a box, then converting it to a symbol.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The box you created becomes an invisible barrier when you convert it to a symbol.&amp;nbsp; The solution is to go into your video symbol and resize the box to 1px x 1px, then put it in the upper left corner at position 0,0. This should solve the clicking issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As for the playing when not displayed, the solution I found was to use the .empty() function. I posted my code above from my CreateDeleteYoutube sample.&amp;nbsp; You can download it to see how I made it work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hopefully this helps!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:446d523e-987f-4d8e-99a9-1bf020fe8334] --&gt;</description>
      <pubDate>Fri, 22 Aug 2014 17:12:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6665466?tstart=0#6665466</guid>
      <dc:date>2014-08-22T17:12:17Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6665492?tstart=0#6665492</link>
      <description>&lt;!-- [DocumentBodyStart:a3fa48a9-a26b-463c-b1ad-3e212caea731] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have two issues with two vids (from vimeo) on the same timeline. &lt;/p&gt;&lt;p&gt;Toggling between Display On/Off is no problem.&lt;/p&gt;&lt;p&gt;Instead of using jQuery hide/show you can also control it with the Display/OnOff keyframes for each element on the timeline.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BUT..&lt;/p&gt;&lt;p&gt;1) How to prevent the instances from playing (while not displayed)? &lt;/p&gt;&lt;p&gt;The new html5 audio features (pause/mute...) will not work because the videos are external.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I need a load/unload or append/remove function for the symbol which holds the iframe, ...any ideas?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;2) The Start/Play Button in the video controls panel is not clickable in FF 30.0/Mac. ? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sonja&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3fa48a9-a26b-463c-b1ad-3e212caea731] --&gt;</description>
      <pubDate>Fri, 22 Aug 2014 17:03:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6665492?tstart=0#6665492</guid>
      <dc:date>2014-08-22T17:03:38Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6661894?tstart=0#6661894</link>
      <description>&lt;!-- [DocumentBodyStart:2aa0145a-f968-4824-97ce-65df5234483a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Rich,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm sorry you still can't get it to work.&amp;nbsp; Don't give up on Edge Animate, it is a great program with SO many possibilities.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is a link to my working sample. Remembering back to when I had the issues the key to making it work was the empty(); function for both the Hide and Show buttons.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.capitalpress.biz/html5ads/youtube/CreateDeleteYoutube.zip" rel="nofollow"&gt;www.capitalpress.biz/html5ads/youtube/CreateDeleteYoutube.zip&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best of luck!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2aa0145a-f968-4824-97ce-65df5234483a] --&gt;</description>
      <pubDate>Thu, 21 Aug 2014 15:37:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6661894?tstart=0#6661894</guid>
      <dc:date>2014-08-21T15:37:49Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6661866?tstart=0#6661866</link>
      <description>&lt;!-- [DocumentBodyStart:3ff28d47-79b2-4607-bf18-89a16abb88e2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for your input Brando but it's still not working. I'm going a different way with this project for now and will revisit this down the road. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm really liking Edge Animate, but there are still some bugs in it so I won't be losing a lot of sleep over these issues.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rich&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3ff28d47-79b2-4607-bf18-89a16abb88e2] --&gt;</description>
      <pubDate>Thu, 21 Aug 2014 15:26:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6661866?tstart=0#6661866</guid>
      <dc:date>2014-08-21T15:26:07Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6659915?tstart=0#6659915</link>
      <description>&lt;!-- [DocumentBodyStart:08604451-5fb5-4c52-a298-7f8b050fa28a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Try this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Show Button:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;//code to embed youtube into symbol&lt;/p&gt;&lt;p&gt;var youtube = $("&amp;lt;iframe/&amp;gt;");&lt;/p&gt;&lt;p&gt;sym.$("video").empty().append(youtube);&lt;/p&gt;&lt;p&gt;youtube.attr('type', 'text/html');&lt;/p&gt;&lt;p&gt;youtube.attr('width', '640');&lt;/p&gt;&lt;p&gt;youtube.attr('height', '360');&lt;/p&gt;&lt;p&gt;&lt;span&gt;youtube.attr('src', '&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://www.youtube.com/embed/MyFv6UKsW70?rel=0');" rel="nofollow"&gt;https://www.youtube.com/embed/MyFv6UKsW70?rel=0');&lt;/a&gt;&lt;/p&gt;&lt;p&gt;youtube.attr('frameborder', '1');&lt;/p&gt;&lt;p&gt;youtube.attr('allowfullscreen', '0');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// Show an element &lt;/p&gt;&lt;p&gt;sym.$("video").show();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Hide Button:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;sym.$("video").empty();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// Hide an element &lt;/p&gt;&lt;p&gt;sym.$("video").hide();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sorry, I worked on this very problem for quite some time so had many versions of the same test.&amp;nbsp; If you would like I can share this test file as well, it worked perfectly in Firefox.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:08604451-5fb5-4c52-a298-7f8b050fa28a] --&gt;</description>
      <pubDate>Wed, 20 Aug 2014 23:36:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6659915?tstart=0#6659915</guid>
      <dc:date>2014-08-20T23:36:56Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6659797?tstart=0#6659797</link>
      <description>&lt;!-- [DocumentBodyStart:32fd59aa-d4fa-43d3-be22-8723ee084b94] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not usually.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What I did, which is in the code above, is put the code for inserting the video into my show button, instead of on the stage as compositionReady.&amp;nbsp; I did this so that I could just delete the videoSymbol when I click on the hide button.&amp;nbsp; The video symbol is recreated when I click on the show button.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am on deadline right now so I cannot delve deeper into the issue at the moment, but here is a sample where the show/hide is working.&amp;nbsp; It isn't my finished product though as the video continues to play when the symbol is hidden (hence the deleting versus hiding above)&amp;nbsp; I will try and catch back up with you tomorrow or Friday if you are still having issues.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;www.capitalpress.biz/html5ads/youtube/testEmbeddingYoutube.zip&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good luck,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:32fd59aa-d4fa-43d3-be22-8723ee084b94] --&gt;</description>
      <pubDate>Wed, 20 Aug 2014 23:17:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6659797?tstart=0#6659797</guid>
      <dc:date>2014-08-20T23:17:19Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6659868?tstart=0#6659868</link>
      <description>&lt;!-- [DocumentBodyStart:ba0ff075-5498-4bcc-bb82-c77df1643f28] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your response but it's still not working.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I double checked the names, my typing, the Action...&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt; and I can't see why this show/hide won't work.... Is there something special with showing/hiding a symbol that isn't well known/published?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rich&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ba0ff075-5498-4bcc-bb82-c77df1643f28] --&gt;</description>
      <pubDate>Wed, 20 Aug 2014 23:04:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6659868?tstart=0#6659868</guid>
      <dc:date>2014-08-20T23:04:13Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6659794?tstart=0#6659794</link>
      <description>&lt;!-- [DocumentBodyStart:135f3c95-d3fe-4ab9-8fba-81b7d98b81e9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;To test my youtube video I created 2 buttons, &lt;strong&gt;show video&lt;/strong&gt; and &lt;strong&gt;hide video&lt;/strong&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The code for my hide video is the following:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;sym.getSymbol("video").deleteSymbol();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The code for my show video is the following:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;var youtube = $("&amp;lt;iframe/&amp;gt;");&lt;/p&gt;&lt;p&gt;sym.$("video").append(youtube);&lt;/p&gt;&lt;p&gt;youtube.attr('type', 'text/html');&lt;/p&gt;&lt;p&gt;youtube.attr('width', '640');&lt;/p&gt;&lt;p&gt;youtube.attr('height', '360');&lt;/p&gt;&lt;p&gt;&lt;span&gt;youtube.attr('src', '&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://www.youtube.com/embed/MyFv6UKsW70?rel=0');" rel="nofollow"&gt;https://www.youtube.com/embed/MyFv6UKsW70?rel=0');&lt;/a&gt;&lt;/p&gt;&lt;p&gt;youtube.attr('frameborder', '1');&lt;/p&gt;&lt;p&gt;youtube.attr('allowfullscreen', '0');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// Show an Element.&lt;/p&gt;&lt;p&gt;sym.$("video").show();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hopefully this helps.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:135f3c95-d3fe-4ab9-8fba-81b7d98b81e9] --&gt;</description>
      <pubDate>Wed, 20 Aug 2014 22:52:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6659794?tstart=0#6659794</guid>
      <dc:date>2014-08-20T22:52:08Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6659771?tstart=0#6659771</link>
      <description>&lt;!-- [DocumentBodyStart:16bda9f9-4deb-4365-8a81-ec5938bd0048] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;...so I've gone ahead and created the blank video symbol and the youtube movie plays fine, except when I apply the Action:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sym.$("video").hide();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...it stays visible. Anyone know how I'd hide that programatically?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your help,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rich&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:16bda9f9-4deb-4365-8a81-ec5938bd0048] --&gt;</description>
      <pubDate>Wed, 20 Aug 2014 22:45:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6659771?tstart=0#6659771</guid>
      <dc:date>2014-08-20T22:45:37Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6500326?tstart=0#6500326</link>
      <description>&lt;!-- [DocumentBodyStart:cc324618-f476-485c-85ba-ae3938b918d0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Working with others I have found that Edge Animate has a bug that sometimes causes an error when trying to publish or save a file with a blank symbol.&amp;nbsp; The workaround fix for this is to go inside your symbol, in this case video, and create a 1px x 1px rectangle and place it in position 0,0.&amp;nbsp; Change the alpha to 0 so it is hidden.&amp;nbsp; This should fix the glitch and still make your video function correctly.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cc324618-f476-485c-85ba-ae3938b918d0] --&gt;</description>
      <pubDate>Thu, 26 Jun 2014 18:44:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6500326?tstart=0#6500326</guid>
      <dc:date>2014-06-26T18:44:42Z</dc:date>
      <clearspace:dateToText>4 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6455895?tstart=0#6455895</link>
      <description>&lt;!-- [DocumentBodyStart:dd5cfee8-839e-43b8-a1bd-d9c145d5c168] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi CPBTenner,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you for sharing your solution with us.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Preran&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd5cfee8-839e-43b8-a1bd-d9c145d5c168] --&gt;</description>
      <pubDate>Fri, 13 Jun 2014 13:11:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6455895?tstart=0#6455895</guid>
      <dc:date>2014-06-13T13:11:43Z</dc:date>
      <clearspace:dateToText>5 months 22 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6454619?tstart=0#6454619</link>
      <description>&lt;!-- [DocumentBodyStart:117db287-f975-4c9f-8b22-43d97f679d84] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;EUREKA!!!&amp;nbsp;&amp;nbsp; After many attempts I think I figured it out!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Create a rectangle 640px x 360px on the stage.&amp;nbsp; Convert it to a symbol with the name video.&amp;nbsp; Go inside the video symbol and delete the rectangle on the timeline. (This leaves video as an empty frame)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Back in the stage I added this code in the stage actions under compositionReady:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var youtube = $("&amp;lt;iframe/&amp;gt;");&lt;/p&gt;&lt;p&gt;sym.$("video").append(youtube);&lt;/p&gt;&lt;p&gt;youtube.attr('type', 'text/html');&lt;/p&gt;&lt;p&gt;youtube.attr('width', '640');&lt;/p&gt;&lt;p&gt;youtube.attr('height', '360');&lt;/p&gt;&lt;p&gt;&lt;span&gt;youtube.attr('src', '&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://www.youtube.com/embed/MyFv6UKsW70?rel=0');" rel="nofollow"&gt;https://www.youtube.com/embed/MyFv6UKsW70?rel=0');&lt;/a&gt;&lt;/p&gt;&lt;p&gt;youtube.attr('frameborder', '1');&lt;/p&gt;&lt;p&gt;youtube.attr('allowfullscreen', '0');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tested it in Firefox 29.0.1 with both the HTML5 Youtube player and the Flash Youtube player and it worked for both.&amp;nbsp; Here is a link to my test video:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.capitalpress.biz/html5ads/youtube/embeddingYoutube.html" rel="nofollow"&gt;http://www.capitalpress.biz/html5ads/youtube/embeddingYoutube.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:117db287-f975-4c9f-8b22-43d97f679d84] --&gt;</description>
      <pubDate>Thu, 12 Jun 2014 22:34:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6454619?tstart=0#6454619</guid>
      <dc:date>2014-06-12T22:34:56Z</dc:date>
      <clearspace:dateToText>5 months 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6422089?tstart=0#6422089</link>
      <description>&lt;!-- [DocumentBodyStart:5f957854-30b1-4fff-836b-230f62635163] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; What I thought was a poster of the video is actually the video itself.&amp;nbsp; Unfortunately the 0 opacity rectangle that is needed to show the video is sitting on top of the iFrame so it does not recognize the mouseover/click/etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts on how to fix it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f957854-30b1-4fff-836b-230f62635163] --&gt;</description>
      <pubDate>Fri, 30 May 2014 17:00:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6422089?tstart=0#6422089</guid>
      <dc:date>2014-05-30T17:00:22Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/6422007?tstart=0#6422007</link>
      <description>&lt;!-- [DocumentBodyStart:f812a5d6-0ace-4293-98da-17eeb1b3b13e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am having the same problem.&amp;nbsp; The rectangle inside the symbol is 0% opacity and the code appears to be right but it still doesn't work, it only shows the poster image of the video in Firefox 29.0.1.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is a link to my sample ad: &lt;a class="jive-link-external-small" href="http://www.capitalpress.biz/html5ads/youtube/embeddingYoutube.html" rel="nofollow"&gt;http://www.capitalpress.biz/html5ads/youtube/embeddingYoutube.html&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And my Stage code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var youtube = $("&amp;lt;iframe/&amp;gt;");&lt;/p&gt;&lt;p&gt;sym.$("video").append(youtube);&lt;/p&gt;&lt;p&gt;youtube.attr('type', 'text/html');&lt;/p&gt;&lt;p&gt;youtube.attr('width', '640');&lt;/p&gt;&lt;p&gt;youtube.attr('height', '360');&lt;/p&gt;&lt;p&gt;&lt;span&gt;youtube.attr('src', '&lt;/span&gt;&lt;a class="jive-link-external-small" href="https://www.youtube.com/embed/MyFv6UKsW70?rel=0');" rel="nofollow"&gt;https://www.youtube.com/embed/MyFv6UKsW70?rel=0');&lt;/a&gt;&lt;/p&gt;&lt;p&gt;youtube.attr('frameborder', '1');&lt;/p&gt;&lt;p&gt;youtube.attr('allowfullscreen', '0');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brandon&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f812a5d6-0ace-4293-98da-17eeb1b3b13e] --&gt;</description>
      <pubDate>Fri, 30 May 2014 16:52:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6422007?tstart=0#6422007</guid>
      <dc:date>2014-05-30T16:52:20Z</dc:date>
      <clearspace:dateToText>5 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5815645?tstart=0#5815645</link>
      <description>&lt;!-- [DocumentBodyStart:460ecefc-8c74-46cb-81fa-c985e82752fc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Try this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Keep code as is, but.....&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Make sure the rectangle (container) has opacity set to 0%, if your container is a symbol containing a rectangle, also set the rectangle inside of the symbol to 0% opacity.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This resolved my issues with display in FF.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope this helps!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:460ecefc-8c74-46cb-81fa-c985e82752fc] --&gt;</description>
      <pubDate>Tue, 05 Nov 2013 08:02:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5815645?tstart=0#5815645</guid>
      <dc:date>2013-11-05T08:02:12Z</dc:date>
      <clearspace:dateToText>1 year 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5073894?tstart=0#5073894</link>
      <description>&lt;!-- [DocumentBodyStart:9b22179c-aa88-4bbd-9b0d-cadec8d5068f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I tested it further and if the group is not animated you can append your video to the vcontainer..&lt;/p&gt;&lt;p&gt;Once you animate it it won't work...&lt;/p&gt;&lt;p&gt;Here are two samples:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube-Animate.html" rel="nofollow" target="_blank"&gt;http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube-Animate.html&lt;/a&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ///animated&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube-Animate.zip" rel="nofollow" target="_blank"&gt;http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube-Animate.zip&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube.html" rel="nofollow" target="_blank"&gt;http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube.html&lt;/a&gt;&lt;span&gt; ///not animated&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube.zip" rel="nofollow" target="_blank"&gt;http://www.meschrene.puremadnessproductions.net/Samples/Video/Test-Youtube.zip&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b22179c-aa88-4bbd-9b0d-cadec8d5068f] --&gt;</description>
      <pubDate>Thu, 14 Feb 2013 20:59:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5073894?tstart=0#5073894</guid>
      <dc:date>2013-02-14T20:59:41Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5073809?tstart=0#5073809</link>
      <description>&lt;!-- [DocumentBodyStart:0790ce8b-a484-4b10-91d4-8a9a3412655e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Your code &lt;strong&gt;as is&lt;/strong&gt; works with HTML5 Youtube videos on FF..&lt;/p&gt;&lt;p&gt;If you take your &lt;strong&gt;vcontainer &lt;/strong&gt;div out of the group of divs it works with your video..&lt;/p&gt;&lt;p&gt;I don't know why this happens but it does???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0790ce8b-a484-4b10-91d4-8a9a3412655e] --&gt;</description>
      <pubDate>Thu, 14 Feb 2013 20:03:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5073809?tstart=0#5073809</guid>
      <dc:date>2013-02-14T20:03:59Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5073433?tstart=0#5073433</link>
      <description>&lt;!-- [DocumentBodyStart:80075725-d608-4a92-9e1f-95bfe665f0ee] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;That link you sent... that page says that html5 is still in a trial mode... so very few people would be in that trial, correct? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyhow... I should be able to embed Youtube videos into my site and have them play on Firefox (That's what I did with my old site), so what would be causing the issue? The animation? If so, I tried to solve that by animating a still capoture of the youtube thumbnail in &amp;amp; out, and only having the youtube video appear upon landing... would that be best, or is there another way?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:80075725-d608-4a92-9e1f-95bfe665f0ee] --&gt;</description>
      <pubDate>Thu, 14 Feb 2013 18:21:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5073433?tstart=0#5073433</guid>
      <dc:date>2013-02-14T18:21:07Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5072470?tstart=0#5072470</link>
      <description>&lt;!-- [DocumentBodyStart:48065c82-f7e8-4afd-b34c-45095c4699de] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Your problem has to do with the Youtube video...&lt;/p&gt;&lt;p&gt;I tested other Youtube videos and your code worked perfectly..&lt;/p&gt;&lt;p&gt;I have done some research and the only answer I can come up with is ...&lt;/p&gt;&lt;p&gt;This seems to only work with HTML5 Youtube videos&lt;/p&gt;&lt;p&gt;Your Youtube video is a Flash video..&lt;/p&gt;&lt;p&gt;If this is from your Youtube account perhaps you have not enabled HTML5 options.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.youtube.com/html5" rel="nofollow" target="_blank"&gt;http://www.youtube.com/html5&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:48065c82-f7e8-4afd-b34c-45095c4699de] --&gt;</description>
      <pubDate>Thu, 14 Feb 2013 13:13:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5072470?tstart=0#5072470</guid>
      <dc:date>2013-02-14T13:13:20Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5072096?tstart=0#5072096</link>
      <description>&lt;!-- [DocumentBodyStart:63a66f4f-51bd-4ead-af18-fb5c908bee89] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am having the exact same problem and that didn't fix it...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.ruesterprod.com/ruesterprod_edge_rebuild/" rel="nofollow" target="_blank"&gt;http://www.ruesterprod.com/ruesterprod_edge_rebuild/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;my code looks like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var youtubevid = $("&amp;lt;iframe/&amp;gt;");&lt;/p&gt;&lt;p&gt;sym.$("vcontainer").append(youtubevid);&lt;/p&gt;&lt;p&gt;youtubevid.attr('type','text/html');&lt;/p&gt;&lt;p&gt;youtubevid.attr('width','640');&lt;/p&gt;&lt;p&gt;youtubevid.attr('height','360');&lt;/p&gt;&lt;p&gt;&lt;span&gt;youtubevid.attr('src','&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.youtube.com/embed/4yGuF8982gk?rel=0');" rel="nofollow" target="_blank"&gt;http://www.youtube.com/embed/4yGuF8982gk?rel=0');&lt;/a&gt;&lt;span&gt;&amp;nbsp; // url/Video_Id&lt;/span&gt;&lt;/p&gt;&lt;p&gt;youtubevid.attr('frameborder','0');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // 1 | 0&lt;/p&gt;&lt;p&gt;youtubevid.attr('allowfullscreen','1');&amp;nbsp;&amp;nbsp; // 1 | 0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(I'm trying to load the video that animates in)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...and here's my source file if you need it... &lt;a class="jive-link-external-small" href="http://www.ruesterprod.com/edgehidesymbols/rpedgerebuild.zip" rel="nofollow" target="_blank"&gt;http://www.ruesterprod.com/edgehidesymbols/rpedgerebuild2.zip&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:63a66f4f-51bd-4ead-af18-fb5c908bee89] --&gt;</description>
      <pubDate>Thu, 14 Feb 2013 09:26:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5072096?tstart=0#5072096</guid>
      <dc:date>2013-02-14T09:26:56Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5054787?tstart=0#5054787</link>
      <description>&lt;!-- [DocumentBodyStart:2f0eb815-f9e9-4565-a283-bafb9ad078c3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Your video link code in not correct it is missing a few elements.&lt;/p&gt;&lt;p&gt;Your code should look like this:&lt;/p&gt;&lt;p&gt;&lt;span&gt;youtubevid.attr('src','&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.youtube.com/embed/ZHUjDWpHJvU?rel=0;');" rel="nofollow" target="_blank"&gt;http://www.youtube.com/embed/ZHUjDWpHJvU?rel=0;');&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Your code is missing this in the end of the video link : ?rel=0;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2f0eb815-f9e9-4565-a283-bafb9ad078c3] --&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:32:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5054787?tstart=0#5054787</guid>
      <dc:date>2013-02-07T10:32:49Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Edge animate - You tube video does not support in Mozilla Firefox ?</title>
      <link>https://forums.adobe.com/message/5054542?tstart=0#5054542</link>
      <description>&lt;!-- [DocumentBodyStart:cbc3132c-7975-46e2-a9f3-a8bece6916df] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have embed below code in edge animate for youtube video in browser. This code is work fine in IE, Chrome, and other browser. But this code does not work in Mozilla firefox.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is code:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; var youtubevid = $("&amp;lt;iframe/&amp;gt;"); &lt;/p&gt;&lt;p&gt; sym.$("vcontainer").append(youtubevid);&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; youtubevid.attr('type','text/html');&lt;/p&gt;&lt;p&gt; youtubevid.attr('width','425');&lt;/p&gt;&lt;p&gt; youtubevid.attr('height','350');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;span&gt; youtubevid.attr('src','&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.youtube.com/embed/ZHUjDWpHJvU');" rel="nofollow" target="_blank"&gt;http://www.youtube.com/embed/ZHUjDWpHJvU');&lt;/a&gt;&lt;span&gt;&amp;nbsp; // url/Video_Id&lt;/span&gt;&lt;/p&gt;&lt;p&gt; youtubevid.attr('frameborder','0');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // 1 | 0&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt; youtubevid.attr('allowfullscreen','0');&amp;nbsp;&amp;nbsp; // 1 | 0&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PLz help me...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Susanta Kumar Muduli&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cbc3132c-7975-46e2-a9f3-a8bece6916df] --&gt;</description>
      <pubDate>Thu, 07 Feb 2013 07:34:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5054542?tstart=0#5054542</guid>
      <dc:date>2013-02-07T07:34:29Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>27</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

