Jump to content

Arcader

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by Arcader

  1. Hey I'm trying to make my own html RSS reader program. I want it to display the newest feed video in a embed file. Could some one get me an example on doing something like this.

  2. I made a varible in flash that is called reasonwell I have a program set up so that varible reason is displayed in a textarea.The only problem is that when I try to add in a new line it won't let me.reason="Title: \n paragraph"orreason="title:"+\n+"paragraph"the point is I want it to look like when i'm on the webpage:TitleParagraphBut it doesn't, so could some one help me.

  3. I know the code to get time, but the problem is I don't like the fact that the time codes are linked towards my computers clock, I'm trying to find a way to have my codes set a the time of one time zone and the computer clock doesn't effect it. The time zone I would like to use is the first(Greenwich).I was woundering how I could do this, I know it might not be javascript that I will use but I do want to know what webcode system could do this if it isn't javascript.

  4. Hey I know how to make a webpage popup, but how do I do it with flash? I've tryed converting the javascript to fit flash but it didn't work so well. Can some one help me?

  5. I looked over this jesh, but I need someone to explain part of it cause I only get so and so much of this

    <script>function getQueryVariable(variable) {  var query = window.location.search.substring(1);  var vars = query.split("&");  for (var i=0;i<vars.length;i++) {	var pair = vars[i].split("=");	if (pair[0] == variable) {	  return pair[1];	}  }   alert('Query Variable ' + variable + ' not found');}</script>Now make a request to page.html?x=Hello<script>  alert( getQueryVariable("x") );</script>

    Also it might be easyer if someone can tell me how to make it check the html address it is, so I could just make a could that says if (http=http://website.com/video.html#2334) {varible=this}

  6. Hey I'm building a video player that just changes the embed video it plays. I have codes to change the embed video but I was woundering how to make it so when I click on a link it will open the video webpage with video I want it to play, and if I click on another link open the same webpage and play a different video. I don't know how to do that. I'll I need to know in other words is send a varible code from webpage to another using only javascript.

×
×
  • Create New...