Question
Flash Video - Probs with NetStream.onMetaData
So i have created a video player and have noticed something
about the onMetaData function. I have a path to the videos as a
relative path to my .swf file ( myPath = 'media/'; ) and when i
test my movie, the onMetaData function does not get called.
However, when everything is online, or being pulled from an
absolute path ( myPath = '
http://www.mydomain.com/media';
) it is called.
I was just curious as to why that is...?
I was just curious as to why that is...?