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 strongm 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
  • Order by date
  1. raznov

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

    Well this thread explains it all.. it's Firefox causing the problem!!!!! http://www.actionscript.org/forums/archive/index.php3/t-72655.html
  2. raznov

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

    Okay, I just tested it again. No luck. I also made a new sample movie. All of the files are flash 7 AS 2.0. The getURL() command does not work when the file is an executable or when it is played within the plugin locally. It does howevever work when the main movie is embedded in an html page. I...
  3. raznov

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

    Yes, that is exactly the code I am using...although I use double quotes for each string. getURL( "local.htm", "_blank"); and all it does is open a blank browser window. Also, all of the files, the .exe, the .swf's and the .htm files are all in the same directory. So, at least I know I am not...
  4. 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...
  5. 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...
  6. raznov

    Seperation setup disabled?

    Thanks for the reply.. I am not trying to print seperations, just get to the bleed dialogue. I get a very wide border around my finished work.
  7. raznov

    Seperation setup disabled?

    My printer is just a regular bubble jet.. I have 8.5x11 paper in there, there are no other settings in the printer preferences that control document size, it is set to letter. The think I don't understand is why the "page seperation" link is disabled... I need to setup a bleed.. that is the real...
  8. 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...
  9. raznov

    Scrollbar doesn't work with dynamic text

    I don't have my code in front of me.. but I had a similiar problem. Very frustrating... I think I solved it by initizializing the text field with enough text to make it scroll, then it worked. BTW... sometimes I had this problem loading in text and other times I did not. K
  10. raznov

    get char width of text input ?

    I think what I should be asking is can i set a label that is also set to auto size, to max chars. The textinput is set to 20 maxchars.. but the label, which is passed the value of the text input needs to be a different size, smaller. If I use a dynamic textfield, I can not get it to autosize(I...
  11. 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
  12. raznov

    Loading Remote Pictures?

    Not sure what you are referring to when you say you want to have a dial up and a flash site... these things cannot be compared, so you post is a bit confusing. In terms of loading an image dynamically from outside of flash as runtime you would do this.. Create an empty movie clip and position...
  13. 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...
  14. raznov

    How to Get Movie Clip Status?

    I would just put a trace on the start and end frame of the clip and see what it returns.
  15. raznov

    Flash MX will import Illustrator formats version 8.0 or earlier

    I have not done any reading on this topic, so if I am missing something please excuse me, but from experience I know that if you save your Illustrator file as version 8 ( not sure if you can do that in 10, I only have 9 here) then import, you will not see an error. K
  16. raznov

    Flash films

    When you say they are in the center of a white screen, do you mean that the background of the flash movie is white or that the image bg is white? To change the movie bg color, in your tool bar, choose, modify/document and choose a new color. If the bg of the pictures is white, you can mask...
  17. raznov

    buttons - bit more difficult

    What makes you think they load the text from a database, it could just as easily be hardcoded. Maybe I am looking in the wrong place, but it is not clear to me why you get this impression. I am looking in the lower left corner of the screen at the links buttons. K
  18. raznov

    DESPERATE!! Scrollbar problem

    The text I am dealing with in this instance is not being loaded dynamically, but of course a text box that has a scrollbar component attached to it will only work if the box is set to dynamic. My problem is that I am loading a movie into a target.. the movie on level 0 main.swf has a dynamic...
  19. raznov

    problem with scenes

    Scenes are sometimes buggy in flash... generally I don't use them and I have read it suggested in many forums not to, but instead uss the loadMovie function. But, if you must use them, try targeting a label in the scene instead of a frame, should solver your problem K
  20. raznov

    scrollbar component inactive on unload movie???

    Okay, here is the the url for the zip. I have narrowed the problem down to one area.. If you run main.fla, you will see that if you click on the "enlarge button", on right of screen, before any others , then choose one of the other mc's that have scroll bars, either 5 or 6...their...

Part and Inventory Search

Back
Top