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

    Templates within Templates

    Hopefully this hasn't been covered anywhere, I searched but came up empty. I'm working on a site build out and have come across an interesting quandry. The site's structure is the same throughout the site with the middle column being used for the main content area. Their content for this area...
  2. phej

    Loading Random FLV

    I am building a site where the client wants to have their video (converted to flv) to play as soon as the user loads the site. I have one swf that is the shell for all the other parts of the site, and another swf that contians the video call. How can I have flash pick an flv randomly (from 33...
  3. phej

    Loading swf's based on choice in Combobox

    I have a combobox (named 'dropdowns' with labels consisting of neighborhoods in our area and I want to load an external swf with info about the user-selected neighborhood. here's my as: function handler() { loadMovieNum(_root.dropdown.getSelectedItem().label+".swf", 3); } But it's not...
  4. phej

    Tweening Dynamic Text

    I am trying to figure out how to tween a dynamic text field. My developer has written a part of the website I'm working on to output a text file and they want me to import the text file (which I can do) and have it scroll (bottom to top) through the contents (names, etc). I know you can't...
  5. phej

    GetURL and Close Window in popup

    We have a flash tour of one of client's sites that will live in a popup window opened by the user's click. After the tour finishes the client wants the popup to close and the user redirected back to the site's homepage. I'm using two GetURLs at the moment: one to take the user to the homepage...
  6. phej

    Loading an external .jpg

    Hello, I am working on a small project today of which I have completed 99%. Unfortunately, it's the last 1% that is giving me headaches. I am working on the flash for this page: http://tinyurl.com/59x2r where images of people fade in and out. My final goal is to dynamically pull in a image...
  7. phej

    Tazmanian Devil Effect

    I hope you all are having a nice President's Day away from work - unlike me! We just got a new client who wants a flash intro, yes I tried to talk him out of it, with an object that follows a path, to zoom into view while rotating ala Taz. I quickly tried importing the image, making a tween...
  8. phej

    If Loop

    God, this shouldn't be this hard! I am trying to loop a few frames over and over until a counter equals a certain number. And instead of reaching the set number and moving on, I'm stuck in an infinate loop. What am I doing wrong here? // Set Variable shake = 0; //Raise count by 1 var shake...
  9. phej

    Using the ComboBox Component

    I am working on a project where the user can click on a country (from a world map) and see if it has a missle defense system and other information about the it. Some of the countries are so small, that I think the end user might have a problem clicking the right country, so I thought it would...
  10. phej

    Using variables to determine where library items will appear

    I have a client who sent me an fla of a "Memory" game he wanted customized to fit his site. Lord knows why he didn't have the developer who created the flash for him in the first place do this, but eh... I easyily switched out the graphics and thought that was that. Now he wants to make the...
  11. phej

    Creating Custom Word Templates

    Hello Everyone! I am trying to create a new Word Template for my company's CEO. She wants to use it for PDFed documents so that any communique we send looks like our it was printed on our corporate letterhead. Our corporate letterhead has our logotype (a yellow, angled, exclaimation point)...

Part and Inventory Search

Back
Top