jquery Programming Glossary: frame_id
JQuery, fade in youtube iframe embed http://stackoverflow.com/questions/7865904/jquery-fade-in-youtube-iframe-embed link For a full list of possible functions see http code.google.com apis youtube js_api_reference.html @param String frame_id The id of the div containing the frame @param String func Desired function to call eg. playVideo @param Array args optional.. to call eg. playVideo @param Array args optional List of arguments to pass to function func function callPlayer frame_id func args if document.getElementById frame_id return args args Searches the document for the IFRAME with id frame_id var.. optional List of arguments to pass to function func function callPlayer frame_id func args if document.getElementById frame_id return args args Searches the document for the IFRAME with id frame_id var all_iframes document.getElementsByTagName iframe..
|