-
1. Re: How to assign FlvPlayback source to f4v dynamically
kglad Jun 3, 2013 11:40 AM (in response to mrwizzer2)you need to add f4v files to your servers mime types. contact your server admin.
-
2. Re: How to assign FlvPlayback source to f4v dynamically
mrwizzer2 Jun 3, 2013 11:46 AM (in response to kglad)Thanks for your prompt reply, kglad.
So until we add the mime types to our Flash Media Server, the video won't load the f4v using the dynamic AS3 code, but it _will_ play the video when the URL is entered into the property panel's "source" field?
That seems odd to me, but if that is indeed the case, I'll have our server admin add the mime types.
Thanks again!
-
3. Re: How to assign FlvPlayback source to f4v dynamically
kglad Jun 3, 2013 12:12 PM (in response to mrwizzer2)you're welcome.
-
4. Re: How to assign FlvPlayback source to f4v dynamically
mrwizzer2 Jun 3, 2013 1:20 PM (in response to kglad)Hi kglad,
My server admin doesn't seem to know how to set that up.
Where can you add the mime types? Is it in some config or xml file somewhere?
Thanks again
-
5. Re: How to assign FlvPlayback source to f4v dynamically
kglad Jun 3, 2013 1:34 PM (in response to mrwizzer2)yes, for fms, the application.xml file can be used to set mime types:
<MimeType>video/mp4-f4v</MimeType>
-
6. Re: How to assign FlvPlayback source to f4v dynamically
mrwizzer2 Jun 4, 2013 9:45 AM (in response to kglad)Wow, kglad, thanks for your concise and helpful information! It's very much appreciated!
-
7. Re: How to assign FlvPlayback source to f4v dynamically
kglad Jun 4, 2013 10:16 AM (in response to mrwizzer2)you're welcome.
-
8. Re: How to assign FlvPlayback source to f4v dynamically
mrwizzer2 Jun 5, 2013 10:07 AM (in response to kglad)Hi kglad,
I'm still having a little difficulty I'm hoping you can help me with on these f4v's.
I realized I need to be storing the f4v files in the VOD folder in the FMS's webroot, since this is what we need to do to utlize Adobe's new video method that enables users to see the videos on iOS devices as well as desktops on our webpages. (This approach requires the use of manifest files).
However, the video I'm trying to implement now is within an iPhone app, (being built in Flash and exported as a native iOS app). Up to now I've been using the old flv files in the app with the flvPlayback component, (the files reside in the applications directory on the FMS), and that's been working fine. But now we want to use the new, higher quality f4v files located in the VOD directory on the webroot.
The flvPlayback component plays them just fine when I test the app on my desktop within the Flash Professional environment, but once I export it to the iPhone, the f4v videos don't play.
Is there something special I need to do with the flvPlayback component in order to get the f4v files to play on iOS devices? Thanks again for your help!
-
9. Re: How to assign FlvPlayback source to f4v dynamically
mrwizzer2 Jun 5, 2013 10:34 AM (in response to mrwizzer2)Never mind, kglad, I think I found the answer to my dilemma... it looks like it can't be done. : /
"FLV is On2 VP6, and that can be handled in iOS using the FLVPlayback component. F4V is generally H.264, and that can't be handled."
(As quoted in this thread: http://forums.adobe.com/message/3895106 )
Thanks again for your willingness to help! You rock!



