Re: where to download FLASH Player for PPC2003?

From: st.soh (sohst_at_hotmail.com)
Date: 03/16/04


Date: Tue, 16 Mar 2004 14:28:31 +0800

U can't play swf format directly from pie because pie doesn't have flash opener to initial. Some time ago someone post a commercial swf player, u have to pay for it.

Alternatively, u got to download and install the flash player from macromedia (this is a must).

Then create a html tag for the swf file to play on your pie.

HTML tag example are below, u can copy the example and replace the "name.swf"(must include the quotes) with your swf file's name.

Then copy both the html and swf files to your ppc, tab the html file to play for each flash on the ppc.

Repeat the same process for other swf files.

<HTML>
<HEAD>
<TITLE>Your Title Name</TITLE>
</HEAD>

<BODY bgcolor="#000000">

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
 ID=rapier4 WIDTH=220 HEIGHT=240>
 
 <PARAM NAME=movie VALUE="name.swf">
 <PARAM NAME=loop VALUE=false>
 <PARAM NAME=menu VALUE=false>
 <PARAM NAME=quality VALUE=medium>
 <PARAM NAME=bgcolor VALUE=#000000>

<EMBED src="name.swf"
 loop=false
 menu=false
 quality=medium
 bgcolor=#0099CC
 WIDTH=220
 HEIGHT=240
 TYPE="application/x-shockwave-flash"
 PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

</EMBED>

</OBJECT>
</BODY>
</HTML>

Enjoy your flash!!!

  "¡e¡C¡\¡C¡f" <¡e¡C¡\¡C¡f@¡e¡C¡s¡C¡f.com> wrote in message news:ueQ52JnCEHA.3132@TK2MSFTNGP11.phx.gbl...
  Just wondering where I can find a FLASH Player for my 2210 with PPC2003?!
  I've searched thru Macromedia website but couldn't find anything yet...



Relevant Pages

  • Re: Accessing HTML embeded objects with Internet Explorer ActiveX.
    ... Since I am controlling how the HTML is generated, I also know what file ( ... flash, wmv etc) is being embeded into the HTML file. ... create separte code paths which are specific for each file format. ... Media Player or QuickTime respective events. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Playing Flash
    ... So to confirm - the .swf is actually in the directory that the HTML ... what I'm trying to do is get a particular .swf file to play on ... that it associates itself as a full-screen flash player. ...
    (microsoft.public.pocketpc.multimedia)
  • Re: IIS 5.0 Redirection
    ... website in Flash MX 2004 and published the .swf and .html ... website does not work. ...
    (microsoft.public.inetserver.iis)
  • Re: Flash file in PPT 2007
    ... You can Google PPT2HTML and download a demo version. ... You should find the SWF in the folder created. ... file was in the original path pointed to by the Movie property of the flash control. ... may've been embedded in the PPT but it was also available on the hard drive. ...
    (microsoft.public.powerpoint)
  • Re: Flash file in PPT 2007
    ... thought that I had moved the SWF I tested with but I'm not in that office now ... file was in the original path pointed to by the Movie property of the flash control. ... may've been embedded in the PPT but it was also available on the hard drive. ... Save just the slide with the embedded SWF as a presentation - be sure to save ...
    (microsoft.public.powerpoint)