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!

Search results for query: *

  • Users: paola13
  • Content: Threads
  • Order by date
  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

    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 =...
  3. 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...
  4. 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...
  5. 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...
  6. 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;)...
  7. paola13

    countdown with photos and then redirect

    I'm looking for a script that display 6 pictures in orizontal step by step. When the sixth is shown then start the redirect function... Each pictures swap every 3 seconds, so this page is visible for 18 seconds... Thanks :) Ah! the pictures could stay in six cell with a different bgcolor
  8. paola13

    open a popup from flash without js

    I'm tring to open a pop up with this script in the main timeline of the movie: Movieclip.prototype.centra = function (nome,titolo,lar,alt,feat){ var w = System.capabilities.screenResolutionX/2; var h = System.capabilities.screenResolutionY/2; var x = Math.round(w-(lar/2)); var y =...
  9. paola13

    RESET COMBO BOX

    i MAde a form in Flash Mx. I would like the reset button put the initial item display in the combo box on (release) { sender_nome= &quot;&quot;; sender_cognome = &quot;&quot;; sender_email = &quot;&quot;; fax = &quot;&quot;; tel = &quot;&quot;; message = &quot;&quot;; sender_indirizzo =...
  10. paola13

    form in flash mx, with combo box and check box

    I must finish a form made in flash mx. I have 6 txt field, 2 check boxes and 1 combo box. PHP file send the date to a specific e mail address My question is.... How can I take the selected item in a combo and the checked value in a check box? Do I need a function in flash, or it is just enought...
  11. paola13

    problem with printing from ai file

    I'm tryng to prin a work in Illustrator 9. The file is in CMYC.... but the colors are complitely different from the &quot;Originals&quot; in the screen. I try to fix the color settings in costum mode, in color management off... i try all the possible combinations, but nothing. I don't understand...
  12. paola13

    swap depths: help meeee

    I have a mc &quot;picture&quot;. Inside there is another one &quot;image&quot; and inside &quot;image&quot; there are 4 mc (mc1, mc2, ecc..). Each mc1, mc2, ecc.. start an animation on mouse press. The mc1-2-3-4 became bigger till fill all the screen... the problem is that i can see the mc that...

Part and Inventory Search

Back
Top