Jump to content

Arcader

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by Arcader

  1. Arcader

    Xml need Help

    Never Mind I found X-Path and so far its been looking good
  2. Arcader

    Web Cam

    ok I think I'll try this.
  3. Arcader

    Xml need Help

    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.
  4. oh thats what I needed a document.getElementById("id").value="" thanks this works alot better.
  5. No, I'm talking about html javascript. I'm trying to in the javascript file have it start a new line but it won't, I need some help.
  6. 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.
  7. Arcader

    Web Cam

    Well yeah, motion detection sounds cool but I'm trying to use if for stuff not extactly but kind of like:http://justin.tv
  8. Arcader

    Web Cam

    Does anyone know any Web Cam Programs at all.
  9. Arcader

    Popup page how

    Well I want the popup to be a webpage that has a video on it and that you can't access the navigation bar, tools, and reize features when it popups up.
  10. 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.
  11. Arcader

    Live Cam

    Hey how do you make it so I can set up a flash file to play a webcamera video.
  12. Arcader

    Popup page how

    I was sure I saw Flash doing this, on other webpages. Well I'll have to think of something I guess.Thanks for your help though
  13. Arcader

    Popup page how

    Yeah but how do I make sure it has a certain size and no scroll bar or tool bar or navigation bar.
  14. Arcader

    Popup page how

    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?
  15. 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}
  16. Thank you this maybe useful.
  17. Arcader

    Flash Game

    Hey I use flashkit.com for this kind of stuff. If you want a guess object game or something like that I think this link will help.http://www.flashkit.com/tutorials/Games/Si..._Br-2/index.php
  18. 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...