<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Flash on Homepage 'Moderno' Layout</title>
    <link>http://forums.shopify.com/categories/2/posts/30697</link>
    <language>en-us</language>
    <description>Feed for discussion topic Flash on Homepage 'Moderno' Layout</description>
    <item>
      <title>Flash on Homepage 'Moderno' Layout</title>
      <author>moon838</author>
      <pubDate>Mon, 02 Nov 2009 16:13:03 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30697</link>
      <guid>http://forums.shopify.com/categories/2/posts/30697</guid>
      <description>&lt;p&gt;I need a simple way (or detailed instructions) to add an .SWF file to my homepage/index. I am using the Moderno Templete and all I want is to have the picture on the Frontpage/Featured Collection be a flash image. Shopify allows me to drop multiple images but only one ever pops up... so I went on and created a flash file through photoshop. I then uploaded it to my Assets-Uploaded Files location. Now am at a stand still- I do not know coding so I just need a simple way for the average person to understand!&lt;/p&gt;
&lt;p&gt;thankyou&lt;/p&gt;
&lt;p&gt;&lt;a href="http://rronit.myshopify.com/"&gt;http://rronit.myshopify.com/&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mark Dunkley commented</title>
      <author>Mark Dunkley</author>
      <pubDate>Mon, 02 Nov 2009 18:08:31 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30697#comment-30699</link>
      <guid>http://forums.shopify.com/categories/2/posts/30697#comment-30699</guid>
      <description>&lt;p&gt;You can create a flash file thought Photoshop? I don't that it is possible?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented</title>
      <author>Jamie</author>
      <pubDate>Mon, 02 Nov 2009 19:02:33 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30697#comment-30700</link>
      <guid>http://forums.shopify.com/categories/2/posts/30697#comment-30700</guid>
      <description>&lt;p&gt;Actually it is. It's hidden under automate -&amp;gt; web gallery. I've never used it but I think there are a few flash gallery templates in there.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;@moon&lt;/p&gt;
&lt;p&gt;To embed this on the home page you will need to edit the theme.liquid template. &lt;strong&gt;Make a back-up first!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download then upload to your theme assets area &lt;a href="http://swfobject.googlecode.com/files/swfobject_2_2.zip"&gt;swfObject.js from google code.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;amp;gt"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;amp;gt&lt;/a&gt;;
&amp;lt;html xmlns="&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;" lang="en" xml:lang="en"&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;SWFObject - step 2&amp;lt;/title&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&amp;gt;

    
{{ 'swfobject.js' | asset_url | script_tag }}
 &amp;lt;!-- NEED THIS IN THE HEAD OF THE DOCUMENT --&amp;gt;
&lt;br /&gt;  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
&lt;br /&gt;&amp;lt;!--THIS IS WHAT YOU NEED TO BE DUPLICATING BELOW--&amp;gt;&lt;br /&gt;&lt;br /&gt;    &amp;lt;div&amp;gt;
      &amp;lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="480" height="320"&amp;gt;
        &amp;lt;param name="movie" value="{{ 'YOUR_FILE_NAME.swf' | asset_url }}" /&amp;gt;
        &amp;lt;!--[if !IE]&amp;gt;--&amp;gt;
        &amp;lt;object type="application/x-shockwave-flash" data="{{ 'YOUR_FILE_NAME.swf' | asset_url }}" width="480" height="320"&amp;gt;
        &amp;lt;!--&amp;lt;![endif]--&amp;gt;
          &amp;lt;p&amp;gt;Alternative content&amp;lt;/p&amp;gt;
        &amp;lt;!--[if !IE]&amp;gt;--&amp;gt;
        &amp;lt;/object&amp;gt;
        &amp;lt;!--&amp;lt;![endif]--&amp;gt;
      &amp;lt;/object&amp;gt;
    &amp;lt;/div&amp;gt;
&lt;br /&gt;&amp;lt;!-- END OF WHAT YOU NEED TO BE DUPLICATING--&amp;gt;&lt;br /&gt;&lt;br /&gt;  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/pre&gt;
Your code will look similar but not the same as above. switch file names to your own file names and the height and width value to those of your swf movie.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>moon838 commented</title>
      <author>moon838</author>
      <pubDate>Mon, 02 Nov 2009 19:10:54 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30697#comment-30701</link>
      <guid>http://forums.shopify.com/categories/2/posts/30697#comment-30701</guid>
      <description>&lt;p&gt;Thanks, I am going to give that a try ASAP!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
