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

    how to enable mouse events inside a movieclip

    i have a horizontal panel of thumbnails (the panel created as a movieclip). each thumb is a movieclip and when you click on any one of them you navigate to a specific swf. the problem is now i want to be able to drag the panel left and right. when i add the code to do this, you are no longer...
  2. decibelle

    horizontal scrolling gallery

    i'm trying to create a scrolling horizontal gallery of images and when you click on an image, navigate to a swf file. here's a list of features to be included: 1. click and and drag the panel left and right horizontally only 2. the panel should loop if the user drags to the last left or right...
  3. decibelle

    keyboard commands and properties disabled

    I've been using Flash Pro8 and this has never happened before until recently... steps are: 1. open a flash file 2. use keyboard command keys such as F12 to publish preview, Ctrl-C to copy, F5 to insert frame...works fine the first few minutes, then afterwards it doesn't any more. i thought it...
  4. decibelle

    import sliced images and set to align?

    is there a way to import sliced images into flash8 and set it to align appropriately during the import? thanks much, /decibelle
  5. decibelle

    2 scroll buttons on one page, only one of them works

    the problem: while pressing on a button, the text should scroll down continuously while pressing. the problem is that it only scrolls down one line at a time while pressing, so you have to keep clicking instead of keep on press. the problem only occurs when there are 2 sets of scroll buttons...
  6. decibelle

    refreshing swf file in a browser

    Much like [shift]+ [Refresh button] reloads an html page on a browser, how do you refresh to view the latest version of an .swf file? TIA
  7. decibelle

    link to specific frame in another swf not working

    HERE'S WHAT I WANT TO DO Click on a button in FILE_1.swf from PAGE_1.html. When the button is clicked, navigate to PAGE_2.html and display a specific frame from FILE_2.swf. HERE ARE STEPS/CODE I'M USING 1. in the FILE_1.swf file, the first frame has this to set up the variable for the...
  8. decibelle

    link to a frame in another .swf file

    I've searched for this same question in previous posts, but have not been able to find an answer or figure out the answer for my purposes. here's a description: when a user clicks on a button in file_1.swf, I would like to navigate to a specific frame in file_2.swf. can u please provide a...
  9. decibelle

    link from text file not working

    I am displaying text from an external .txt file. There is a link that does not work for some reason and I can't figure out why. your humble expertise please? 1. here's the url i'm trying to link to: <A HREF="http://www.zeitgeistfilms.com/film.php?directoryname=balletsrusses&mode=downloads">...
  10. decibelle

    add link to text in an input text field

    How do you add a link to a text in an input text field? In the past, i've only had to deal with short text for labels and such so I just turned them into buttons. In this case, the text that I want linked is in a paragraph. Thanks i advance!
  11. decibelle

    Recommendations for a good beg/int Flash reference book

    I'm just starting to learn Flash at work and am looking for a good Flash and ActionScript reference book to have handy. any recommendations? TIA
  12. decibelle

    Defining third window settings

    1. From Page A, I have a button that links to a Page B in a new browser window, with specified window size. I used the code below: href="javascript: NewWindow = window.open('open_pageB.htm','fullpopup','width=500,height=650,scrollbars,resizable,status');NewWindow.focus();" 2. This works...
  13. decibelle

    screenshot of a movie played in WMP?

    i'm trying to take a screenshot from a movie played in windows media player, but when i do the screenshot, then paste onto photoshop, i see the windows media player panel, but not the still from the movie. steps i've taken: a. play DVD using windows media player b. stop movie by clicking on...
  14. decibelle

    how to format text in superscript

    how can i format text to be in superscript? thanks much for your help!

Part and Inventory Search

Back
Top