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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WakePro

  1. WakePro

    Inserting a picture into a table

    Hello i am building a website that connects to a SQL database. I want to be able to insert and select(to display)pictures can anyone help me with this.
  2. WakePro

    adjusting flash movie size

    oh yeah if you want to see what im trying to make check it out at http://www3.gov.ab.ca/srd/regions/southwest/bighorn/index.html. use your mouse to move and adjust your browser window to see what im trying to do.
  3. WakePro

    adjusting flash movie size

    Ok I thank you greatly for your help but im still getting nothing showing up when i view the html file because by default it sets the demensions to the size of the stage in the flash file. If i copy and paste my original code into the generated html file that flash makes, the picture dissapears...
  4. WakePro

    adjusting flash movie size

    When I set the width and height to 100% and try and view the page in a browser, the flash portion of it doesnt show up. but when i set the height and width to the same as the flash swf file it shows up. Is there something else i have to do. The size of the flash movie is in pixels, should i...
  5. WakePro

    adjusting flash movie size

    I have embedded a flash movie into a html file, what i want to do is when that html file is open in a browser, I want the flash movie to automatically adjust its size when ever the browser window changes. This means that if i adjust it manually with my mouse, the flash movie will adjust so that...
  6. WakePro

    email from flash

    hello I am developing a flash site that i want to add a for to that will allow customers to enter such information as: name: email address: car type: car year: engin size: transmission type: Product: and maybe a few other things. these will all be entered into seperate text fields. I then want...
  7. WakePro

    email help

    I am trying to collect some data from users in text boxes. I then want the user to push the submit button and the information that the user entered would then be email to me. does anyone know how i can do this? thanks Wakepro
  8. WakePro

    If statment

    Thanks for the help on the last question. My next question is. Do you know how to round decimal values to 2 decimal places. eg. 55.99394 -> 55.99 Please let me know if you do. Thanks
  9. WakePro

    Flash 4 Loop

    Add an actions layer to your movie. in the last frame of your movie in the actions layer add a stop action. If you dont know how to do that let me know and I will help with that. WakePro.
  10. WakePro

    If statment

    Hello. I am trying to test if there is something in a dynamic test field. If there is I want to display some information in another dynamic text field. If there is not I dont want to display any thing. How do i do this. I have tried the following if(_root.txtQty1 != "" ||...
  11. WakePro

    opening a movie clip in a seperate window

    Thanks man it worked well once it was published. now is there a way to add a button that closes that new window? on(press) { getURL ("javascript:window.close()"); } if this is right let me know, or if there is another way could you please let me know Thanks
  12. WakePro

    opening a movie clip in a seperate window

    This is the code i have behind my button! on (release) { getURL ("javascript:NewWindow=window.open('AboutUs.swf','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);"); } It is...
  13. WakePro

    opening a movie clip in a seperate window

    That code that you send is giving me a missing ")" error. how can i fix this?
  14. WakePro

    opening a movie clip in a seperate window

    What post? there isnt any post on java script
  15. WakePro

    opening a movie clip in a seperate window

    I have made a movie clip and on the main time line i have a button. I want that button when pressed to open that movie clip in a seperate window. Is there anyway to do this. I have tried GetURL and all the rest of them but the movie clip is part of the SWF of the fla file. Please help if you...

Part and Inventory Search

Back
Top