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 SkipVought 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: palle
  • Order by date
  1. palle

    scrolling for Flash 3 - contn'd

    Sorry! In the preview my messages look ok, but then in the forum the bottom half is cut off. Don't know why... The question is why my code isn't working with the Flash 3 plugin. The output tells me that different parts of my syntax only works in flash 4 or 5. Need to get it working with Flash 3...
  2. palle

    scrolling for Flash 3 - contn'd

    continued: Down scroll: on (rollOver) { target = getProperty(&quot;/text/01&quot;, _y); if (target<=-1083) { stop (); } else { play (); setProperty (&quot;/text/01&quot;, _y, getProperty(&quot;/text/01&quot;, _y)-5); } }
  3. palle

    Scrolling for Flash 3

    For some reason some of the text was missing in my last thread. Here it is again: I have built a Flash movie with a scroll text. The code for the down arrow is: on (rollOver) { target = getProperty(&quot;/text/01&quot;, _y); if (target<=-1083) { stop (); } else { play (); setProperty...
  4. palle

    Scroll????

    I have made a flash movie with a scroll. The code for the upwards scroll is: on (rollOver) { target = getProperty(&quot;/text/01&quot;, _y); if (target<=-485) { stop (); } else { play (); setProperty (&quot;/text/01&quot;, _y, getProperty(&quot;/text/01&quot;, _y)-5); } }
  5. palle

    Loading movies into levels

    Thanks for taking a look! There must be some kind of internal problem with my browsers loading time then. Even when the pages are in the cache, it takes time before they show up. I'll do some testing with the preloading. Palle
  6. palle

    Loading movies into levels

    Hey! I made a Flash site, where the main links are on level 1 and all other pages are loaded into level 1 after each other. The reason I did it this way, was to control the print command to print all pages as single frames. Now I have the problem that the movies have a very long loading time...
  7. palle

    Printing instances (Urgent!)

    Sorry for delay! Had to try it. PERFECT! My work space looks like it's been decorated by Franz Kafka. I can hardly see the screen for all the bad prints. And now... Voila! I didn't need the backgrouond. My prints come out white. Could that have to do with the browser background, which is by...
  8. palle

    Printing instances (Urgent!)

    Sorry about the file size! there is a lot of unused stuff in the library as you notice... Had no time to sort it all out.
  9. palle

    Printing instances (Urgent!)

    Second...
  10. palle

    Printing instances (Urgent!)

    Okay. Here we go again... Final problem for tonight. Can't get the bounding box to work. Tried putting the #b in the frame where my instance to print is. Also tried making a new frame with a shape and giving it a #b. The printed result, though, always stretches the print, trying to fill the...
  11. palle

    Printing instances (Urgent!)

    Got it! It works! Thanks! I'm rescued. Palle
  12. palle

    DEVELOPMENT CHECK

    G4 400mhz, 64k ISDN, 1024x768 - Took about 10 sec, runs smoothly! Everything really small though, Had to zoom in to read the chat. The contact field was (almost) readable in normal size. Very nice design. Liked the scrolling menu. Also the white frames, which gives kind of a clean look. Thanks...
  13. palle

    Printing instances (Urgent!)

    Yes. Should have thought before writing that ,) They'll be invisible of course! I'll load them all in frame 1 of the main movie. I have started making one, now having 3 frames: The first one with stop, the second one also with stop and the &quot;get URL print:&quot; command. In the 3d one is the...
  14. palle

    Printing instances (Urgent!)

    Okay! I have a lot of frames and if only the 3 frames should be printable, could I load the extra movies just in those frames and how could I prevent the buttons from being visible in the other frames? Would I have to load /unload the movies each time you'd get to the frames? Kind of confusing...
  15. palle

    Printing instances (Urgent!)

    Thanks for reply! the best solution would be to have at least 3 different instances to be prontable separately. I now have print buttons in 3 frames, with the get URL command. In the frames following the ones with the buttons I have the instances to be printed. The text tinted black, and the...
  16. palle

    Printing instances (Urgent!)

    Hello! I have a problem with printing different instances in a movie. I need to be able to print single instances, without automatically printing all other frames, who have the #p label. I want to give the user the option of printing out text details without having to print the colored...
  17. palle

    Probably an age old question but

    I have the Dreamweaver2 Bible by Joseph W. Lowery. 1034 pages, lots of useful information. The one for DW3 will be out soon, if it's not already;)
  18. palle

    Named anchors

    When inserting named anchors into a document, Explorer 4.0 refuses to go there. It usually just goes to the top of the page where the anchor is located. After clicking 2 or 3 times it will sometimes go to the anchor.<br>What am I doing wrong?

Part and Inventory Search

Back
Top