johnred85
03-08-2011, 11:45 AM
How to get the swf_url?
a) Open the rtmpe streaming weblink (intended video) and open View --> Page Source
b) Search for something like ".swf" "swf?" or "embed" and find something like these lines.
// embed the Flash Content SWF when all tests are passed
AC_FL_RunContent(
"src", "http://www.mybigflix.com/apache_file/flash/Player?f=" + new Date().getTime(),
"FlashVars", "adsxml=aHR0cDo.........
"width", "640",..
);
The first line src "http://www.mybigflix.com/apache_file/flash/Player?f=" is from where we got our swf_url.
Hope this helps you.
Is there another way of getting this?
I'm trying to get the swf_url from RTE player, for example: _http://www.rte.ie/player/#v=1093440
When I view the source, I see: AC_FL_RunContent(
"src", "app/playerProductInstall",
"FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
"width", "100%",
"height", "180",
Can I get a full swf_url from here?
a) Open the rtmpe streaming weblink (intended video) and open View --> Page Source
b) Search for something like ".swf" "swf?" or "embed" and find something like these lines.
// embed the Flash Content SWF when all tests are passed
AC_FL_RunContent(
"src", "http://www.mybigflix.com/apache_file/flash/Player?f=" + new Date().getTime(),
"FlashVars", "adsxml=aHR0cDo.........
"width", "640",..
);
The first line src "http://www.mybigflix.com/apache_file/flash/Player?f=" is from where we got our swf_url.
Hope this helps you.
Is there another way of getting this?
I'm trying to get the swf_url from RTE player, for example: _http://www.rte.ie/player/#v=1093440
When I view the source, I see: AC_FL_RunContent(
"src", "app/playerProductInstall",
"FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
"width", "100%",
"height", "180",
Can I get a full swf_url from here?