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

    Scaling a background image

    Hi, I'm designing a homepage that's wider than 1024x768. To address this, i would probably program the background image in the flash file to scale, allowing content to adjust with the limits of the browser window. This is a good example of this approach...
  2. TigerGirl7

    Randomly load FLV?

    Hi, I'm using the following code to load an FLV into my flash movie. Does anyone know how to adjust the code to randomly load one of three FLVs? (video_1.flv, video_2.flv, video_3.flv) var nc:NetConnection = new NetConnection(); nc.connect(null); var ns:NetStream = new NetStream(nc)...
  3. TigerGirl7

    Find and Replace function stopped working DW8

    hi - I have been using DW 8 on my computer (Apple OS 10.5.1) successfully for about a year. Just this week the Find and Replace function stopped working. I can press Apple + F and I get nothing, no popup windows or anything. I can go to Edit>Find and Replace and I get nothing. I have restarted...
  4. TigerGirl7

    Loading a New FLV

    Hi, Below is the script I'm using to load my FLV. It works great! What I don't know how to do is tell the file that when the video is finished, to load a different FLV. (The purpose for this is to load a still image from the beginning of the video just so the user has something to look at. Or...
  5. TigerGirl7

    Flash - asp.net - mysql - php - uggh

    Hi, I have a client who wants a CMS-controlled Flash website. They want the CMS to also be in Flash. The site is not huge, but there is a case studies section that will be changing frequently, a news section, etc. My programmer wants to instead build the site using the following technologies...
  6. TigerGirl7

    Google Analytics code gets corrupted

    Happy 2008! I have a client who is using Contribute 4.1 on Vista Business OS to update her website. For some reason when she makes a change to a page and uploads the page the Google Tracking code in the body of the page gets corrupted (strange characters get added to the code). Any idea why...
  7. TigerGirl7

    Seeking Help with a Solution for "Loading" Movie Clips - Confused :(

    At the end of my timeline I have several buttons that all need to do the same thing: load a movie clip that contains an image. If I wanted to load them as external swfs, that would be easy (I've done that before). What I want to do instead is load all my images at the same time when my movie...
  8. TigerGirl7

    IE7 Double Click Issue

    Hi, IE7 is driving me crazy! In IE7 my flash movie needs to be double clicked before it will open the specified URL (instead of a single click). It's working fine in Firefox. Any ideas? thanks in advance.
  9. TigerGirl7

    Popups not working in IE 7

    Hello, Is anyone having a similar problem? Here's the code I'm using: function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } <a href="#"...
  10. TigerGirl7

    PopUp Menu Border

    Hello, I've just created a javascript pop up menu and I'd like to customize it so that the border appears only to the left and bottom. Any ideas on how I would adjust the following in the code: mm_menu_0221103859_1.menuBorder=1; Thanks in advance!
  11. TigerGirl7

    JS Pop Up Menu Border Styles

    Hello, I've just created a javascript pop up menu and I'd like to customize it so that the border appears only to the left and bottom. Any ideas on how would I adjust the following in the code: mm_menu_0221103859_1.menuBorder=1; Thanks in advance.
  12. TigerGirl7

    Pop Up Menu

    hello, I've just created a javascript pop up menu and I'd like to customize it so that the border appears only to the left and bottom. Any ideas on how would I adjust the following in the code: mm_menu_0221103859_1.menuBorder=1; Thanks in advance!
  13. TigerGirl7

    Switching Apps

    Hi, Every time I switch from one app (or the finder) to Flash I get the color wheel for about 15 seconds. Very frustrating. ANyone know why this might be happening? Cheers!
  14. TigerGirl7

    Question about a Redirect???

    Hi, I created a video that I want to play on my homepage. I created two versions: one for Flash 6, and one for Flash 8. I love how the Flash 8 video looks, but I want to have a fall back for users who only have Flash 6 installed. Using Deconcept's SWFObject -...
  15. TigerGirl7

    Testing Older Plugins

    Hi, My computer has the Flash 8 plugin installed, but I want to be able to test for Flash 6. I have an older PC I can set for testing. I can't find out how to download the Flash 6 plugin ANYWHERE! I can only find the latest version. Can anyone help? Cheers.
  16. TigerGirl7

    Plugin Detection Question???

    Hi, I created a video that I want to play on my homepage. I created two versions: one for Flash 6, and one for Flash 8. I love how the Flash 8 video looks, but I want to have a fall back for users who only have Flash 6 installed. Using Deconcept's SWFObject -...
  17. TigerGirl7

    Custom Submit Button Alignment

    Hello, I'm having difficulty getting a custom submit button to align with the bottom of a text field - like the search feature on this site. For some reason when I add the button I'm getting about 5 pixels of space beneath the button. Any ideas on how I can fix this? Thanks in advance!
  18. TigerGirl7

    Flash Video??

    Hi, I was given a corporate DVD by my client. She wants me to take the video that's on the DVD and convert it to Flash format so we can view it online. The DVD seems to contain about 7 file names, each of which exists in three fiel formats: .bup, .ifo, and .vob. I think the last file with the...
  19. TigerGirl7

    Flash Navigation Effect???

    Hi, I'm in a bit over my head with this Flash effect I want to try. The effect is fairly simple: 1. When the user's mouse enters the stage area, the navigation links get brigher. 2. When the user rolls over a link, a submenu fades in with about six sublinks. Each main lin would have it's...
  20. TigerGirl7

    Help Converting WMV to FLV??

    Hi, I have a WMV file that I need to convert to an FLV. I tried importing the file into Flash Video Converter but it gets ignored. What do I need to do?

Part and Inventory Search

Back
Top