オンラインでポートフォリオギャラリーを購入しました。コードはHTML、JavaScript、およびXMLです。アイコンを選択すると、ライトボックスの画像が開いて選択したアイテムが表示されると思います。ギャラリーでは、アイコンでSWFファイルを再生できるようにすることも想定されています。画像をギャラリーに正常に統合しましたが、.swfファイルを再生できません。.swfファイル構造とファイル名を例に挿入しようとしましたが、機能しませんでした。以下に示すXMLコードを使用して、.swfファイルをロードする作業の例を示します。誰かが私の遊びをするための適切なコードを教えてもらえますか?
また、クリックでウェブサイトを開くことも可能ですか?そのコードはどのようになりますか?
また、ポートフォリオデモへのリンクを提供して、それがどのように機能するかのデモを提供しました。
http://codecanyon.net/item/tonic-gallery-jQuery-xml-portfolio-gallery/full_screen_preview/120710(デモ)
.swfファイルにつながるファイル構造はimages/psst.swfです。ファイルサイズは550x400です。
私のXMLコード
<?xml version="1.0" encoding="UTF-8"?>
<portfolio>
<categories>
<category id="graphic">Graphic Design</category>
<category id="web">Web Design</category>
<category id="photo">Photography</category>
<category id="video">Videos</category>
</categories>
<item>
<thumbnail>images/img1.jpg</thumbnail>
<preview>images/preview.jpg</preview>
<category>graphic,web,photo</category>
<description>Description goes here</description>
</item>
<item>
<thumbnail>images/img3.jpg</thumbnail>
<preview>http://www.adobe.com/products/flashplayer/include/marquee/design.swf?width=792& amp;height=294</preview>
<category>video</category>
<description>Flash video preview</description>
</item>