I'm creating a SWF that only contains the MediaPlayback
component in Flash and that would ideally by linked to a FLV in the
content section of the Breeze server. Although I can get an
absolute path to the folder that the FLV was uploaded to (i.e.,
http://mycompanyname.breezecentral.com/p58544386/)
and I know the name of the FLV file (i.e., John DoeSm.flv), when I
setup the MediaPlayback component to point to
http://mycompanyname.breezecentral.com/p58544386/John
DoeSm.flv, I get nothing.
The reason WHY I am setting up this SWF to "play" the FLV
file, is because the I can setup the MediaPlayback component to
automatically start playing content. The Media Player that is built
into the Breeze Server doesn't allow for the FLV to begin
automatically. Has anyone been able to get this to work or have any
recommendations? Below is the research I've done to try and make
this work, but with no avail:
I thought that this might be a
sandbox issue so I uploaded the SWF (MediaPlayback Component) and
the FLV to the Breeze Server. Linking to the FLV by relative and
absolute paths (In a browser, If you type in the absolute path,
followed by the actual filename, you get an error message from the
Breeze server, "Not Found") did nothing for me.
I thought that the permissions might
also be causing the problem, so I made sure to manually setup the
SWF and FLV files to "Allow for Public Viewing", which didn't do
anything for me either.
I also tried putting the running my
SWF locally, with hopes that an absolute path to the FLV would be
able to link to and play the video content, but again, with no
avail.