Hello, flash plugin in mnemosyne now actually works! But I have not
found no other way than to link to the *.swf using an direct path.
Example: "file:///C:/Users/Gnome/AppData/Roaming/Mnemosyne/
default.db_media/makePicture.swf"

Is there a way to use path relative to the "default.db_media"
directory instead of using direct paths?

Here is an default plugin container for flash, the .swf is linked to
in two places:

<div id="flashContent">
                        <object 
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
width="600" height="500" id="makePicture" align="middle">
                                <param name="movie" value="makePicture.swf" />
                                <param name="quality" value="high" />
                                <param name="bgcolor" value="#ffffff" />
                                <param name="play" value="true" />
                                <param name="loop" value="true" />
                                <param name="wmode" value="window" />
                                <param name="scale" value="showall" />
                                <param name="menu" value="true" />
                                <param name="devicefont" value="false" />
                                <param name="salign" value="" />
                                <param name="allowScriptAccess" 
value="sameDomain" />
                                <!--[if !IE]>-->
                                <object type="application/x-shockwave-flash"
data="makePicture.swf" width="600" height="500">
                                        <param name="movie" 
value="makePicture.swf" />
                                        <param name="quality" value="high" />
                                        <param name="bgcolor" value="#ffffff" />
                                        <param name="play" value="true" />
                                        <param name="loop" value="true" />
                                        <param name="wmode" value="window" />
                                        <param name="scale" value="showall" />
                                        <param name="menu" value="true" />
                                        <param name="devicefont" value="false" 
/>
                                        <param name="salign" value="" />
                                        <param name="allowScriptAccess" 
value="sameDomain" />
                                <!--<![endif]-->
                                        <a 
href="http://www.adobe.com/go/getflash";>
                                                <img 
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
                                        </a>
                                <!--[if !IE]>-->
                                </object>
                                <!--<![endif]-->
                        </object>
                </div>

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mnemosyne-proj-users?hl=en.

Reply via email to