Tags:
create new tag
view all tags
I think Wiki should incorporate the abillity to load flash / java / other applets into the page. You can create links to the flash, and thats all nice and well. but what if you want an introductory page, but still made with Wiki?

On another note, it would be nice to be able to use this type of edit box on such scripts for quick fixing.

-- JakeGardner - 06 Oct 2003

I concur. In fact, I have this problem right now, on http://www.mrjc.com/twiki/bin/view/Redbourn/HearTheBells

in that I want to run:

<P align="center">
      <OBJECT ID="MediaPlayer" WIDTH=200 HEIGHT=42 
       CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" 
       STANDBY="Loading Windows Media Player components..." 
       TYPE="application/x-oleobject">
       
       <PARAM NAME="Autostart" VALUE="False">
       <PARAM NAME="Filename" VALUE="bells.mp3">
       <EMBED TYPE="application/x-mplayer2" src="bells.mp3" 
       NAME="MediaPlayer" autostart=0 WIDTH=200 HEIGHT=42>
       </EMBED>
       </OBJECT>

But I need to put it into a plugin to do so.

This would be the simplest plugin should someone fancy writing it.

-- MartinCleaver - 07 Oct 2003

This is not simple to do properly.

The problem is that plugin invocation is arcane and mysterious, and varies from browser to browser. If you are going to support it properly, you have to take this into account - and it isn't easy.

Personally I don't see this as TWiki's problem (except where TWiki uses applets). I'd rather see us simply support <script> embedded in the topic body first.

-- CrawfordCurrie - 08 Sep 2004

There is EmbedFlashPlugin for Flash movies. Also EmbedQTPlugin.

-- ArthurClemens - 08 Sep 2004

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r7 - 2005-09-09 - ArthurClemens
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.