I am using a FLV player at my website: http://wendelbrume.com that I want to add a pop-up window to that presents the embed code so that a viewer can embed the video player in their website or blog.
I am using
Wordpress as a
CMS and each video is in a separate post on its own page, so each video has its own URL. I am using SWFObject to load the video player. If you ViewSource you can see the
Wordpress function calling in the video. The
Wordpress function is using
PHP and a
MySQL lookup table to match the correct FLV to the
Wordpress Post ID number. So the videos are loaded dynamically depending on the
Wordpress Post ID using
PHP rather than an
XML file.
I have
Flash 8 and CS4. The player is currently written in AS2 -
Flash 8. I can provide the FLA file for the work.
I want (you) to add a button to the player that will open a pop-up window with the code in it that the user can copy to their clipboard, that when added to their site/blog will place my video player containing the FLV that they are currently watching. That last part is the tricky part since it's all being dynamically generated at my site to start with.