3 replies
Hi Guys,

I posted this in the main forum, but hoping for an answer here from the 'clever' bunch

I'll get to my problem in a minute, but first a bit of background.

I'm using an IM tool , specifically to do a direct fetch of a sales page and load it onto my own url. This is so that I can use my CB hoplink for the product on my own domain AND be able to change the code for the sales site (insert keywords etc - all seo stuff).

The reason for this is twofold.

1. It doesn't have any problem with Google when using ppc because I'm promoting my own url.
2. I can seo the hell out it because it's my domain.

Now for the problem.

The sales site that I'm an affiliate for has about 4 videos on it.

When I fetch the site onto my domain, the videos don't show. The players seem to be there but show an error, or video not available.

I think the reason is that they are referenced onto the original sales page from an external source and I can't pick that up and carry it over to be displayed on my url.

Obviously, that makes the sales page on my url virtually useless.

So if you know how to capture the videos from the sales page and re-insert it into the SAME sales page showing on my url, I would be very appreciative.

Just so you know, I'm not great on the tech stuff, so don't blind me with code.

I need a step by step on how to do it.

Any ideas?

Thanks,

Graham
#import #problem #video
  • Profile picture of the author askloz
    do absolute urls instead to the files needed to pay the video.
    Signature
    {{ DiscussionBoard.errors[1026004].message }}
    • Profile picture of the author nicheminer
      do absolute urls instead to the files needed to pay the video.
      I've looked at the source code for the sales page and there is nothing there for the video urls.

      Where else would I find them?

      Graham
      Signature
      Amazon Discounted Products - Search tool that earns you Amazon commissions on auto pilot.
      {{ DiscussionBoard.errors[1026174].message }}
      • Profile picture of the author nicheminer
        Here is the code for the two video players on the sales page.

        <!--player code begin-->
        <div id="v_player30711" style="width:490px;height:360px;margin:0 auto">
        <strong>You need to upgrade your Flash Player!</strong><br><a href="http://get.adobe.com/flashplayer/" target="_new" rel="nofollow">get Adobe Flash Player</a>
        <p>This web site makes use of the <a href="http://get.adobe.com/flashplayer/" target="_new" rel="nofollow">Adobe Flash Player</a> version 8 or newer.</p> </div>
        <script type="text/javascript">
        svp_clip_id = "30711";
        svp_player_color1 = "#a6a6a6";
        svp_player_color = "#a6a6a6";
        svp_player_height = "360";
        svp_player_width = "490";
        svp_transparent = "transparent";
        svp_pause="1";
        svp_repeat="";
        svp_bg_color="#FFFFFF";
        svp_fs_mode="2";
        svp_no_fullscreen="1";
        svp_no_controls="";
        svp_skin="0";
        svp_use_div="v_player30711";
        svp_brand_new_window="1";
        </script>
        <noscript>Your browser does not support JavaScript! JavaScript is needed to display this video player!</noscript>

        <script type="text/javascript" src="http://play.webvideocore.net/js/eplayer.js"></script>
        <!--player code END-->
        <div class="videovd2"><div class="videovd" style="width:480px;height:360px;">
        <script type="text/javascript">
        var playerhost = (("https:" == document.location.protocol) ? "https://www.ezs3.com/secure/" : "http://www.ezs3.com/players/");
        document.write(unescape("%3Cscript src='" + playerhost + "flv/Navigator/D39DAE20-1422-1D54-B12176493CBCC4D1.js' type='text/javascript'%3E%3C/script%3E"));
        </script>
        Does that tell you anything about why I can't pull in the video files?

        Graham
        Signature
        Amazon Discounted Products - Search tool that earns you Amazon commissions on auto pilot.
        {{ DiscussionBoard.errors[1026322].message }}

Trending Topics