You can try flowplayer, http://flowplayer.org, an excellent and nice-looking open source flash player.
Alternately you could post the video to yahoo or google video and embed the code in your page.
Try the code below and replace Your-Class-ID with your own and Your_Flash_File.swf with the name of your flash file.
Also, change the width and height with your own.
The wmode=transparent” parameter is to keep the flash image from displaying in front of the drop-down menu if in case your Flash is near the top of the page that it overlaps the drop-down menu.
It would be nice to use flowplayer… but do you know the exact code that I should paste in my cms page? I did it several times, and does not work. I was using embed method and flashembed method but nothing…
Are other peoples flash files working because they are not using an xml file?
I’ve tried a few other ways as well, following the code of other sites who have this working, but I just can’t get it to work. I think it has something to do with the xml file because there is a window area there that says it’s a flash file if you right click. It’s just the images won’t load?
could it be because your path (skin/frontend/default/default/images/store-slideshow/gallery/album1/large/) isn’t set correctly??
have you resolved the issue already?
If you have Dreamweaver, you can copy and paste the code it creates for you. However, you have to be careful to include the .js file it creates and also probably edit the file path locations (there are two, one in the <script> area and one in the <noscript> area)
Try the code below and replace Your-Class-ID with your own and Your_Flash_File.swf with the name of your flash file.
Also, change the width and height with your own.
The wmode=transparent” parameter is to keep the flash image from displaying in front of the drop-down menu if in case your Flash is near the top of the page that it overlaps the drop-down menu.
Please help. Although I have set wmode to transparent or opaque, the menu is covered by the flash. I have also try to change the z-index, but it doesn’t help either.
Try the code below and replace Your-Class-ID with your own and Your_Flash_File.swf with the name of your flash file.
Also, change the width and height with your own.
The wmode=transparent” parameter is to keep the flash image from displaying in front of the drop-down menu if in case your Flash is near the top of the page that it overlaps the drop-down menu.
Please help. Although I have set wmode to transparent or opaque, the menu is covered by the flash. I have also try to change the z-index, but it doesn’t help either.
Thanks.
If you create an extra CSS definition for an additional container with the dimensions of your flash, you could try containing the class id with the flash object within the extra definition from the markup. I am not an expert but I think that might help
Please let me know
I’ve been struggling with this issue all day - but finally got my .swf file working. Problem is, it only works in Firefox - it is not displaying in IE - any thoughts?
Here is my code:<div>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="480" height="360" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name=movie value="http://www.snugabugbabies.com/magento/media/newshow.swf‘“>
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="http://www.snugabugbabies.com/magento/media/newshow.swf?xml_path=http://www.snugabugbabies.com/magento/media/slides.xml" quality="high" wmode="transparent" width="480" height="360" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
ok so I have looked through all of the threads i could find, and I still can’t get my flash file onto my home page.
I have created a new block with title interactive_flash and identifier is flash. I put this in the content.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="485" height="312">
<param name=movie value="{{skin url=’images/media/interactive_flash.swf’}}">
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="{{skin url=’images/media/interactive_flash.swf’}}” quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="485" height="312">
</embed>
</object>
then under cms/manage page in the custom design tab, the custom theme is test_theme
layout is 2 columns with right bar
then the layout update XML has this.
<!--<reference name="content">
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page"/>
<block type="reports/product_viewed" name="home.reports.product.viewed" alias="product_viewed" template="reports/home_product_viewed.phtml" after="product_new"/>
<block type="reports/product_compared" name="home.reports.product.compared" template="reports/home_product_compared.phtml" after="product_viewed" />
</reference><reference name="right">
<action method="unsetChild"><alias>right.reports.product.viewed</alias></action>
<action method="unsetChild"><alias>right.reports.product.compared</alias></action>
</reference>-->
<reference name="root">
<block type="cms/block" name="interactive_flash" as="banner">
<action method="setBlockId"><id>interactive</id></action>
</block>
</reference>
I have a basic knowlege of code, and I really don’t know what I can change to get this to work.
The block seems to be appearing because it is giving the right amount or room on the page, but the flash file isn’t loading.
I would really appreciate any help. Thank you
Try the code below and replace Your-Class-ID with your own and Your_Flash_File.swf with the name of your flash file.
Also, change the width and height with your own.
The wmode=transparent” parameter is to keep the flash image from displaying in front of the drop-down menu if in case your Flash is near the top of the page that it overlaps the drop-down menu.