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

    .exe and calling a local .htm file not working!!!

    I have a Flash .exe running as my main movie. Inside of the main movie I am loading other .swf files into a target and inside of those I use getURL (somelocal.htm", _blank) to load a local .htm file from the same directory as the main movie .exe. But it does not work.. nothing happens. If I test...
  2. raznov

    Big Trouble...mediaPlayback component with linked .flv?

    I created an .flv file in After Effects, then in flash I used a mediaPlayback component to link to it. I publish the file and upload to the server and it works fine at some points in the day.. and at other times it is very slow. No of course I realize that this is the server load that is...
  3. raznov

    Seperation setup disabled?

    I totally forget.. or maybe I never learned.. how do you set up the document bounds correctly and add a bleed. I looked in the help files... I can not get to seperation setup because it is disabled. Is it my printer, but I know I have done it on a simple bubble jet before. Everytime I print.. (I...
  4. raznov

    get char width of text input ?

    How can I make a text box or would it be label component resize based on the char width of a text input box? I am passing the string entered into a textinput box to a label and then turning the visibility of the text input box off. K
  5. raznov

    Flash MX 2004 and Skinning the window component

    I have successfully imported the sampletheme.fla assets file into my movie and changed the title bar of the window component. My question is, how do I change the background of the component.. it is by default white. It is not in the assets folder as a movieclip, so it must be created...
  6. raznov

    scrollbar component inactive on unload movie???

    I am loading a movie into a target.. the movie on level 0 main.swf has a dynamic text field and scrollbar component. When I load in the second movie and then unload it using a button within itself, the main.swf, shows the text and the scrollbar(not buttons are shown on scrollbar, just the...
  7. raznov

    on going tab index issue flash mx

    I have form page with a bunch of input text boxes... check it out at .. http://www.editundo.to and click on contact. If you tab down.. you will see that the button "about" becomes highlighted after name. This movie (navbar) is loaded into a seperate level from the contact movie. I...
  8. raznov

    Another ongoing problem.. tab index not working correctly...

    I have form page with a bunch of input text boxes... check it out at .. http://www.editundo.to and click on contact. If you tab down.. you will see that the button "about" becomes highlighted after name. This movie (navbar) is loaded into a seperate level from the contact movie. I...
  9. raznov

    Preload movie in level 1

    Can I preload a movie that is loaded into level 1 with the initial preloading sequence for level 0? Thanks, Kim
  10. raznov

    detect key press with letter

    I need the syntax for a multiple key press... I want to use control + z to make something happen... so far it only detects the control key.. The asc11 number is 90 I looked it up. if(Key.isDown(Key.CONTROL+Key(90))){ _level2._root.ctrlzmc.play() trace("dothis") } Thanks, KIM
  11. raznov

    Updating Firework HTML placed in Dreamweaver

    I was trying to use the function in Dreamweaver to Updating Firework HTML placed in Dreamweaver . For instance I have a nav bar with a drop down menu in it and want to be sure that I can change it html and image wise and that it will be reflected on the many pages of this site. The problem is...
  12. raznov

    Imported Flash movie w/streamed sounds plays wrong

    I have Director movie with a flash into. The imported flash movie has music in it that is set in flash to stream, the animation in flash and the sound end at exactly the same time. All of this works correctly when tested in the flash player. The problem is that the way the flash movie is...
  13. raznov

    startTimer question...

    I have Director movie that is being driven by a large video and I am using the Tabuleiro extra to set cue points to show slides in time with the video, all of that works fine. The video moves too quickly at one spot and we don't have time to reedit it. So, I set up a script that pauses the...
  14. raznov

    Create a .exe from flash

    Can one create a self executing (.exe) file from a .fla or must one use a thrird party software. In otherwords a file that does not need the flash plugin to run.. I can not remember how this is done. KIM
  15. raznov

    on Start Movie, where to put the code?

    Hi there.. trying to put some code into a Director movie that will not allow the projector to be running multiple sessions, which happens now, due to the .inf file which tells it to autorun and the possibility that a user might not wait for the autorun and just simply click on the executable...
  16. raznov

    checking for the playing of a video sprite syntax

    What is the correct syntax for checking if a video sprite is playing? For instance if you are checking whether a flash movie is playing on a certain frame you would use... if the playing ofr sprite 10 = 1 then do something Any help would be appreciated
  17. raznov

    custom scrollbar

    Another weird problem that I can not find any documentation on... the custom scrollbar behavior. Every time I attach it to the up and down arrows, whether I make them as vector objects in Director or bitmaps, or import a bitmap. They disappear off of the screen at runtime. Why? KIM
  18. raznov

    Upper case, lower case.. weird problem

    Very strange problem... I can not type in lower case in the text window. It's not my keyboard either, becasue I can type in lower case in a text field or in Microsoft Word for instance. Any clue as to what is going on, I am baffled. KIM
  19. raznov

    I have sucessfully opened Acrobat f

    I have sucessfully opened Acrobat from Director by using this code... on mouseUp me open "F:\Proj\NCCN\MultipleMyeloma\Director\myeloma8_21_03final.pdf" with "D:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe" end Problem is, first... the document won't open when the...
  20. raznov

    Tabuleiro Mpeg Advanced Xtra help please...

    I am using the Tabuleiro MPEG Advanced Xtra to set cue points and control my linked MPEG in Director 8.5. All works fine except... after setting various cue points, the button controls now do not work when I play the Director piece. Also, I could not find the custom control bar behaviors...

Part and Inventory Search

Back
Top