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 bkrike 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: mmmbob
  • Content: Threads
  • Order by date
  1. mmmbob

    xml variable name

    Hi, I'm passing in the name of a variable through xml.And that variable will be used with loadVars to pass stuff to the server. Is there any way in which I can get the name from xml and use that directly? This is what I mean. xml <var name=&quot;cat&quot; /> flash variable =...
  2. mmmbob

    forms in flash

    Hi, I was wondering if forms were possible like in javascript. IF they could be done entirely from the actionscript side and if they could be submitted in a method similar to form.submit(); or something like that all from actionscript....if so could someone type up something really simple...
  3. mmmbob

    createEmptyMovieClip

    Hi, I'm trying to create a button dynamically. I'm trying to use a createEmptyMovieClip method to create a &quot;movie clip&quot; and then giving it an onRelease event handler. But this doesn't seem to work. But when i make a movie, add it to the library and then attach it through...
  4. mmmbob

    xml flash

    This is prolly not possible in flash, but I thought i'd ask just for shits and giggles. Would it be possible to write a callback in flash, where the funtion is defined in xml and is assigned to a variable when read into flash, while that variable acts as a place holder in flash. So say i have a...
  5. mmmbob

    replace images with other images

    Hi, I have a movie clip which essentially contains an image. And each time someone rolls over the image I'd like to replace that image with another image in the same spot. So I tried making the image a movie clip and on rollover I removedMovieClip and then I attached the new movie. The only...
  6. mmmbob

    loading images from a library

    Hi, I am trying to make a menu with thumbnails and if you click on the thumbnails then the corresponding image shows up on the screen. All the images are loaded in the library. I just don't know what command I need to use to tell flash to display the image i want in the screen and remove the...
  7. mmmbob

    javascript flash dynamic

    Hi All, I've gotten great help from this forum, and I've a few more questions to go :-) Hmm... I'd like to know if it's even possible to do this in flash. I'd like flash to play a certain movie and when the user clicks a link on the website I'd like the javascript to tell flash about a...
  8. mmmbob

    preloader

    Hi, I am loading an image dynamically using loadMovie and I'd like to have a preloader while this happens. Can anyone advise me on how to do this? Thanks.
  9. mmmbob

    image handling optimization

    Hey All, I have been working on a panoramic applet, and I have a mask and I move the image from under it so that a differnt section is displayed everytime. But the image flickers a whole lot and the tranistions aren't very smooth. Does anyone have any optimization tricks up their sleeve...
  10. mmmbob

    flash panorama hotspot

    Hi all, I'm trying to write a 360 panorama in flash, but I am having certain problems. For one, I'm getting the image from a remote website using the loadmovie method in mx. In order to create a panning effect I tried to make copies of this image, but was unsuccessful. For some reason...

Part and Inventory Search

Back
Top