Hi,

Using Xara DPX11.

I've created a web site that has some videos which are already uploaded to my Magix online album. I use the feature in the online album to embed the video in a web site. The code generated by Magix Album is shown below. This works fine in Windows IE when I put code in the body of a placeholder, but since it's Flash, it doesn't work on Apple devices. I went through some of the other threads and Rob-Xar mentioned in one that "Xara will automatically switch to HTML5 if flash is not available." But this doesn't work on an iPad. Strangely, the videos work fine on my old BB PlayBook, but not on my newer BB Z10 phone - it says that no player is available.

I tried putting the direct link from the album into an iFrame code and received a message that the site did not allow the videos in a frame.

Any solutions to fix this? Should I use a third party widget? Suggestions?

I used a Xara template for the web site, including a variant (still work to do on the variant to get it conformed). Comments welcome. Here is the link to the Videos page. I used individual pages for the videos as I found that loading the images took too long, and after viewing 1 video, viewing a second video on the same page would cause it to stutter - memory problem?

Note: I have autoplay on for the videos as the user has to choose to go to the particular video page by clicking on the View video button.

Thanks,
John


<div id="magixPermaPlayer" style="width: 800px; height: 600px;">

<object class="flashplayer" id="pCA9F7C90CAD611E5BACE2E2C0A641E0B" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" style="width: 100%; height: 100%; display: block;">
<param name="wmode" value="opaque">
<param name="bgcolor" value="#000000">
<param name="movie" value="http://www.magix-photos.com/magix/flash/player2/easy/loader.swf?eid2=CA9F7C90CAD611E5BACE2E2C0A641E0B&a mp;autoplay=true&amp;lang=&amp;rid=56c775702881f">
<param name="allowFullScreen" value="true">
<param name="allowScriptAccess" value="always">
<param name="swLiveConnect" value="true">
<embed name="flPlayer" src="http://www.magix-photos.com/magix/flash/player2/easy/loader.swf?eid2=CA9F7C90CAD611E5BACE2E2C0A641E0B&a mp;autoplay=true&amp;lang=&amp;rid=56c775702881f" type="application/x-shockwave-flash" style="width: 100%; height: 100%;" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" bgcolor="#000000" swliveconnect="true">
</object>

</div>