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 IamaSherpa 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. greengrassbrian

    rollout animation--how to?

    sweet, thanks for the help!! i found this tutorial which is what i'm looking for... http://www.flashkit.com/tutorials/Actionscripting/Basic/Buttons_-Jim_Tude-804/index.php i think the only difference is that with the tutorial the animation plays in reverse as soon as you rollOut...thanks for...
  2. greengrassbrian

    rollout animation--how to?

    hey all, i need some help, i know this has been done, so hopefullly someone can just point me to a tutorial... i want to create an animation that happens when you rollover an item, that also plays in reverse if you rollout. to give you a simple example of what i want: imagine three circles in...
  3. greengrassbrian

    background refreshes when i don't want it to :(

    thanks so much for helping me! - unfortunately it gives me an 'error on page' error at the bottom when i click on the image with that code.... let me give you some more of the code... <a href="javascript:;"...
  4. greengrassbrian

    background refreshes when i don't want it to :(

    I think I tried that but it didn't work...here's a piece of the code: <map name="Map02"><area alt="" coords="0,0,400,295" href="javascript:popupWin('popup_ranch_02.html','ranch','690','432')"></map> where would i put the 'return false' ?
  5. greengrassbrian

    background refreshes when i don't want it to :(

    Okay, I guess the real problem is this: The popup window has a reload function in it that refreshes the parent page, but whenever I take it out the javscript stops working on the parent page, so that when i rollover a thumbnail the large image won't appear... Any thoughts? Please help!!
  6. greengrassbrian

    background refreshes when i don't want it to :(

    please help me...i have a project page with thumbnails and some thumbnails have popups - when you click on a popup however the background page will refresh and take you back to the beginning and you'll lose your place... for example: http://greengrassstudios.com/escobedo/work_ranch_01.html on...
  7. greengrassbrian

    load random images

    i've tried this...it seems to work except it won't load image1.jpg....any ideas why? // create random number randomnumber = Math.ceil(Math.random()*3); // load image url = "image"+randomnumber+".jpg"; loadMovie(url, fotoholder); // greengrassstudios.com/animationtest.html
  8. greengrassbrian

    load random images

    Hello all, For the home page of my site there is a main image displayed. What I would like to do is have 5-10 images on the site that will randomly load whenever someone visits. It doesn't need to be a slideshow - When someone visits they see image1, but then the next time they go they see...
  9. greengrassbrian

    dynamic calendar

    anybody?
  10. greengrassbrian

    dynamic calendar

    The search tab is down so I'll just have to ask...does anyone know how to make a flash calendar that can be displayed over the web which the client can add notes and events to each day (in other words so I don't have to update it every week...)
  11. greengrassbrian

    Movie clip scale problem

    I'm not sure I completely understand... Is it an image? If so, make sure your image is 72 dpi...even if its 770px wide it will scale down or up depending on the dpi...at least that's what I've found....
  12. greengrassbrian

    smtp security issues?

    I have a flash site that has a contact me page using cold fusion...when a user submits something it uses the .cfm file to email me the users comments and is routed through our ftp server. over time though we've started to get daily virus emails being sent to that e-mail address so I was...
  13. greengrassbrian

    PHOTO Album

    have you tried this? http://www.macromedia.com/support/flash/applications/jpeg_slideshow_xml/
  14. greengrassbrian

    bring window to front

    ahh, that's perfect....sorry 'bout not supplying the code--it was similar to what this site gives, minus the 'focus' property, many thanks
  15. greengrassbrian

    bring window to front

    i'm using the popup windows extension in flash which uses javascript, but there's nothing about giving focus to the window....is it an easy line of script?
  16. greengrassbrian

    bring window to front

    how exactly do i do that?
  17. greengrassbrian

    bring window to front

    is there a flash script or html code that will bring up a popup window to the front? example: a user has a web browser full screen and clicks a link to a video that pops up in its own window. after seeing the video the user continues to browse the original site which places popup in the...
  18. greengrassbrian

    force download .mpg?

    cool, so should i add this to my html, or the flash actionscripts?
  19. greengrassbrian

    frame busting / crossing help?

    check this site out...exactly what i want...anyone see any magic scripts in there? http://www.landrover.com/us/en/default.htm
  20. greengrassbrian

    force download .mpg?

    i'm working on a site that has videos of various formats, one being an mpeg....i want the mpg to be downloaded locally. is there a way i can cue the 'save target as' in flash instead of just saying, get url?

Part and Inventory Search

Back
Top