Hi Sam, I appreciate the second look, yes, the intended display is for the page to load two small boxes and the external text file at the same time. Instead I have to reload/refresh the page to get the intended display of the text and boxes at the same time, that is why I am concentrating on the dynamic because of my reload problem. But, I will also try the static suggestions too, they just might work!
On Jan 29, 7:48 am, Sam Sherlock <[email protected]> wrote: > Static - an object tag is missing <!--[if !IE]>--><!--<![endif]--> > > this missing object tag should have a data attrib for the swf file & also > for width and height - a type too > > <object type="application/x-shockwave-flash" data="oneone.swf" > width="400" height="200"> > > you can also register the object (as I understand this the register > function resolves the ID for the two object tags) -- and optionally > use express install > > swfobject.registerObject("myFlashContent", "9.0.115"); > > and also a JS error (but the embedSWF call is for dynamic option of > swfobject - cache busting a static object might be easier (and better) with > a Serverside generated string) > > swfobject.embedSWF("oneone.swf?r=" + new Date().getTime()*"*, "9.0.0"); > swfobject.embedSWF("oneone.swf?r=" + new Date().getTime(), "9.0.0"); > > notice the double quote mark is removed in the second corrected > > Dynamic - no issue that I notice but the text form the file is not viable to > me. > > -- > > Neither shows the text from that text file - I get two boxes before I > thought this was the intended display. Each box displays the text "Box C" > but not the text from the file > > - S > > On 29 January 2010 04:40, webhelp <[email protected]> wrote: > > > > > Hi, > > > I really appreciate the link checks and feedback. The html page and > > the text page will show separately, but the text will not show on the > > html page like it's suppose to, just on reload/refresh. I guess > > everyone is seeing the two boxes and the text also on the html page, > > but I am only seeing just the two boxes, so I can only guess that it > > is probably a cache problem or my computer settings since I am using > > IE7. Once I reload/refresh, the text will show on the box html page, > > and the text will show whenever I go back to the page as long as I > > don't clear the cache, once I clear the cache and go back to the page > > I have to click the refresh button on the box html page before the > > text will show. I will check my computer settings. > > > On Jan 28, 11:49 am, Nathan Mynarcik <[email protected]> wrote: > > > I didn't see a problem with any of those links. Atleast in FireFox they > > > showed up on first load. > > > > Nathan Mynarcik > > > Interactive Web Developer > > > [email protected] > > > 254.749.2525www.mynarcik.com > > > > On Thu, Jan 28, 2010 at 12:44 PM, webhelp <[email protected] > > >wrote: > > > > > I have been looking all over and trying every fix I can find to get > > > > rid of the reload/refresh problem. > > > > > I am using the swfobject generator so I can make sure I get everything > > > > right, but still no results > > > > > The problem is the page won't show unless you reload it, or when the > > > > page shows the text link won't show when the page loads, just when you > > > > reload/refresh the page. (The text shows if it has already loaded > > > > earlier). > > > > > Here are some sample links that will help explain my situation: > > > > > Static example: > > > >http://www.websitehelpbuilder.info/index.html > > > > (here's the .txt file that only shows up after you reload the page) > > > > http://www.websitehelpbuilder.info/Text29.txt > > > > > Dynamic example: > > > >http://www.websitehelpbuilder.info/index_dynamic.html > > > > Text file:http://www.websitehelpbuilder.info/Text29.txt > > > > > Is there any way to fix this with or without the generator? Clearly I > > > > need help with this, and any help will be greatly appreciated. > > > > > -- > > > > You received this message because you are subscribed to the Google > > Groups > > > > "SWFObject" group. > > > > To post to this group, send email to [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<swfobject%2bunsubscr...@googlegroups.com> > > <swfobject%2bunsubscr...@googlegroups.com> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/swfobject?hl=en.-Hide quoted text - > > > > - Show quoted text - > > > -- > > You received this message because you are subscribed to the Google Groups > > "SWFObject" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<swfobject%2bunsubscr...@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/swfobject?hl=en.- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
