Re: Playing Flash
- From: "Neil Smith [MVP Digital Media]" <neil@xxxxxxxxxx>
- Date: Mon, 16 May 2005 08:34:27 GMT
So to confirm - the .swf is actually in the directory that the HTML
is, on your PPC ? I would try using a local path such as
"\My Documents\HTML\FolderPath\flasman.swf" and see if it works then.
BTW it worked for me, I just did the same as you (adjusted their code
for 'brokennesss') . BTW(2) Why have you got 'flashmanwm.swf' when
their file is called 'flashman.swf' ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
width="250" height="170">
<param name="movie" value="flashman.swf" />
<param name="quality" value="high" />
<embed src="flashman.swf" quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="250" height="170"></embed>
</object>
</body>
</html>
Cheers - Neil
On Sun, 15 May 2005 15:39:30 -0500, P and K <none@xxxxxxxxx> wrote:
>
>Okay, what I'm trying to do is get a particular .swf file to play on
>the pda. I can go to
>http://www.patrish.com/games.html
>and the game will play, but I want it to play as close to fullscreen
>as possible.
>
>If I use their coding to put it offline
>
><html>
><body>
><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
>width="500" height="550">
> <param name="movie" value="flashmanwm.swf">
> <param name="quality" value="high">
> <embed src="flashmanwm.swf" quality="high"
>pluginspage="http://www.macromedia.com/go/getflashplayer"
>type="application/x-shockwave-flash" width="500" height="550"></embed>
></object>
></body>
></html>
>
>it will not play from the folder html page on the pda, although it
>will on the pc.
>
>------ Looked at the code online.... version is 4,0,2,0.... so....
>I made a few changes, including changing the width and height to get a
>near fullscreen on the pda. It plays slower and gives me half a
>chance. ;-)
>
>Thanks for making me look.
>
>
>
>"Neil Smith [MVP Digital Media]" <neil@xxxxxxxxxx> wrote:
>
>> I don't know for sure that when you install the flash plugin for
>> pocket IE, that it associates itself as a full-screen flash player.
>>
>> My impression was that it only plays the flash when the SWF is loaded
>> inside a web page (that is, within PIE). Are you sure your web page
>> has the correct path to the .swf file ? Can you see any web pages
>> online that have flash in them, using your desktop PC ?
>>
>> Cheers - Neil
>>
>> On Sat, 14 May 2005 15:08:49 -0500, P and K <none@xxxxxxxxx> wrote:
>>
>> >I thought I downloaded the flash plugin for my ppc2003 iPAQ, but I
>> >cannot select a .swf file and play it on the PDA.
>> >
>> >I also made an .html file that called the .swf file, and it also would
>> >not work.
>> >
>> >Advice?
.
- References:
- Playing Flash
- From: P and K
- Re: Playing Flash
- From: Neil Smith [MVP Digital Media]
- Re: Playing Flash
- From: P and K
- Playing Flash
- Prev by Date: Several Pocket PC Media questions
- Next by Date: Re: wmv video in Widows Media Player 9 for Pocket PC
- Previous by thread: Re: Playing Flash
- Next by thread: 1 GB SD card - crash
- Index(es):
Relevant Pages
|