On 29 Mar, 19:58, Peter Bienstman <[email protected]> wrote: > On Thursday 29 Mar 2012 07:46:47 Gnome wrote: > > > <object type="application/x-shockwave-flash" data="makePicture.swf" > > width="600" height="500"></object> > > Does shrinking this down further to > > <object type="application/x-shockwave-flash" data="makePicture.swf" > width="600" > height="500" /> > > work?
Yes :) > > Too bad about the width and height, otherwise we would have something really > generic. > > Does > > <object type="application/x-shockwave-flash" data="makePicture.swf" > width="100%" height="100%"></object> > > work by any chance? Unfortuantly not, it does not seem to work in any browser either. Setting 100%x100% in the orginal code with all the parameters works in chrome and firefox, but I nothing is displayed in mnemosyne. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="imageHelper" align="middle"><param name="movie" value="file:///C:/Users/Gnome/Pictures/mnemosyne/ flashImageHelper/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="file:///C:/Users/Gnome/ Pictures/mnemosyne/flashImageHelper/makePicture.swf" width="100%" height="100%"><param name="movie" value="file:///C:/Users/Gnome/ Pictures/mnemosyne/flashImageHelper/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> > > Anyway, since this html is already sufficiently short, I don't think we need > to > invent a special tag here, but just have a menu option "Insert flash" which > pastes this code, together with some logic to expand makePicture.swf to the > full path at display time. I agree, at least as long as 100%x100% does not work there needs to be done manual editing anyway. Gnome -- 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.
