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 Chriss Miller 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: bubu
  • Content: Threads
  • Order by date
  1. bubu

    Is it really usefull? - huge list of directories to submit

    Hi guys, I just saw in another post, some links to huge lists of directories....couple of hundreds...for example: http://www.info-sales.co.uk/directory_A.htm Is the submition to all these directories really usefull? I mean ... there is some real chance to get visitors from these directories...
  2. bubu

    Preloading a movie that uses linkage

    Hi there all you guys! I have this movie in which I load from the library 20 mp3s using Linkage. Everything works fine. If I add the preloader these mp3s will load on the first frame so normally that my preloader won't start from the begining it actually starts from 47%. I did another movie...
  3. bubu

    tweens making movie playback harder?

    Hi guys! I have a simple question...check the address below...first page, the "hand" animation: http://www40.brinkster.com/dragosbocai/ I have optimized the images at maximum possible...when exporting from Photoshop, and inside the Flash movie also...I got a very small file size considering the...
  4. bubu

    JS function crossbrowser issue

    Hello guys! I have this JS function that I use to control a flash movie: function controlFlashMovie(objElement, strValue){ var objFlash, currentSelection; objFlash = eval("document." + objElement); if (objFlash.PercentLoaded() == 100) { try{...
  5. bubu

    Controlling flash mc with JS problem

    Hello guys! I have a menu in flash and I want to control the pressed instance from an HTML file using a JS function. So what I am trying to do .. is to tell the flash movie to go to a certain "label" and to set a _global variable due to the page I am in. For a closer view...
  6. bubu

    pop-up window issue

    Hello guys! I have a page with 20 small images (acting like buttons)...like a thumbnail gallery. I made a JS function for opening a pop-up window when one of these small_images are pressed. The function looks like this: function newWindow( url, title) { wnd = window.open(url, title...
  7. bubu

    tableless coding problems

    Hello guys! I began my tableless coding 2 days ago...so please have patience :-) What I am trying to achieve: http://www.dragos1230.as.ro/schema.jpg What I achieved so far: http://www.dragos1230.as.ro/main.htm My main problem...that I couldn't understand so far is how I can align all these...
  8. bubu

    tableless html page

    Hello guys! I am really new to HTML using CSS instead of old fashioned tables(that I manage really good) and I need to make a website (a simple one) using this technique that for many of you isn't a new one. I can post a link to all the scrrenshots and maybe some of you can assist me by giveing...
  9. bubu

    Embedding particular characters in a text loaded from a .txt file

    Hi all of you guys! ... it's been a while. I came across this problem...I have a simple flash movie that only loads some text from a .txt file. The code used on the first frame of the movie (instance name of the dynamic textfield: <i>title</i>; name of the .txt file: <i>test.txt</i>; variable...
  10. bubu

    Antialiasing image tweening

    Hi there guys!...it's been a while :-) I have a png exported from photoshop and imported in flash. I broke appart this image in flash and made it a graphic with 99% alpha. Then i made a motion tween of this graphic i made...you can see it here: www.dragos1230.as.ro/picture.swf...
  11. bubu

    waving flag

    Hello guys! Do any of you know a link pointing to a tutorial of making a waving flag(animation)...in flash not animated gifs,etc, a vectorial one, so the drawing to be in flash also, photoshop, or any other program like these. Regards, Dragos.
  12. bubu

    Changing Scrollpane's button style

    Hello guys. Need to scroll a movie, and i managed to get rid of the border...:-) the scrollpane;s border but now i want to change the buttons as well, and every other details (scroll bar, etc) ... MX2004 Pro ... it can't be done like in MX by simply editing the skins from the library? :-(...
  13. bubu

    Exporting Animated GIF problem

    A Happy New Year to all you guys! I have this problem: I have a movie (a banner) and i would like to export it as an animated gif. I have read many posts regarding this problem...but with all the publish settings combinations i've tried i've ended up with a bad looking animated gif(frame rate...
  14. bubu

    concept thing

    http://www.stratocucine.com Hello guys! Please have a look at that link...and move across a section ... you will notice how the movies with the images are loading one after another (the menu is masked by the percentage bar). The question: They have a main movie in which they load the...
  15. bubu

    water text effect

    Hello again :-) I was trying to do an water effect on the text(when rollover the text to act like it has a ripple in the middle...)...i searched flashkit, google, but i didn't find anything....maybe you can give me something usefull...a link, something similar... Thanks! Regards, Dragos.
  16. bubu

    preloader is startting half percent...not from the beginning anyway

    Hello! All my preloaders i did so far have this &quot;bug&quot;...and i tried different preload techniques.....for example....i made a simple preloader....just a preloader bar, a percentage text, ...no fncy aniations....but the preloader scene is not loading immediatelly...it takes a time to...
  17. bubu

    linkage preloader thing

    Hello guys! I have a sound object(mySound) wich has an .mp3 file linked from the library as &quot;sound1&quot;. All these..actionscript and animations are in scene named &quot;main&quot; What will be the actionscript for a preload scene?...i know it is different as for an regular preloader...
  18. bubu

    perfcentage moving from left to right as the percentage bar grows

    Hello guys! How can i move the percentage text like here: www.internetics.ro Thanks a bunch! Regards, Dragos.
  19. bubu

    changing mouse cursor

    Hello all of you guys! I want to do something like this: http://www.blueleaf.ro/main.html Here i guess they have a movie with that cursor and they hide the original cursor...and the new cursor position is changed after the mouse position?...is that right...how can i do this?...i've found some...
  20. bubu

    telltarget() issue

    Hello guys! What is the difference between these codes: tellTarget(&quot;_root.instancename01.instancename02&quot;) { gotoAndStop(4); } ------------------------------------- AND _root.instancename01.instancename02.gotoAndStop(4); Regards, Dragos.

Part and Inventory Search

Back
Top