Jump to content

Html Filter


Ibrahim
 Share

Recommended Posts

I want to make an HTML ie object that view only images and flash and no other text or menues

can some body help

don't want to refer to only these objects want to call the whole site and alllow only the flash or image object to run

any can give me a clue please !

Link to comment
Share on other sites

hey,

This is not what you mean but you could get it to work, just get the source (_INetGetSource) and then use String* functions (StringInStr, StringRegExp) to get those objects

Edited by Robjong
Link to comment
Share on other sites

its about viewing a web page item through a filter so i can view only flash items or pic

don't want to select the irem directly into the view

want to load the whole page from the internet directly viewing its contents which i choose

it's like a web view filter Like AdBlock plus in fireFox extension

sorry for bringing it up again but i realy need this so if any ideas i will be gratefull

Link to comment
Share on other sites

  • 3 weeks later...

Even AdBlock needs to read the HTML before it can strip various components: what Robjong is by far the most feasible solution; after you located the objects you need (flash..etc) you can simply download them and display in an embedded IE object or whatever you prefer.

This is slightly involved project and if performance is an issue for you I advice you look into writing a custom filter for Proxomitron (its a free webfilter proxy app, google to find it) though this is also not easy. Hope this is of some help to you. Cheers.

its about viewing a web page item through a filter so i can view only flash items or pic

don't want to select the irem directly into the view

want to load the whole page from the internet directly viewing its contents which i choose

it's like a web view filter Like AdBlock plus in fireFox extension

sorry for bringing it up again but i realy need this so if any ideas i will be gratefull

Edited by Sunaj
Link to comment
Share on other sites

the flash object query data from database on the website so it cann't work if downloaded have to work from the website directly,and what i need is to view only the flash object nothing else

here u go the website

http://www.egyptse.com/

and the flash object called PriceTicker.swf ===>>>>

Link to comment
Share on other sites

the flash object query data from database on the website so it cann't work if downloaded have to work from the website directly,and what i need is to view only the flash object nothing else

here u go the website

http://www.egyptse.com/

and the flash object called PriceTicker.swf ===>>>>

what about writing an html file on a free host with what follows ?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="40">
                                        <param name="movie" value="http://www.egyptse.com/Media/Price%20Ticker.swf">
                                        <param name="quality" value="high">
                                        <param name="menu" value="false" />
                                        <embed src="http://www.egyptse.com/Media/Price%20Ticker.swf" menu="false" width="600" height="40" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>

or a direct link to: http://www.egyptse.com/Media/Price%20Ticker.swf in IE navigate ?

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

Link to comment
Share on other sites

try it urself not working if loaded outside the homepage

AnyBody???????????????????????????????????????????

Edited by Ibrahim
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...