flash
Default FMS paths
A quick reference to commonly-needed default paths for flash media server development: ( the adobe docs don't lay this out simply )
Application logs: /mnt/logs/_defaultVHost_/ {APPLICATION NAME}
FMS config files ( Server.xml , etc ): /opt/adobe/fms/conf
Application files: /mnt/applications/os x users can't click flash security panel
This is a really irritating bug caused by some obscure issue between Firefox and Flash.
When my Flex app loads up the Security Settings Panel (trying to grab the camera), OS X users weren't able to click the 'allow' button in the panel. Or anything in the panel, for that matter.
The fix? An absurd, hack-y JS workaround. I'll post when I get the time to figure out something better. This works for me for now, though.
1) Positioning the containing element of the flash as "fixed":
2) Making sure there is no scrollbar on the browser window.
upgrading Flex builder linux to alpha 5, on 64-bit Ubuntu 9.10:
OK. So for anyone else having this issue, when Adobe decides to piss on us Linux Flash developers again:
This time it was making my Flex Builder Alpha expire. First it took hours ( and two unhelpful Adobe reps ) to realize that there was a new alpha available for Flex. I thought they were trying to make me buy a license. So I figured, oh, cool, it'll be a cinch to upgrade. But I was incorrect.
Upgrading Flex builder linux to alpha 5, on 64-bit Ubuntu 9.10:
Flash freezes when using camera on 64-bit Ubuntu
So I've been doing more Flex / red5 development recently and have been increasingly frustrated by the tendency of Flash 10 to often crash and burn when I try to access my webcam. To my amazement, there's an easy fix - just run firefox with
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so firefox &Hot damn!
No sound with flash on Ubuntu 8.10 64-bit
Running Ubuntu 64-bit and trying to record audio with flash?
There's a quick solution- get a newer version of the flash player...Just run this to remove your existing flashplayer package, get a new copy of the flash player, and move it to the mozilla plugins directory.
My microphone worked like a charm after this. Enjoy!
sudo apt-get remove flashplugin-nonfree; wget -c http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.... tar -zxvf libflashplayer-10.0.d21.1.linux-x86_64.so.tar.gz;