Pocket PC Thoughts - Daily News, Views, Rants and Raves

Check out the hottest Windows Mobile devices at our Expansys store!





Go Back   Thoughts Media Forums > POCKET PC THOUGHTS > Pocket PC Multimedia

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-29-2005, 01:22 AM
Pupil
Join Date: Feb 2005
Posts: 11
Default .swf files on PPC

IS there any way to play .swf files without having to pay for more software>
 
Reply With Quote
  #2 (permalink)  
Old 05-30-2005, 08:51 PM
Executive Editor
Jason Dunn's Avatar
Join Date: Aug 2006
Posts: 23,554

I thought there was a freeware player, but I've done some searching and can't seem to find it. Sorry. :-( You can create HTML files for each SWF and play it through Pocket Internet Explorer, but that's a pretty painful way of doing it.
__________________
Thanks for visiting our forums!
 
Reply With Quote
  #3 (permalink)  
Old 05-31-2005, 01:06 AM
Philosopher
Join Date: Jun 2004
Posts: 489
Send a message via AIM to delfuhd

Here's what you do to create an html file. Just open up notepad, copy and paste what's quoted below, fill in the necessary parts, and save as an html, then stick it in the same folder as your .swf file. Play by executing the html file.


Quote:
<html>
<meta NAME="GENERATOR" CONTENT="nnSysDev's HTML Generator for PIE Flash">



<body>
<OBJECT id=myFlash
codeBase=http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0
classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000 width=200 height=200><PARAM NAME="movie" VALUE="INSERT_SWF_FILE_NAME_HERE.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="gray"><PARAM NAME="wmode" VALUE="opaque">
<embed src="INSERT_SWF_FILE_NAME_HERE.swf" name="myFlash" quality="high"
bgcolor="gray" width="230" height="280"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></OBJECT>

</form>
</body>
</html>
Make sure you fill in the name in the two places shown. Also, keep in mind that you can change the resolution of the file where it says "width="230" height="280"". Just change the values. Good luck, if you have any more questions ill try and help
 
Reply With Quote
  #4 (permalink)  
Old 05-31-2005, 02:08 AM
News Editor
Darius Wey's Avatar
Join Date: Aug 2006
Posts: 12,538

You can try the aforementioned suggestions, but if you rather find a player that does it, then PFlashP may help you out - although it's not free.
__________________
Want the latest news, views, rants and raves? Visit our portal. Wish to contact me? Send me a private message or e-mail.
 
Reply With Quote
  #5 (permalink)  
Old 07-03-2005, 05:22 PM
Pontificator
Join Date: Dec 2005
Posts: 1,213

Actually you don't need quite so muchm because the Embed tag is for Netscape and other browsers. IE on PPC needs only the Object tag. Also you had some spare stuff in there (PPC player does not support quality if I remember right) and you had codebase for Flash 4 ...

Quote:

<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<body>
<OBJECT id=myFlash
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width=200 height=280><PARAM NAME="movie" VALUE="INSERT_SWF_FILE_NAME_HERE.swf">
</OBJECT>

</form>
</body>
</html>
 
Reply With Quote
  #6 (permalink)  
Old 07-03-2005, 05:24 PM
Philosopher
Join Date: Jun 2004
Posts: 489
Send a message via AIM to delfuhd

Quote:
Originally Posted by SteveHoward999
Actually you don't need quite so muchm because the Embed tag is for Netscape and other browsers. IE on PPC needs only the Object tag. Also you had some spare stuff in there (PPC player does not support quality if I remember right) and you had codebase for Flash 4 ...

Quote:

<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<body>
<OBJECT id=myFlash
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width=200 height=280><PARAM NAME="movie" VALUE="INSERT_SWF_FILE_NAME_HERE.swf">
</OBJECT>

</form>
</body>
</html>
Thanks. I actually got that code from someone else, so I had no clue. Good observation
 
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 01:36 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 RC7