Results 1 to 8 of 8

Thread: Transfering screen parts from another website to my website

  1. #1
    Join Date
    Feb 2005
    Posts
    39

    Default Transfering screen parts from another website to my website

    There is a website that contains live data. I would like to transfer, in live, those data, or better, a part of the screen that contains those data, to my website. Does anybody know how to proceed, in html, asp or whatever?
    Thanks to all

  2. #2
    Join Date
    Jun 2006
    Posts
    14

    Default Hmm

    It is possible .. i've made this when i wanted to get data from a whois ip about the country and provider .. you need to parse the data and find similiarities ( < i hope i wrote that word correct ) from where you can start parsing the data.

    If you say specificly what you need i might be able to help you.

  3. #3
    Join Date
    Feb 2005
    Posts
    39

    Default Copying live screen on a website

    I want to see on my website a little square that appears on http://www.cnbceurope.com/ It is in light blue in a square which titlte is "Major indices", which indices change all time.
    Is that enough for you, or you need some more information?
    Thanks

  4. #4
    Join Date
    Jun 2006
    Posts
    14

    Default

    Okey .. so .. the thing you are talking about is a swf ( Flash File ).

    Just add this iframe to your web page and you will have the stuff you need:

    Code:
    <iframe src="http://www.cnbceurope.com/markets/Web-Home-flash2.html" align="left" frameborder="0" height="124" width="144"></iframe>
    If you don`t want to display a iframe you can add the direct link to the swf with the object tag:

    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="144" height="124">
      <param name="movie" value="http://www.cnbceurope.com/markets/flash/home_markets04.swf" />
      <param name="quality" value="high" />
      <embed src="http://www.cnbceurope.com/markets/flash/home_markets04.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="144" height="124"></embed></object>
    Further more if you want the swf file you can get it at:

    http://www.cnbceurope.com/markets/fl..._markets04.swf



    PS: there is a way to decompile the swf file , see how the data is feed in the file and you can get the data directly from the source and display it to your site without showing the actual swf , but it`s a bit harder to do that ( just gave you an ideea ).

    Enjoy

  5. #5
    Join Date
    Feb 2005
    Posts
    39

    Default Copy of screen to my website

    Thanks. I will test it and keep you informed

  6. #6
    Join Date
    Feb 2005
    Posts
    39

    Default transferring a moving picture to my website

    Fantastic! It works.
    How can I learn more about this kind of programming? Do you know if it is legal to pick up some windows in somebodie's website?
    Have a pleasant week end
    Optlife

  7. #7
    Join Date
    Jun 2006
    Posts
    14

    Default

    I'm not sure if it's legal or illegal .. but .. from what i've seen i think this kind of info is public and has no copyright bind to it .. so .. i think it`s legal ..

    anywayz .. i don`t know from where you can learn more about this .. i've picked my knowledge about this things when i needed them .. by testing different possibilities that i've though of.

    Anywayz .. this is my last post on this forum. No offence .. but my request for a free hosting service was rejected , and i think that i diserve one .. anywayz .. have a nice day.

    Custom out !

  8. #8
    Join Date
    Feb 2005
    Posts
    39

    Default I am sorry for you

    I really don't understand what happens as you are ver helpfull. We need some people like you on the forum.
    What is your job? How can I contact you inthe future?
    Anyway good luck.
    Optlife

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •