<BR>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sir,i can&nbsp;can't get ur reply ,i want to display image,flash,movie and text ads by using common object.right now i am using replacechild().<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp; i will give you an example ,suppose i am displaying the image ad using &lt;img&gt; object,my next ad to display is flash means i will create &lt;embed&gt; object and i am using repalcechild() to replace current ad with new one.and it will go in loop.<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp; i am receiving this error message if i run it for
 continuously more than 12 hours -&nbsp;&nbsp;&nbsp;&nbsp; "your system virtual memory is too low,windows is increasing the size of the virtual memory paging file ,during this process memory request for some application may be denied".&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;<o:p></o:p></SPAN></div>  <div><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my request is is there any common object &nbsp; that will display image,text ,movie and flash files .i am new to this javascript field.tnxs for reply<o:p></o:p></SPAN></div><BR><B><I>Terry Riegel &lt;riegel@clearimageonline.com&gt;</I></B> wrote:  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">This may not be a good solution, but what if you reloaded the page every hour, wouldn't that clean out any stuff that isn't being used on that page and start fresh?  <DIV><BR
 class=khtml-block-placeholder></DIV>  <DIV>Terry</DIV>  <DIV><BR class=khtml-block-placeholder></DIV>  <DIV><BR>  <DIV>  <DIV>On Sep 9, 2006, at 7:03 AM, suresh kumar wrote:</DIV><BR class=Apple-interchange-newline>  <BLOCKQUOTE type="cite">  <DIV><BR>Hi,</DIV>  <DIV>&nbsp;&nbsp; thxs for reply,but we are not only displaying only the image ad ,we are displaying&nbsp; image ad using &lt;img&gt;&nbsp; object,flash and movie ad using &lt;embed&gt; object and text ad using &lt;p&gt; object.&nbsp;fior displaying the first ad i am using appendchild() function and then i am using replacechild() function that will replace the current playing ad with the new one.</DIV>  <DIV>&nbsp;&nbsp; my request is is there any common object &nbsp; that will display image,text ,movie and flash ad.i am new to this javascript field.tnxs for reply</DIV>  <DIV>&nbsp;</DIV> 
 <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;A.suresh<BR><B><I>Alex Turner &lt;<A href="mailto:Alex.Turner@Project-Network.com">Alex.Turner@Project-Network.com</A>&gt;</I></B> wrote:</DIV>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><O:SMARTTAGTYPE name="country-region" namespaceuri="urn:schemas-microsoft-com:office:smarttags"></O:SMARTTAGTYPE><O:SMARTTAGTYPE name="place" namespaceuri="urn:schemas-microsoft-com:office:smarttags"></O:SMARTTAGTYPE>  <DIV class=Section1>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY:
 Tahoma">Suresh,<O:P></O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"><O:P>&nbsp;</O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">It sounds like for some reason you are creating image objects all the time and they are not being garbage collected.&nbsp; Truth be told, browsers are not really designed to do this sort of thing, so even if your code is theoretically correct, you might have to ‘help it along’ a bit to get the browser to behave properly.<O:P></O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"><O:P>&nbsp;</O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">I would suggest that you use one image and cycle its src attribute instead.<O:P></O:P></SPAN></FONT></DIV>  <DIV
 class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"><O:P>&nbsp;</O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">To do the preload, again use one image object which is not actually displayed and cycle its src until all are in the cache. &nbsp;The browser cache is at the url level not the object level, so there is no requirement to store image objects for the data they contain to be cached.<O:P></O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"><O:P>&nbsp;</O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">Hope it helps.<O:P></O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"><O:P>&nbsp;</O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT
 face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">AJ</SPAN></FONT><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><O:P></O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face=Arial color=navy size=2><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><O:P>&nbsp;</O:P></SPAN></FONT></DIV>  <DIV>  <DIV class=MsoNormal><EM><I><FONT face=Arial color=gray size=1><SPAN style="FONT-SIZE: 8pt; COLOR: gray; FONT-STYLE: normal; FONT-FAMILY: Arial">Alexander J Turner Ph.D.</SPAN></FONT></I></EM><FONT color=navy><SPAN style="COLOR: navy"> <BR><I><SPAN style="FONT-STYLE: italic"><A href="http://www.deployview.com/"><FONT face=Arial color=gray size=1><SPAN style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: Arial">www.deployview.com</SPAN></FONT></A><BR><A href="http://www.nerds-central.blogspot.com/"><FONT face=Arial color=gray size=1><SPAN style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY:
 Arial">www.nerds-central.blogspot.com</SPAN></FONT></A><BR><A href="http://www.project-network.com/"><FONT face=Arial color=gray size=1><SPAN style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: Arial">www.project-network.com</SPAN></FONT></A></SPAN></I></SPAN></FONT><O:P></O:P></DIV></DIV>  <DIV>  <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">  <HR tabIndex=-1 align=center width="100%" SIZE=2>  </SPAN></FONT></DIV>  <DIV class=MsoNormal><B><FONT face=Tahoma size=2><SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> javascript-bounces@LaTech.edu [<A href="mailto:javascript-bounces@LaTech.edu">mailto:javascript-bounces@LaTech.edu</A>] <B><SPAN style="FONT-WEIGHT: bold">On Behalf Of </SPAN></B>suresh kumar<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> 09 September 2006
 06:55<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> <A href="mailto:javascript@latech.edu">javascript@latech.edu</A><BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [Javascript] virual memory proeblem</SPAN></FONT><O:P></O:P></DIV></DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><O:P>&nbsp;</O:P></SPAN></FONT></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">Hi,<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp; I am facing one problem in my project.i am working in myadtv project that will display ads one by one in big LCD screen .<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman"
 size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp;suppose if i want &nbsp;display 100 ads one by&nbsp;one &nbsp;for a particular duration,after displaying the 100 th ad again it will start from 1 ad and goes in a loop until the user closes the browser.<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;my problem is&nbsp; ,if its runs &nbsp;for continuously more than 10 hours if am displaying the message as <O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " your system virtual memory is too low,windows is increasing the size of the virtual memory
 paging file ,during this process memory request for some application may be denied".&nbsp;&nbsp;&nbsp; i can't understand this error message ,can any one tell me what this errror &nbsp;message.<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the logc behind our code&nbsp; -&nbsp;&nbsp; we are using javascript "imagepreloader()&nbsp; function to load the ads in the browser cache once it gets loaded then it will start displaying one by one.<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<O:P></O:P></SPAN></FONT></DIV></DIV>  <DIV><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp; <O:P></O:P></SPAN></FONT></DIV>  <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">  <HR align=center width="100%" SIZE=1>  </SPAN></FONT></DIV>  <DIV class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">Find out what <?XML:NAMESPACE PREFIX = ST1 /><ST1:COUNTRY-REGION w:st="on"><ST1:PLACE w:st="on">India</ST1:PLACE></ST1:COUNTRY-REGION> is talking about on - <A
 href="http://us.rd.yahoo.com/mail/in/yanswers/*http:/in.answers.yahoo.com/">Yahoo! Answers India</A> <BR>Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <A href="http://us.rd.yahoo.com/mail/in/messengertagline/*http:/in.messenger.yahoo.com">Get it NOW</A><O:P></O:P></SPAN></FONT></DIV>  <DIV><FONT face="Times New Roman" size=2><SPAN style="FONT-SIZE: 10pt">--<BR>No virus found in this incoming message.<BR>Checked by AVG Free Edition.<BR>Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 08/09/2006</SPAN></FONT><O:P></O:P></DIV></DIV><BR>  <DIV><FONT size=2>--<BR>No virus found in this outgoing message.<BR>Checked by AVG Free Edition.<BR>Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 08/09/2006<BR></FONT></DIV>_______________________________________________<BR>Javascript mailing list<BR><A
 href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</A><BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE><BR>  <DIV><BR class=khtml-block-placeholder></DIV>  <HR SIZE=1>  Find out what India is talking about on - <A href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo! Answers India</A> <BR>Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <A href="http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com">Get it NOW</A>  <DIV style="MARGIN: 0px">_______________________________________________</DIV>  <DIV style="MARGIN: 0px">Javascript mailing list</DIV>  <DIV style="MARGIN: 0px"><A href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</A></DIV>  <DIV style="MARGIN: 0px"><A
 href="https://lists.latech.edu/mailman/listinfo/javascript">https://lists.LaTech.edu/mailman/listinfo/javascript</A></DIV></BLOCKQUOTE></DIV><BR></DIV>_______________________________________________<BR>Javascript mailing list<BR>Javascript@LaTech.edu<BR>https://lists.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE><BR><p>&#32;
        

        
                <hr size=1></hr> 
Find out what India is talking about on  - <a href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo! Answers India</a> <BR> 
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. <a href="http://us.rd.yahoo.com/mail/in/messengertagline/*http://in.messenger.yahoo.com">Get it NOW</a>