• i am using these code to get post image in tickbox model window (wordpress)

    same way i want swf .pdf and flash video to be open in model window

    <script type='text/javascript'>
    jQuery(document).ready(function() {
    jQuery(".entry a img").parent("a").addClass("thickbox");
    });
    </script>

    please tell me what are the code for this ?

  • The topic ‘how to open swf flash file in tickbox window’ is closed to new replies.