2 Q's for the bored. 8^p

liunx

Guest
2 Questions.<br />
<br />
1.Iv been having a problem trying to figure out how the META tag works or if its even a meta tag to have a page redirect to another after a certain amount of time. Iv heard about 2 different ways that didnt work to do this.<br />
What im trying to do is have a link goto one page, then, after X seconds, goto another page. Whats the tag for this?<br />
<br />
2.Im trying to have a link open a new window for another page. How would I go about doing this?<br />
<br />
Thanks.<!--content--><meta http-equiv="refresh" content="10;url=http://www.someplace.com/"> <br />
<br />
After a specified amount of time, the browser window will REFRESH itself and link over to a given URL. Put this into the page that will change in the HEAD area of the coding.<br />
<br />
Your second request is to add a TARGET to your link tag.<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"newpage.html" target="_blank"> text or image </a><br />
<br />
That will open a new window with the "newpage.html" in it.<!--content-->Im using the following coding directly into a webpage.<br />
<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="415" height="212"><br />
<param name=movie value="flash1.swf"><br />
<param name=quality value=high><br />
<PARAM NAME=bgcolor VALUE=#000000><br />
<embed src=http://www.htmlforums.com/archive/index.php/"flash1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="415" height="212" bgcolor=#0000FF><br />
</embed> <br />
</object><br />
<br />
This however is not working. All that happens is i get the black background as was the shockwave was designed to do but it just loads and loads and loads from the page and do nothing more but be a black box sitting there. I right click the box and it tells me a couple things. One is that its flash player 4. The other is that the movie "is not loaded" yet. The shockwaveflash movie was created with the flashtyper online flash generator located at <!-- m --><a class="postlink" href="http://boards.flashkit.com">http://boards.flashkit.com</a><!-- m --><br />
<br />
Does anyone know what im doing wrong?<!--content-->I still cannot figure out the swf problem im having.<br />
(read above)<br />
<br />
Just now realized I replied to the post under the wrong thread. lol. Meant to have it under my shockwave thread but screwed up. Still, any ideas?<!--content-->what r u trying to embed? Flash or shockwave?<!--content-->Its flash I believe. I used the online flashtype generator from <!-- m --><a class="postlink" href="http://board.flashkit.com">http://board.flashkit.com</a><!-- m --><br />
<br />
Im using the same code they tell you to insert into my webpage. It loads just fine off the desktop when you get the preview.html and the flashkitte.swf file. But when i copy the text and insert it on the webpage and upload the swf file into the file manager, it begins to load the swf movie but nothing happens beyond that. It keeps loading something that isnt there. Ill just get a black screen.<br />
I changed the target so that it would find the file but it never seems to load.<br />
<br />
<!-- w --><a class="postlink" href="http://www.geocities.com/zhatournaments/flash1.swf">www.geocities.com/zhatournaments/flash1.swf</a><!-- w --> is the flash file.<!--content--><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://Download <!--more-->.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="415" height="212"><br />
<param name=movie value="flash1.swf"><br />
<param name=quality value=high><br />
<embed src=http://www.htmlforums.com/archive/index.php/"flash1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/Download <!--more-->/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="415" height="212"><br />
</embed> <br />
</object><br />
<br />
Try that code<br />
<br />
Use Flash 5 player to view it.<!--content-->That time when the page loaded I got a scroll bar and it was loading as a pic file. lol.<!--content-->Wierd<br />
<br />
Can u give us the url to the page or the flash file?<!--content-->www.geocities.com/zhatournaments/flash1.swf<br />
^That is the flash file^<br />
<br />
<!-- w --><a class="postlink" href="http://www.geocities.com/zhatournaments/warroom.html">www.geocities.com/zhatournaments/warroom.html</a><!-- w --><br />
^That is the site im trying to toss the flash file into^<br />
<br />
Im trying to insert the code near the bottom of the page in the blockquote in place of the text I have there "IT ALL BEGINS, MAY 25th, ARE YOU GAME YA DA DA DA.<br />
Im trying to get the image to play in that area of the webpage.<!--content-->the code fred supplied works for me. make sure the swf file is in the same directory as the htm file.<!--content-->
 
Back
Top