Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by paola13

  1. paola13

    asp versus swf

    I have an asp page with 5 link and an swf movie. The five links tell to the swf to change the colors of a movieclip in the stage. How can i do this?
  2. paola13

    hittest and geturl

    thanks! I'm so sorry, i posted in the wrong session!
  3. paola13

    onfocus() trought two or more pages

    First, i'm sorry to post this twice. i posted in flash forum, but is a js problem... My swf (1.swf) stays inside an html page (1.htm). I need to get the focus on it just when i open the page. For this i use a js inside the 1.htm head page: function fuoco(){ var IE =...
  4. paola13

    hittest and geturl

    It's ok... i fix the file. But now I have another question! My swf (1.swf) stays inside an html page (1.htm). I need to get the focus on it just when i open the page. For this i use a js inside the 1.htm head page: function fuoco(){ var IE = navigator.appName.indexOf("Microsoft")...
  5. paola13

    for each window a focus!

    I have an html page (1.htm). Inside a swf (1.swf); 1.swf is a game and i need the focus on it when it opens the 1.htm window. To get the focus i use this js: <script language=&quot;JavaScript&quot;> <!-- function fuoco(){ var IE = navigator.appName.indexOf(&quot;Microsoft&quot;) != -1...
  6. paola13

    hittest and geturl

    Could i use hittest and geturl together in a mc? I'm trying this code: onClipEvent (enterFrame) { if (_root.mc1.hitTest(_root.mc2)) { getURL(index.htm); } } But it doesn't work. Another way I tried is to put the code in the main frame in the main timeline: if...
  7. paola13

    open a frame page from a simple html page, with determinate target...

    thanks Rick for your help! Here is 21:40, one hour less! I will try this night (if i stand) or tomrrow morning... then post here. Thanks a lot never tired to say thank you :) Hey! yOU TRAVEL ALOT... ups capslok! Must be hard for an american to work in middle east now... Never been in California...
  8. paola13

    open a frame page from a simple html page, with determinate target...

    when you say Jordan you meen Middle East or the caucasian country? about my topic... i tried yesterday with window.document... but it doesnt' work. I think the problem is on the frame. The PC dosen't recognize the frame name, maybe because we have to put var also here... I am ignorant about...
  9. paola13

    open a frame page from a simple html page, with determinate target...

    ok... here I am! I tryed to put # instead of frame.html but nothing happends! But in the browser page is written: error in display page. When i click on this it tells me that parent.intestazione.location.href= tested is not an object... I know i'm like an annoying moschito! :)
  10. paola13

    open a frame page from a simple html page, with determinate target...

    sorry Ristmo... i went out for a stroll beside of the venice lagoon! I'm from Venice ;) Now i try your script and tell you! And you? Because of your nick name i' think you are from Germany.. or not?
  11. paola13

    open a frame page from a simple html page, with determinate target...

    Well.. the site is not online. I post here the code inside home.html: <head> <script language=&quot;JavaScript&quot;> function toped(testa, corpo) { var tested = testa var corped = corpo parent.intestazione.location.href= tested parent.centrale.location.href= corped } </script> and in the...
  12. paola13

    open a frame page from a simple html page, with determinate target...

    i put href in the var definitions... but nothing happends! maybe because of the name frame in the frameset. Infact, in the frame i load other pages and just this are display, evenif i put the function.. Maybe i have to put the variabiles also inside the frame? For example: <frame...
  13. paola13

    open a frame page from a simple html page, with determinate target...

    I thought to make 5 frame pages for each links... but i would like to do this with just the same frame page. I know it is possible in js.. I'm trying in this way: Making a function like this: <script language=&quot;JavaScript&quot;> function toped(testa, corpo) { var tested = testa var...
  14. paola13

    open a frame page from a simple html page, with determinate target...

    I have my home.html with 5 links inside. Each links are target to frame.html. If i press the link number one, i would like that in the frame.html it is loaded determinate pages in the frames... For example frame name=&quot;top&quot;... here i have to load top1.html frame...
  15. paola13

    how to play random scene in a mc and on press...

    I have a mc with 5 keyframes with labels: uno due tre quattro cinque I have 5 istance of the same mc on stage. Inside mc in the layer actions i put: inizio = new Array(&quot;uno&quot;, &quot;due&quot;, &quot;tre&quot;); tocco = new Array(&quot;quattro&quot;, &quot;cinque&quot;)...

Part and Inventory Search

Back
Top