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: *

  1. ferhelping

    Resolution

    Statistics in January showed that more than 50% of people use 800x600 monitors to surf the Internet. Just because most programmers have 1024's doesn't mean we should develop for that resolution. The good news is that since Flash is vector-based, you can resize without losing quality. You don't...
  2. ferhelping

    Pls. debug my Flash 5!!! HELP asap!

    Gary, It would be helpful if you tell us how or where to get your movie. Fernando Regueiro ferhelping@yahoo.com
  3. ferhelping

    vbscript/java links into Flash actions?

    You can not mix the scripts like that. Are you writing this scripts yourself? I am assuming that is ASP, I need to know if Namespace("showContent") is calling a variable (ShowContent) from the recordset Namespace, meaning that it is linked to a database. Anyway, instead of doing the...
  4. ferhelping

    Sound runs faster than pictures

    Flash works with sound in digits of 11khz. It resamples sounds that are not like that making them slower or faster. You need to import your sound in 11,22 or 44khz. You can try to grab your file in the Windows Sound recorder and change the properties from there. Also I recommend to use the mp3...
  5. ferhelping

    compatability issues between Flash v.4 and v.5

    FILE - PUBLISH SETTINGS - Version Fernando Regueiro ferhelping@yahoo.com
  6. ferhelping

    Movie position in browser

    Just put it inside a table and center the table. <table align=&quot;center&quot;> <tr> <td> COPY YOUR MOVIE CODE </td> </tr> </table> Fernando Regueiro ferhelping@yahoo.com
  7. ferhelping

    use a variable as a parameter of SET PROPERTY

    setProperty (&quot;toto&quot;, _alpha, i); i must be set as expression, not &quot; &quot; string Fernando Regueiro ferhelping@yahoo.com
  8. ferhelping

    why does text looks bad in flash 5 with loadmovie

    It is hard to tell without looking at your file but probably the problem is that when you created the textfields for all your text, the properties are not set well. Try this: Select one of your textfields that is having trouble. Now right click and select properties (Flash 4) or...
  9. ferhelping

    Image update in a swf file

    When you import it to Flash, it will be in the Library and you will be able to update the file and publish again. If the file is protected, write me for the solution to that. Good luck. Fernando Regueiro ferhelping@yahoo.com
  10. ferhelping

    Help me shrink my animated .gif size

    Vulcan: Send me your banner and I'll take a look at it. If you can wait until Monday, I'll do it then. <p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br>
  11. ferhelping

    I want to make a R-type style video game but I have NO FLASH knowledge

    Email me and I'll try to help you. Give some more info on what you know about Flash already so I don't have to start all from the beginning. See ya <p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br>
  12. ferhelping

    Movie Clip can't be dragged after another movie clip is dragged?

    Can you send an URL or email me the file to check it out? Are you loading the new movie at a different level and controlling it with Tell Target? Let me know. <p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br>
  13. ferhelping

    NO hand mouseover button

    The only solution that i can suggest here is to use the mouse hide option in Flash 5. This will get RID of the mouse all together. Use the ROLLOVER mouse event with the OBJECT/MOUSE/HIDE action and then you can create a small movie clip inside the button with a mouse follower and create your own...
  14. ferhelping

    Resizing everything in your movie.

    Sometimes you want to resize your movie for whatever reason and it is not practical to resize each element in the movie, specially with a lot of animations and layers. Here is the solution for this problem: Grab all the frames in the timeline. They should all be black, now right click and...
  15. ferhelping

    Exporting of data from Flash?

    The same thing can also be use with CGI. Just send the variables using GET or POST like Napalm said or use the FSCommand and write the code to send the information. COOL <p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br>
  16. ferhelping

    Transparent background of flashmovies ?

    You have to load the new movie at a different level. Create your second movie with the same dimensions and just draw your elements in the stage. Don't create a background an don't publish in windowless in this case. In your original movie, assign the Load/Unload Movie action to an instance (it...
  17. ferhelping

    when i hit test movie flash give illegal opp.!!

    How much memory do you have? This is usually why Illegal Opp happens. Let me know. <p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br>
  18. ferhelping

    Controlling User Input

    You can force the input to be all lowercase even if the user enters Uppercase letters. They won't even notice but it will make your life easier when you use variables. Here is how: You create the &quot;Submit BUTTON&quot; or whatever that pulls the read variable action. The text field where the...
  19. ferhelping

    Flash always appears on top

    Your div tags should have a parameter called z-index which controls the position of the layers. I think that the layer in your movie has a lower value than the menu and that makes it be in front. Change the z-index inside the div tags and make your menu z-index=1. If you don't have the z-index...
  20. ferhelping

    Mouse trails in Flash

    When you create the Drag Movie Clip action to get the trail, there is an option in the right side. Check the Constrain to rectangle option and enter the coordinates that you want to use. If you need more help about it let me know. Ferhelping Fernando Regueiro ferhelping@yahoo.com

Part and Inventory Search

Back
Top