Program to play SWF - HD2 General

Hi everyone
I'm wondering if there is some program to play SWF format
Ive tried CorePlayer and the standard player.
// Fladdan

As far as I know SWF is a video container, you have to know what video codec is used.

Ok, I think its some kind of Flash, that all I know

http://www.headbands.com/gspot/

im unsure if this is considered legal, but im sure it was legally available from adobe until recently, but now that page links to developing for iphone, no offense but thats hardly what i want when looking for a wm flash player, silly adobe...
Code:
Flash Lite 3.1
WM5 : http://www.4shared.com/file/128030290/27b2e8be/distributableplayer_flashlite_wm5ppc_en.html
WM6 : http://www.4shared.com/file/128030297/b9d67d1d/distributableplayer_flashlite_wm6_en.html
Edit; i can confirm this (wm6 one) works, when you open the firs swf after install youll have to browse to where u installed it (id recommend install in phone, then itll be in 'the program dir'/adobe/appzone) if it starts fullscreen (like most flashlite swf's do) hold your finger on the screen a couple of secs for menu, youll have to turn off fullscreen in same menu to be able to quit the player, kinda strange, but on the bright side it actually quits, instead of minimizes

thx guys will check it out!
// Fladdan

This is what i tested with btw, made with cs3 (actually for fl2) fla included (not that its in any way special, its timeline usage even, its been ages since i last done that, i wonder if 3.1 does as3 functions, will test soon, since i code flash quite often, also will look into reading out button & screen presses and maybe more)

Related

Macromedia Flash problem. Fixed...Now with 100% more FUN!

Installed Macromedia 6 and 7 for PPC and tried both of them. None of them work.
I tried opening the SWF's in PIE but it just gives me an error saying PIE isn't associated with .swf
Anyone know how to make these .swf's run?
***EDIT***
I should probably clarify a little more. I have the Actual .SWF file on my storage card. I am not going to any website and load remotely.
Specifically trying to load local from storage card.
***EDIT 2***
Solved my own problem. Look here:
http://www.pocketpcmag.com/blogs/menneisyys/052006FlashPlayers.asp
***EDIT 3***
Well, that page is good for information and all, but for those who want instant gratification.
***EDIT 4***
Uploading a fun Flash game that actually WORKS!!! Use your stylus to keep the guy walking.
For better performance Overclocking is kinda neccessary to have a decent FPS and Click and Hold the stylus to change setting like:
View > %100
Quality > Low
Full Screen > On
Don't forget you can hold the stylus down anywhere within the flash to have the WM5 swirly dooley to bring up more options.
Things I need this to do:
- Keep the backlight on while this program runs.
- Always have "Low" Quality selected
- Landscape mode being selectable or always "ON"
Would anyone know how to do that?
Thanks for that, all working - I had the smartphone version of this but not the pocket pc version cheers.
For all those british nostalgics - old bbc2 clock flash attached :wink:
I'm just glad somebody found this useful. Heh, I guess I was one of the only ones looking around crazy to play Flash files locally.
Thanks for the SWF as well.
does the flash player work with the pda screens? does it accept inputs....or just for watching swf's?
edit.. ok i read your edits.. the stylus works find....

Kinetic Scrolling Demo **Updated** KListControl with source

Hi
New around these forums..
I've posted a in-progress of a project I'm working on. It's a kinetic scroller (you know that flick scroll effect). Remember this is a demo it doesn't actually do anything useful apart from amuse me!
Not as fluid/cool as iContact, but it's my first PPC application. The grand plan is to turn it into a library based MP3 player with a decent looking interface.
It's written in CF .NET so if you really need the source reflection is your friend.
Tested on a WM6 blueangel device @ 400Mhz. Runs in the WM2003 emulator
----
I've updated with source. No license, do whatever you want with it. Although a mention somewhere would be nice
Chad get this media player out the door now!
-------
New optimized demo released, source now updated.
Removing old source as the file name is confusing.
Thanks for all the comments.
-------------------------------------------------
**************************************
UPDATE:
gingercat has done some fantastic work loosely based on the original source and created a user control. Unlike my old code it doesn't use one big bitmap and just better written in every aspect. I'll leave my old source up just for reference as to how /not/ to write a kinetic scroller
I can't try it right now because I don't have my device, but it's nice to know that at least a few people still support WM2003/SE...
jackbnymbl said:
I can't try it right now because I don't have my device, but it's nice to know that at least a few people still support WM2003/SE...
Click to expand...
Click to collapse
...especially on wizard..
LOVELY! Why don't we work together to bring your scrolling routine, into my existing mp3 player "Melody". I've got playback and that sort of thing sorted out. Please PM me if you're interested.
anyone care to post a vid plz
slow scrolling and not as responsive as other scrolling software out there... but the idea is there ... i would also love to see smtg similar implemented in chad's media player (just my simple opinion)...
thundershadow14 said:
LOVELY! Why don't we work together to bring your scrolling routine, into my existing mp3 player "Melody". I've got playback and that sort of thing sorted out. Please PM me if you're interested.
Click to expand...
Click to collapse
Thanks for the offer! This is a hobby project and I'd like to work on my own.
However I'm now going to release the source so you can use it..
Kinetic scroller, officially a part of Melody.:
http://forum.xda-developers.com/showthread.php?t=325223
Development
Hi
I was just wondering, how long will it take for you to make your product compatible to play Mp3 Songs, because I'm tierd of waiting for a Music Player, which is easy to use and fast. And by the way, I think your player is so far the best, it just has to get a litle better UI!!!
Well, here I am with release 002 of my kinetic scroller demo.
I've added alot of optimizations and its silky smooth on my 400Mhz device! It even runs great underclocked at 200Mhz.
Source to follow (once its cleaned up, probably tommorrow)
Thanks for this! Once again shows how it just takes one person to come up with a great idea (apple (or whoever initially came up with smooth scrolling)) then we all wonder how we lived without it!
I've just been reflecting over it and note that you are relying on .NET garbage collection to clean up e.g. all the graphics and brush objects you create - you need to be careful about this because this isn't deterministic and you can quickly run out of resources before it gets round to cleaning up. I know you say you're going to clean up the code anyway, but just thought I'd add my tip!
The holy grail would be if we can figure out how to hook mouse events, because then mouse movement can be processed independently of the form (and any other items on it). Unfortunately, CE doesn't support this (that I know of). The form approach only works if everything is semi-custom drawn.
This new version scrolls as good as or better than iContact, so you can remove that message on the first post.
on the other hand, the version currently implemented in melody v0.6 doesn't seem as good as this one.
btw, once you upload the new source, i'll see if i can make it stop selecting the first touched item when you are trying to scroll.
when thundershadow and i were making our own one we found the way to do this was to do something like listbox1.selectedindex = -1
it should be pretty easy to do.
also, something like this instead of the random number generator could get a list of the files in the current dir:
Code:
string[] r = System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase),".mp3");
klist = new KList(0, 20, screenX, screenY, "All Tracks");
for (int i = 0; i < r.Length; i++)
{
KItem ki = new KItem(i + ". " + r[i] + ".mp3");
klist.addItem(ki);
}
dunno if that is accurate or not.. haven't used c# that much.. but it should be easy todo.
Source is now up.
I've starting playing around with MP3 playback but please ignore it (Using the FMODCE .NET wrapper)
dosfan said:
Source is now up.
I've starting playing around with MP3 playback but please ignore it (Using the FMODCE .NET wrapper)
Click to expand...
Click to collapse
if you're intending on making it a practical-use app,
probably the best way to go about it is using the shell execute function to open the mp3's in whatever player they associated mp3's to (cos people will want features they prefer than other media players).
and then later on you can add an option to customize the command so the user can use it with a different media player without changing the associations.
so they'd have to make something like: "\SD Card\TCPMP\player.exe /open %mp3path%".
then the app just has to replace "%mp3path%" with the variable for the path to the selected mp3, and launch everything before it to shell.
you'd also need to add something like the code in my last post to get a list of the mp3's (tried it on my ppc and it doesn't work, so it needs to be fixed up though).
chrismrulz said:
if you're intending on making it a practical-use app,
probably the best way to go about it is using the shell execute function to open the mp3's in whatever player they associated mp3's to (cos people will want features they prefer than other media players).
and then later on you can add an option to customize the command so the user can use it with a different media player without changing the associations.
so they'd have to make something like: "\SD Card\TCPMP\player.exe /open %mp3path%".
then the app just has to replace "%mp3path%" with the variable for the path to the selected mp3, and launch everything before it to shell.
you'd also need to add something like the code in my last post to get a list of the mp3's (tried it on my ppc and it doesn't work, so it needs to be fixed up though).
Click to expand...
Click to collapse
Yes, that something I was already considering.
To be honest, I'm not impressed with FMOD's performance. Even just initalizing the library is causing performance issues (without even playing a MP3, does fmod.init() spawn a thread or something???)
I'm looking for a port of MAD that I could interop with. If anyone knows of a libmad.dll for ARM WINCE point me in the direction!
dosfan said:
Yes, that something I was already considering.
To be honest, I'm not impressed with FMOD's performance. Even just initalizing the library is causing performance issues (without even playing a MP3, does fmod.init() spawn a thread or something???)
I'm looking for a port of MAD that I could interop with. If anyone knows of a libmad.dll for ARM WINCE point me in the direction!
Click to expand...
Click to collapse
afaik, performance-wise fmod would be the best library to use.
but the problem is that most people would rather use their own player like tcpmp or wmp that does what they want,
rather than just a basic player with a third-party library in .net cf.
New UserControl version
Hi dosfan,
I have modified the source to create a new KListControl which is a UserControl you can add to any .NET form. All the scroll functionality required is all contained within the new control.
This control doesn't pre-render everything up-front, so should be less memory hungry (especially with long lists) at the slight expense of some speed (runs fine on my hermes).
Each item is now custom drawn, and only needs to support an IKListItem interface - this enables each item to draw whatever it wants, whenever it wants (well, by nicely asking its parent to invalidate it when visible). I have created a basic KListItem object that supports string name, object value (and has the same functionality you provided).
I also updated the project to still compile with the new source, so (if you like the changes) you can continue work from there.
Updates I will still make are:
Better use of statics incase multiple lists are used (currently the background selection image is static)
Common timer between multiple instances of the control (for performance).
Hope you don't mind my changes!
Chris.
i've just modified gingercat's version to launch the selected mp3 using the windows shell.
to test it out you need to create a directory called "\\SD Card\\My Music", or change the variables in form1 and the klistcontrol to where your music dir is.
if the directory doesn't exist it will browse for mp3 files in the app's directory, then grab the folder of the one selected.
this is not a practical idea, and it won't change the variable in the klistcontrol,
so it wont be able to launch it through shell if you use the browsing method.
a better way would be to make it a folderbrowser dialog instead of a file one,
then make the folder variable in form1 a global variable, and the klistcontrol just grabs it from form1.
that still wouldn't work for subdirectories though.
for that you'd need to tag each klistitem with it's full file path or directory when it's being added.
also it should be pointed out that gingercat's version scrolls a bit too fast.
it's smooth so there aren't any performance issues.
it just goes too far with the tiniest tap up or down.
is there any way to capture all mouse events of the system?

Newbie with Verizon XV6800 - Help

I have to admit that I am overwelmed with all of the info regarding the xv6800. I just got mine this past Friday. I have not activated it yet although I did have Verizon transfer my contacts from my Moto E815. I am holding off activating until I learn more about the phone.
The feature that attracted me the most about the phone was the WiFi capabilities. I do not plan on getting the data plan. I do not know how to find out if the phone has Win Mobile 6.1. I would like to have it serve as a GPS.
Some questions:
If I am at Win 6.0 should I upgrade?
Is anyone aware of ant tutorials on using the phone and O/S ?
Is there a way to activate GPS by basically down / uploading a program and clicking on it?
What applications would be best? I plan on surfing, web-mailing, listening to music, working with the office applications.
Is there any "must have" hardware I should get?
Thanks and I appologize it my questions seem very basic but as I said, I am overwhelmed.
Nelson
1 not until you understand what the phone has to offer stick with 6.0
2 not me
3 yes but phone must be unlocked gpstoday and baf gps toggle are the best for me
4 surfing=skyfire music=s2p
5 screen protector
A
didnt it come with an interactive cd with a tutorial? mine did :S
if you are interested in musicand watching video you should definitly get the slunkworks flash bundle and tcpmp media player so you can goto you tube and watch streaming videos the way it should be done on mobile
i have uploaded the files for you if you are interested...install tcpmp first then the flash bundle,,if you need assistance let me know or search for "cab instyallation"
last about your GPS there has been people saying they have gotten it to work through google maps but it requires rom flashing first...but like GeLoPeZ said get to know your stock rom first...maybe youll like it
flaws
the fone does have a few flaws tho...the youchscreen is pointless wen it comes to small icons or scrolling...unless u want to get out your stylus everytime
it can be slow at times but nothing a little registry edit cant help out with a little...
almost everything has to be manually shut off or closed through running programs screen likr data connection etc,,,unless you get a few programs that can stop that hassel
the touch keyboard isnt worth anything its awful...unless, like i said you want to keep getting out your stylus
cant customize text message ringtones with custom ringtones
in all...most all these things can be fixed thgrough rom flashing or free downloadable apps and cabs i give it an 8 out of 10
hope i was helpful
laccattacc said:
the fone does have a few flaws tho...the youchscreen is pointless wen it comes to small icons or scrolling...unless u want to get out your stylus everytime
Click to expand...
Click to collapse
FTouchSL fixes that issue. There's a free version somewhere on this forum, but for a little over 10 bucks (USD), it's worth it to get the commercial (kinetic scrolling!).
laccattacc said:
cant customize text message ringtones with custom ringtones
Click to expand...
Click to collapse
You can.... Start > Settings > Sounds and Notifications
From the "Event" menu, select "Messaging: New Text Message" and select the tone you want.
I think the OP was saying that you cant "Assign" a specific "tone" to a user. Just a tone for all incoming texts.
I might be off base......but I don't think so.
this is to enhance your phone http://forum.xda-developers.com/showthread.php?p=2526683 try it
nelsonwilbury said:
Some questions:
If I am at Win 6.0 should I upgrade?
Click to expand...
Click to collapse
Yes you should. There is really no reason not to. Just remember that flashing the new ROM will delete all of your data, so back it up first.
6.1 is useful for a variety of reasons:
1. You can solve your GPS problem by doing it (see below)
2. It has a task manager built in
3. It has Remote Access built in (so if you need to connect with your work desktop, it's nice to have it....you can go and load RA anyways with 6.0, but it doesn't come with it)
4. Has some better screens for managing connections (IMO).
Is anyone aware of ant tutorials on using the phone and O/S ?
Click to expand...
Click to collapse
Not only is there a CD that came with your phone, but there is a Getting Started application in the Pgorams folder of your phone. Did you buy this phone second hand?
Is there a way to activate GPS by basically down / uploading a program and clicking on it?
Click to expand...
Click to collapse
Why yes there is! Only recently some amazing devs on this forum (skywing) devised an amazingly simple process for activating internal GPS. I just did it last night and it took literally 3 minutes to do and I now have Live Search, Google Maps, Amaze, and two other GPS based apps running on it.
Refer to this forum http://forum.xda-developers.com/showthread.php?t=424387
There are a lot of posts in that forum, but the upshot is either do the very simple manual install mentioned in the first post (I did it, I am no expert, took me 3 minutes) or go to near the end and look for the URL of the wiki that has the latest one click cab files to install.
What applications would be best? I plan on surfing, web-mailing, listening to music, working with the office applications.
Is there any "must have" hardware I should get?
Click to expand...
Click to collapse
I use Skyfire to browse the web. It is comparable to the iphone browser and it works great. It is in beta, but so far I have only encoutnered a few websites that freak out on it (e.g. www.projectgutenberg.org).
For music, I like pocketmusic 5.1, a freeware app from Pocketmind. It only does mp3 files 9the shareware version does all file types) but it has a great touch friendly skin and nicely shuts off the phone but still plays music to save battery power. It works with my bluetooth headphones seemlessly. Only issue is that while active it commandeers your hard buttons, so if you want to use the hard buttons on the phone for other than music control you have to quit the app.
Other nice apps (I won't list them all!):
1. Total Commander in place of File Explorer. Allows you to have two windows open and drag and drop files.
2. Vade Mecum is a plucker reader that I use to read ebooks on my phone.
3. Live Search and Google Maps are an absolute must.
4. I like Icontact (Burt's version) which you can find on these forums. It is a finger friendly contact program that works wonderfully.
5. I dig Youtube player. You don't need it with Skyfire, but I like it for playing files I download off of youtube. It will search youtube and play video directly or download it in .flv format for later playing. Useful to save the clips I watch a lot (Monty Python sketches, Weird Al videos, etc.) on my phone.
Those are the biggies, IMO.
Regards,
Devin

[REQUEST] MiniGame collection ala Wario Ware from DS...

I´ve been thinking this for long but since I cant code anything I decided to make a request on this forum. Everyone who played Wario Ware on the Nintendo DS knows what kinda fun it is for touchscreen devices to play short quick minigames. My idea is to create something similar like this. As example a minigame appears for about 3-5 sec and then a loading screen switches to the next minigame which could be done in "modules" so the community can also create their own games There are billions of different ways the games can have. I have some nice ideas in my mind which I tried to draw in few cheap screenshots. I also made a video to demonstrate the interaction.
So is any programmer/dev interested in doing this? I guess Im not the only one which would appreciate the work
Thanks for future replys and feedback!
Regards
Sercio
http://www.youtube.com/watch?v=n_KHrnw6UaA
.
I was impressed with the funny and inovative games that the DS came up with.
Flash would be a great tool for this on future machines, on the current ones its simply too slow for the animations.
a DS emu wouldnt hurt either.
The concept looks amazing.
+1 for this thread.
Wow, yesterday i was playing wario ware and was thinking the same thing...
It would be great if someone makes this
3 months and still no useful progress?
Come on guys...
No progress because nobody is working on this ;/
The easier way to do this is in Flash, there are a lot of online flash games out there already. Just grab a few examples and stich them together.
Like this example...
FINGER:
TO USE:
--------
- Just copy the EXE into your device and run it.
- Up or DOWN to change quality, ENTER to exit application.
- The time is still buggy... :/
This is not my game, its a online game I found, I just changed it a little for our devices.
Needs flash 7 (not lite, not buggy lite, not lite and a half, seven!).
twolf said:
The easier way to do this is in Flash, there are a lot of online flash games out there already. Just grab a few examples and stich them together.
Like this example...
FINGER:
TO USE:
--------
- Just copy the EXE into your device and run it.
- Up or DOWN to change quality, ENTER to exit application.
- The time is still buggy... :/
This is not my game, its a online game I found, I just changed it a little for our devices.
Needs flash 7 (not lite, not buggy lite, not lite and a half, seven!).
Click to expand...
Click to collapse
Nice. How do you convert flash games to run on ppc? (btw, why is it not that smooth?)
Thanks for the quote, I would never understand what you ment whithout it, lol.
I use SOTHINK DECOMPILER to turn the SWF into FLA
Then FLASH CS4 to optimize the file, rotate it/add more options/sounds/bigger buttons/etc
And finally Bryht FlashApp Builder to turn the swf into a WM EXE.
Its kinda smooth on my 400 mhz machine, not as smooth as it is on my PC, of course. Flash isnt great on low mhz devices or bad video drivers (hint, HTC)...
Oooh... that explains a lot. I'm using a HTC Touch HD. Absolute horrendous video drivers.
Now i'll go try and convert some games
@ twolf:
Thats a nice Game / flash and exact the kind of stuff I was looking at... Well the idea of using flash is brilliant!
Maybe someone´s able to create a main executable which loads those flash modules so it can be a fluent game switch as like in "wario ware"...
Im thinking big of this
hey, twolf, for some reason the bryht flash player couldnt convert the swf to ppc exe format it only converts it to PC projector format. Could you say, help me convert this
http://www.funny-games.biz/paper-toss.html ?
You need to export it on flash 6 or 7.
Yeah, its a flash 7 swf movie. However when I publish it on bryht flashapp builder, it comes out as a PC .exe file which cannot be run on my ppc
Would be nice to have a collection of Flash Apps converted to our phones. Flash is a powerful thing. I love working in flash. There are also some great apps to be made. Most of the apps on the iPhone are basically flash based.
player911 said:
Would be nice to have a collection of Flash Apps converted to our phones. Flash is a powerful thing. I love working in flash. There are also some great apps to be made. Most of the apps on the iPhone are basically flash based.
Click to expand...
Click to collapse
yeah, maybe you could provide a list of games which are ppc friendly so they can be converted?
Again...
Is it possible to create those games as kinda like "modules" so we dont have to exit and run each time to switch the apps ?
A simple "gallery chooser" can be done, but the flashes would need to follow certain rules. So, yes its possible, now bring it on...

Basic questions from a basic brain

Evening all,
I've had HTC phones for the past few years and have never required 10% of their capabilities. Having split with my "technical support guru", and having received the HD2, I thought it was about time I start taking advantage of my new device.
I'm pretty much out of my depth these days, and there are far too many post for me to search through to get my answers, as I'm not even sure of the specific questions.
Firstly, is it possible for me to watch some videos I bought from iTunes on the HD2? I copied the files over, but it can't read them, they're in MV4 file type. Some cleverclogs rolled their eyes when I asked, saying something about codecs, but this was French to me. I'm assuming I have to change the file type, but do I do this from my computer or on my HD2?
My SMS have the same problem that most have so I don't need to as questions, I've installed the SMS quick fix so fingers crossed (I'm patient).
The phone get's crackly every now and then, I'm assuming this will be fixed in the new rom update (again, French).
I would ask why the 3G icon up at the top, turns to E, G and H, but I don't think that's a problem so will leave it for the minute.
No pink issues on the camera.
Is there a short cut to Task Manager on this device? (can there be?)
If someone could take a few moments to explain how I can watch video's on the device, with all the gorey details, I'd be most grateful.
HI,
MV4 (sure you didn't mean m4v ?) is a filetype, and no, you shouldn't need to change them manually.
Look around for an alternative player that plays that filetype and you should be good to go. (Can't be more specific, sorry, I'm ok with the default player so haven't needed to instal a new one yet - There are plenty of threads that talk about players)
E.G.H = Edge, 3G, HSDPA, (I think...) and is an indicator of what type/speed of connection you have to your provider, and no, so long as it's working I shouldn't worry about it.
Taskmanager link, press an empty slot in your quicklinks on the home screen, choose programs - scroll down to task manager and click, , sorted. Link to taskmanager on your homescreen.
Happy playing
Cheers Sam.
So if I'm needing a different media player, are there any that can be recommended?
You're right, M4V file type... attention to detail
Harris,
I have just sent you a PM. For media player look for Coreplayer on here.
WB

Categories

Resources