Link to home
Start Free TrialLog in
Avatar of Member_2_5230414
Member_2_5230414

asked on

get html of flash site

Is it possible to get the html of this site http://www.futbol24.com/Live/ so i can pull the scores ???

Please note this is for PERSONAL use
Avatar of quizengine
quizengine
Flag of United Kingdom of Great Britain and Northern Ireland image

Have you tried right clicking the page and choosing 'View page source'?
Avatar of Member_2_5230414
Member_2_5230414

ASKER

yes it does not get the fl;ash content.... need to pull it in vb.net
Avatar of Nasir Razzaq
If the scores are being shown within HTML control then probably not. There is a way to interact with Flash object to pass values etc but I think it requires knowledge of what parameters/variables are available within Flash object.
I'm puzzled about the mention of Flash. The only Flash objects on the page are i) adverts and ii) a swf called 'f24sound.swf' which (I decompiled it) contains 4 'sporting' type sounds which gives the page the ability to play these sounds.

Everything else appears to be either html or javascript.
so are the live games stored as javascrpit???? i cant seem to pull any of the javascript/html from live scores part
The page link you sent only had the ads and the sound swf in them.

If you think a piece of content is Flash, right click it... if it is Flash you'll see a context menu appear which mentions the Flash player version number, usually at the bottom of the dropdown menu that appears.

If you don't see that option in the menu that appears, the content you clicked on isn't built with Flash.
Another option would be to load the page on a device that doesn't have Flash (e.g. an iPad). This will show you any Flash content on the page simply by the fact that it won't show.

If you only have a computer to use, try disabling your Flash plugin in your browser, and load the page. If you're not sure how to disable your Flash plugin, try Googling the search term "disable flash player [your browser name and version number]" - for example "disable Flash player IE11"
humm so its not flash... how comes i cant grab the scores then???  not shoing in html
There is a piece of javascript referenced on line 13 of the html page (view source). The Javascript is called...

/f24/js/kscms.min.201212090205.js

... maybe that's what does the work?
so does that mean i wouldn't be able to pull the scores???
I'm not sure - I'm a Flash specialist. I don't know Javascript.

I'm assuming that this Javascript is the relevant code, as I don't see any other programming accessed on the page.

Here's a complete url to the Javascript - http://www.futbol24.com/f24/js/kscms.min.201212090205.js

Click this link to see the Javascript in full. Even if you don't know the language, maybe there is something in the text of it that will help you see if this is the code that you want to use.

And if you do see some clue that this might be what you need, maybe you need to post a question to some Javascript experts?
If you see content on the page, these should be part of the DOM whether static or rendered by javascript.
ASKER CERTIFIED SOLUTION
Avatar of jitendra patil
jitendra patil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial