Re: where to download FLASH Player for PPC2003?
From: st.soh (sohst_at_hotmail.com)
Date: 03/16/04
- Next message: ACE!!!: "Re: Embedded visual tool newsgroup?"
- Previous message: Don Nemcek: "Active Sync On Time"
- In reply to: ¡e¡C¡\¡C¡f: "where to download FLASH Player for PPC2003?"
- Messages sorted by: [ date ] [ thread ]
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...
- Next message: ACE!!!: "Re: Embedded visual tool newsgroup?"
- Previous message: Don Nemcek: "Active Sync On Time"
- In reply to: ¡e¡C¡\¡C¡f: "where to download FLASH Player for PPC2003?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|