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

    TIP: use "bandwidth profiler" to test SWF "internet" loading

    the "bandwidth profiler" will imitate various internet connection speeds allowing you to test/debug your movie without all the hassle... while testing your movie (Control>Test Movie), select View>Bandwidth Profiler. A graph will display various statistics about your SWF, letting you know...
  2. DGTLguy

    drawing in flash?

    can someone get me in the right direction? i'm trying to create a "flipbook" style program in flash... i just want the user to be able to draw into the program... that's all... no flipping or animating... (possibly... an "erase" button jus in case they want to start over)... thanks in...
  3. DGTLguy

    "random" homepage...?

    i am trying to create a "random" homepage... i want to have code on the first frame of my movie that tells flash to "randomly" select frame 2, 3, 4, or 5 each time a user visits my site... can anybody point me in the right direction?...
  4. DGTLguy

    need help creating user based "drawing" program in flash...

    what i am attempting to create is a movieclip, where the user is able to directly write (or draw) on the page. once finished, they will enter thier name & email into text fields & press Send. the image (along with thier name & email) would be sent directly to my email. *ideally, it would...
  5. DGTLguy

    corrupt file?

    asking a simple favor... i downloaded an .fla from flashkit... it won't open in flash mx... i wanted to know if it was a corrupt file or not... if someone can open it maybe they can resave it and upload it for me... any assistance would be appreciated... you can find the file at...
  6. DGTLguy

    unexpected T_STRING error?

    i'm getting this error msg: Parse error: parse error, unexpected T_STRING in /home/content/g/3/n/g3nius/html/gallery/eyelash_images/big/upload.php on line 12 my code looks like: <form name="form1" method="post" action="" enctype="multipart/form-data"> <input type="file" name="imagefile">...
  7. DGTLguy

    code doesn't work in explorer...

    //... okay, i have a button inside a flash movie that onRelease opens a browser window... i placed this code directly on each button to set that windows attributes is: on (release) { Movieclip.prototype.openWin1 = function(url, winName, w, h, toolbar, location, directories, status...
  8. DGTLguy

    opening browser window?

    i have a flash movie that has a link opening a browser window (html page)... is there a way to have flash tell the window to have no scrollbars, address bar, status bar etc?.... (like a javascript link in a regular html page)...
  9. DGTLguy

    configuring window settings?

    i have a flash movie that opens a 'popup' browser window to a specific url on my server (link.html)... i want this window's size and other attributes specified... i used this code inside the HTML <head> to resize the window: <SCRIPT>  window.resizeTo(375,375);  </SCRIPT>
  10. DGTLguy

    gotoAndStop(frame);? ... won't go to correct frame

    i have a small flash website. each page is 10 frames apart on the timeline. the menu buttons(movieclips) are on a "global" layer spanning across the entire document. when i use the following code (placed on a global layer) for each instance of the movieclip it moves to the right frame but the...
  11. DGTLguy

    creating quote form...

    can you point me in the right direction? i want to create a small form to embed in my existing webpage. this form would return to the user a "service quote" by allowing them to select the various services which they would like us to complete for them. for instance, if the form had 5 service...
  12. DGTLguy

    pre-loading to cache?

    okay, i noticed that when creating rollover buttons in Dreamweaver it automatically preloads the second image using code like: ...onLoad="MM_preloadImages('images/home_btn_on.gif','images/about_btn_on.gif')".... so i got an idea... why not load images from additional pages in my site. that way...
  13. DGTLguy

    Creating Flash Guestbook...

    i'm looking to create a flash guestbook like found here... http://blowndeadline.com/guestbook/ ... i just want something relatively small that will integrate well with a 800x400 size website...
  14. DGTLguy

    VPC minimum specs. for decent performance

    i have a powerbook g4... 1 Ghz, 512 Ram... and VPC runs like crap on my machine... what do u need to get a decent performance? i'm trying to use Music Editing Software and it won't even budge.
  15. DGTLguy

    Reverting Back to Old OS X 10.2.8

    i'm using OS X 10.3.8... i just found out that my Lexmark X5150 printer does not work with this version... so i want to revert back to 10.2.8 instead of buying a new printer... how would i do this? are there any problems/concerns i should have about reverting back?
  16. DGTLguy

    Stop MovieClip on Button Press?

    i have an intro to my flash site... the problem is that the user can press the menu buttons (home, about, etc.) while the intro is playing but i can't get the intro to dissappear... they are being directed to the page they requested but the intro continues to play over top of it and at the end...
  17. DGTLguy

    do fonts embed in swf files?

    do fonts embed in a published swf or will they change if the viewer doesn't have the font used like when creating an HTML page?
  18. DGTLguy

    importing eps issues

    I'm trying to import an eps into flash MX from illustrator 10. I keep getting an error message saying it was only partially understood and that it might not display correctly. nothing shows up on my imported file. anybody know whats going on?
  19. DGTLguy

    stopping drag on control press?

    i have a square sprite that i want to be draggable onPress, and nondraggable when the control but is pressed? also rotatable when control is pressed. help please....
  20. DGTLguy

    How do I change the color of a movieclip each time it loops?

    I have a hexagon that follows a motion path. This motion path is a movie clip, and so is the hexagon inside the motion path movieclip. Each time it loops I want it to randomly choose between 4 colors. Any ideas? I was trying to create a function using the Color object, but it didn't seem to...

Part and Inventory Search

Back
Top