User Profile

Collapse

Profile Sidebar

Collapse
koolaid82
koolaid82
Last Activity: Jul 23 '07, 01:06 PM
Joined: Jul 11 '07
Location: PA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • It's in the export options for photoshop. First you make sure your backround is actually transparent. Then you save for web. When you are exporting your file go to: file /save for web. It will open in a new window w/ export options. Choose png 24 for your format, make sure transparency is checked.

    http://rb-assoc.com/download/Matt/screenshot.jpg

    here's a screen shot couldn't embed it for some reason
    See more | Go to post

    Leave a comment:


  • koolaid82
    replied to swap actionscript
    It is going to be hard to accomplish any serious changes w/o flash. You can download a 30 day trial version for free. Might want to do that.
    See more | Go to post

    Leave a comment:


  • koolaid82
    started a topic newbie question for java heads
    in Java

    newbie question for java heads

    Hey java heads. I am an actionscript developer. I have this code on a button that opens a new window a certain size etc.

    on (release) {
    getURL ("javascript:Ne wWindow=window. open('http://myurl.html','ne wWin','width=65 0,height=570,le ft=200,top=200, toolbar=No,loca tion=No,scrollb ars=Yes,status= No,resizable=Ye s,fullscreen=No '); NewWindow.focus (); void(0);");

    I was wondering if anyone knew how to change...
    See more | Go to post

  • Thanks a million for your help
    See more | Go to post

    Leave a comment:


  • koolaid82
    replied to flash questions
    It's pretty straight forward. You just make a mask and animate it. Do you know to create motion tweens? To create a mask you make your object in it's own layer. then right click the layer and set it to a mask.
    See more | Go to post

    Leave a comment:


  • Thanx. Done and done. What's next brother?
    See more | Go to post

    Leave a comment:


  • koolaid82
    replied to Bookmark a flash page in flash
    http://www.actionscrip t.org/resources/articles/142/1/Enabling-a-back-button-within-flash/Page1.html

    This link will shed some light on your issue. I don't know if it will fix it,(it may) but it will definately help.
    See more | Go to post

    Leave a comment:


  • What does my formHandler.csv have to consist of? Please don't be afraid to over explain. I constructed the form through a tutorial. It told me to make a .txt doc with my field names and percent signs (looks exactly like this)

    %%_q1,%%_q2,%%_ q3,%%_q4,%%_q5, %%_q6,%%_q7,%%_ q8,%%comments,

    to show the comp how i want my csv file written. Thanks for the help so far and thanks in advance for any additional help. Do i need...
    See more | Go to post

    Leave a comment:


  • koolaid82
    replied to Formating Dynamic Text
    This does not answer the question you asked, but i load .txt files dynamically like this. Just figured i would share couldn't hurt. Sorry i can't answer your question specifically.

    ////myTextBox represents the instance name of your dynamic text box the semi collen strict data types it to TextField (all that means is it tells flash what it is)

    var myTextBox:TextF ield;
    myTextBox.text = "Please Wait... Loading..."...
    See more | Go to post

    Leave a comment:


  • The only simple way around that is to load multiple swfs depending on the page your on. Then when you click back it will load the previous swf. If you have everything living in one swf the browser see's your swf like a picture. All that stuff going on in the swf means nothing to the browser. So when you click back it just reloads the swf. like it would load a jpeg. There are some java scripts that solve this problem. I have the tutorial that wil...
    See more | Go to post

    Leave a comment:


  • html form using asp to save csv file on a server

    I know this question was already covered, but it was covered way beyond my ability. They just posted the code, but i am not realy familiar with anything except html and action script. Can you guys help me.
    I have this html form and i need it to submit to a csv file. Where should i begin? Here's a link to the form.

    http://www.wzzo.com/pages/formSurvey/survey.html

    Thanks in advance. I would be happy to answer any...
    See more | Go to post
    Last edited by jhardman; Jul 12 '07, 04:06 AM. Reason: activated hyperlink

  • The back btn is it in your flash piece or are you refering to the back btn in your browser?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...