Started 5 days, 10 hours ago (2009-11-25 07:01:00)
by missileh
Removing Right click from webpage...
Its now possible to completely remove
flash player's right click menu (or context menu as popularly known). It is actually a javascript workaround but yes it does remove right click completely. It however only works on webpages and not on projector .exes
Just follow the link:
http://www.uza.lt/...
Started 5 days, 20 hours ago (2009-11-24 20:32:00)
by CyanBlue
Howdy and Welcome...
Most of the third party projector tools provide a way to package all the files to create one file you can deliver...
Started 1 week, 6 days ago (2009-11-16 18:27:00)
by northcode
It sounds a latency issue, the FLV has to be scanned and the CD drive doesn't seek as fast as your HD can. Start copying everything on your C: drive to your D: drive and then retry your FLV test on your HD. The FLV test should suck in that case too. The apparent "bigness" is directly affected by the
transfer speed. It would probably take you several lifetimes to write out the bytes from that file...
Started 4 weeks, 1 day ago (2009-11-01 00:35:00)
by sparkdemon
use geURLto open the file by specifying its
relative path
Started 3 weeks, 6 days ago (2009-11-03 15:34:00)
by northcode
I don't know how that's working for you at all!
There is no fscommand "open".
Flash only supports 6 fscommands:
- quit
-
fullscreen
- allowscale
- showmenu
- exec
- trapallkeys
Are you using a third party swf2exe tool?
Started 1 month ago (2009-10-31 13:23:00)
by Tabu
I've figured out how to do this, but I don't think its an elegant solution.
I effectively exported it as a swf file and linked it to execute, but it has to be in the
root directory in order for it to function.
Can someone tell me why this is, as its not ideal for a cd-rom, where I'd like the files to be packaged away from the exe or swf executable.
Thanks
Started 1 month ago (2009-10-28 17:41:00)
by AlienStar
hello
for few days I've known when
disable hardware acceleration in flash player 10.. the flash works better without any slowness
but I'm facing a big problem
before I export flash to exe I'd selected Hardware Accelerator None
but when I run the exe flash it remains slow and hardware acceleration option in player is still checked
in short words ... I wanna export flash ...
Started 1 month ago (2009-10-27 18:11:00)
by n3wtz
but this seems to be what fucrate was suggesting - unfortunately the demo link is dead...
Here is the Link
I'm interested in getting something like this to work - I'll probably end up going with a custom projector and Microsoft
SAPI, but all in a browser would be much more elegant.
Started 1 month, 3 weeks ago (2009-10-09 15:22:00)
by northcode
Are you using AS2 or AS3?
You NEED to add a header to the HTTP request to supply the username and password. It must be base64 encoded (for Basic Authentication).
Check out http://code.google.com/p/as3corelib/ , I think it has some HTTP stuff in there that will do
the heavy lifting for you if you're using AS3.