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 Talk

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-30-2002, 11:09 AM
Pupil
Join Date: Dec 2002
Posts: 12
Send a message via ICQ to RageFury Send a message via AIM to RageFury Send a message via MSN to RageFury
Default Problem w/ Flash Player (and need some freeware PPC sites)

My problem with Flash is that, I have installed, reinstalled, formatted & reinstalled, and no matter what I don't see any way to open the Flash player, and it never associates itself with .swf files. Is there a secret to doing this?? I have the right version and everything.....downloaded straight from MS's website. Is the PPC version here towards the bottom not the right one??? It seems to install fine, and I have plenty of other stuff on there working just fine...

http://www.macromedia.com/shockwave/...ad/alternates/

Anyways, as for the PPC freeware sites, I don't feel like paying $10+ per app for a lot of things that should have been included with the O/S from the get-go Anybody know any good freeware archives for PPC software? (games, dbase stuff, anything) I have looked through ipaqsoft.net's freeware section, and gotten a few things from there, but haven't found any other places w/ more than a few freeware apps...thanks in advance
 
Reply With Quote
  #2 (permalink)  
Old 12-30-2002, 03:10 PM
Thinker
Join Date: Aug 2006
Posts: 336

To use the flash player you have to open the program using pocket internet explorer. Go to this site to get some programs: http://www.flashenabled.com/mobile/
There are 2 files that you will download. 1 is a .swf file the other is an internet explorer page. Click on the IE page and it will run the flash program. Put both files into the same location.

As for freeware sites there are quite a few. Do a search on google to find some. Here is one that I use: http://www.freewareppc.com/
Have fun.[/url]
 
Reply With Quote
  #3 (permalink)  
Old 12-30-2002, 03:54 PM
Pontificator
Join Date: Feb 2002
Posts: 1,096

Quote:
Anyways, as for the PPC freeware sites, I don't feel like paying $10+ per app for a lot of things that should have been included with the O/S from the get-go
Erm... remember it's an OS... not a utility suite. :-/
 
Reply With Quote
  #4 (permalink)  
Old 12-30-2002, 03:55 PM
Swami
Pony99CA's Avatar
Join Date: May 2004
Posts: 4,225
Default Flash on Pocket PC

Quote:
Originally Posted by blazingwolf
To use the flash player you have to open the program using pocket internet explorer. Go to this site to get some programs: http://www.flashenabled.com/mobile/
There are 2 files that you will download. 1 is a .swf file the other is an internet explorer page. Click on the IE page and it will run the flash program. Put both files into the same location.

As for freeware sites there are quite a few. Do a search on google to find some. Here is one that I use: http://www.freewareppc.com/
Have fun.
My computer locked up as I was replying to this, and, when I got back here, I found you had posted almost exactly what I was going to, including the Freeware PPC link. :-)

Yes, you do need to access the Flash player through Pocket IE. As you said, you can create your own HTML file to do this, as I did. Here's the code I use:

Code:
<HTML>
<HEAD>
<TITLE>Anything</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!--120*160 px size -->
<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=230 HEIGHT=250>
 <PARAM NAME=movie VALUE="#FLASH#.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> 
<EMBED src="#FLASH#.swf" quality=high bgcolor=#FFFFFF  WIDTH=230 HEIGHT=250 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
</BODY>
</HTML>
In the above, replace the two instances of "#FLASH#" with the filename of the .swf file you want to play.

I created a Flash folder under the My Documents folder to hold the HTML and Flash files.

Ant Mobile Software makes a program called FlashAssist that allows you to run .swf files locally without creating the HTML file, but it costs $14.95.

Steve
 
Reply With Quote
  #5 (permalink)  
Old 12-30-2002, 10:35 PM
Pontificator
Join Date: Jun 2002
Posts: 1,019

I get my freeware mainly at PPCSG.com. Otherwise, I'll just run a Google search and usually find what I need. When I first got my Pocket PC, I was shocked at the limited amount of freeware around. Then, however, after a little more searching, I found that there is a lot of freeware.
 
Reply With Quote
  #6 (permalink)  
Old 12-31-2002, 02:53 AM
spg
Sage
Join Date: Jul 2003
Posts: 649

I also use PPCFreeware for the little amount of extra free software I use.

And for flash, like someone said, http://www.flashenabled.com is a good site, and http://www.pocketpcflash.net is also great.
__________________
~SpencerOwner-Editor of TabletPCBuzz.comMicrosoft MVP - Tablet PC
 
Reply With Quote
  #7 (permalink)  
Old 12-31-2002, 07:37 AM
Pupil
Join Date: Dec 2002
Posts: 12
Send a message via ICQ to RageFury Send a message via AIM to RageFury Send a message via MSN to RageFury

Thanks Pony, the code is a help Some of the things I was looking for did not come with an html file, which represented a bit of a problem, although I could have swiped the source code from another one, I suppose. For one of the things I *AM* going to buy, what would you guys recommend? I want to buy mapping software of some kind, one of the reasons I bought this ViewSonic V35 handheld was because I had a need for detailed maps, which I could also add notes to, and things like that--for instance, 12345 55th St. NE in Seattle, WA I want to add a note that says "Bob Sherman", and contact info, and miscellaneous information such as phone #, customer info, etc. (I deal with people from their homes a lot for work)

I need something either specific for the Puget Sound region/Greater Seattle region, or something that will include that. I have found National Geographic Street Locator on my PC to be very handy in many instances, but to take it mobile would truly be a huge convenience.


P.S., Rirath, yes it is an O/S, but an alt-tab equivilent should be an integrated feature you don't have to pay for, don't you agree???? Or are you that much of a Microsoft fan, lol...
 
Reply With Quote
  #8 (permalink)  
Old 12-31-2002, 10:37 AM
Swami
Pony99CA's Avatar
Join Date: May 2004
Posts: 4,225
Default Mapping Software

Quote:
Originally Posted by RageFury
For one of the things I *AM* going to buy, what would you guys recommend? I want to buy mapping software of some kind, one of the reasons I bought this ViewSonic V35 handheld was because I had a need for detailed maps, which I could also add notes to, and things like that--for instance, 12345 55th St. NE in Seattle, WA I want to add a note that says "Bob Sherman", and contact info, and miscellaneous information such as phone #, customer info, etc. (I deal with people from their homes a lot for work)

I need something either specific for the Puget Sound region/Greater Seattle region, or something that will include that. I have found National Geographic Street Locator on my PC to be very handy in many instances, but to take it mobile would truly be a huge convenience.
If you don't need driving directions, Microsoft's Pocket Streets is very good. It has nice maps, and allows you to add pushpins with notes. It's also integrated with Contacts (right-click on a Contact and you'll see a Find On Map action) and supports GPS.

Pocket Streets comes with Microsoft Streets & Trips desktop software, and covers the entire U.S. You can find out more about Pocket Streets on Microsoft's Web site. There are some free maps for Pocket Streets there, including international maps. You can also create your own maps in the U.S. using the desktop software.

As we're digressing from Flash, if you want more mapping suggestions, I suggest you start a separate thread. That way other people who use mapping software will find it more easily.

Steve
 
Reply With Quote
  #9 (permalink)  
Old 12-31-2002, 02:51 PM
Pontificator
Join Date: Feb 2002
Posts: 1,096

Quote:
P.S., Rirath, yes it is an O/S, but an alt-tab equivilent should be an integrated feature you don't have to pay for, don't you agree???? Or are you that much of a Microsoft fan, lol...
Wisbar takes care of that very elegantly, and it's free.
 
Reply With Quote
  #10 (permalink)  
Old 12-31-2002, 06:51 PM
Pupil
Join Date: Dec 2002
Posts: 12
Send a message via ICQ to RageFury Send a message via AIM to RageFury Send a message via MSN to RageFury

Yeah, except WISbar screws up, sometimes. Half the time when I open Programs on the Start Menu, and you open something from there, when you close it then you're back in the Programs folder, your X is no longer there to close it, and you have to do the close all tasks thing, which is lame. I far prefer the app Go.
 
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 10:11 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 RC7