A Flash Developer Resource Site

Search:

Type: Posts; User: thenewrules

Page 1 of 20 1 2 3 4

Search: Search took 0.20 seconds.

  1. Replies
    2
    Views
    525

    You may also need to use the full absolute path...

    You may also need to use the full absolute path to your swfs as well. I know many people on the forum have complained that the files which worked fine at home, no longer worked when sent to the...
  2. Replies
    1
    Views
    432

    To make a URL open in a specific frame first you...

    To make a URL open in a specific frame
    first you must assign a name to the frame you want to link to, like this:

    <frame src="body.html" name="main">

    Then in Flash, assign the same name (...
  3. Replies
    6
    Views
    619

    I didn't realize you could have only a hit state,...

    I didn't realize you could have only a hit state, but as long as that works..
    I thought you would just have to make the button transparent using the alpha channel, which requires a hit state as...
  4. Replies
    2
    Views
    501

    cutting edge, proven track record, industry...

    cutting edge, proven track record, industry standard, technological innovation, benchmark, commitment to excellence, pioneers
  5. Replies
    3
    Views
    547

    You basically got 3 main choices; A Quicktime...

    You basically got 3 main choices;
    A Quicktime movie - See Apple's website under Quicktime for info about streaming or embedding Quicktime movies.
    A Real Media File - Which I recommend
    You'll want...
  6. Replies
    1
    Views
    313

    Put a label on the first frame of each scene and...

    Put a label on the first frame of each scene and use Go To Label (name) instead
  7. Replies
    1
    Views
    391

    To make the popup window fill the entire screen...

    To make the popup window fill the entire screen
    Put this in the Get URL field

    javascript:window.open('link.html','window_name',
    'width='+(screen.width - 10)+',height='+(screen.height -...
  8. Replies
    2
    Views
    435

    Put this in the Get URL field: ...

    Put this in the Get URL field:

    javascript:window.open('link.html', 'WindowName',
    'width=200,height=300,top='+((screen.availHeight/2)-(height/2))+',left='+((screen.availWidth/2)-(width/2));...
  9. Replies
    2
    Views
    323

    Someday Macromedia will think about backwards...

    Someday Macromedia will think about backwards compatibility.
    Someday they will make a Flash plugin which automatically updates itself.
    Someday I will wake up naked in bed with Britney Spears and...
  10. Thread: I forgot

    by thenewrules
    Replies
    25
    Views
    2,950

    The UnFooter No unpleasant aftertaste. Kinda...

    The UnFooter
    No unpleasant aftertaste.
    Kinda like saying "Anarchists Unite!"
  11. Replies
    12
    Views
    996

    Whenever I post something and then go back and...

    Whenever I post something and then go back and make changes, it says "Thank You for updating your post" like you said, but then you look at your posting and it remains unchanged.
    I believe it has to...
  12. Replies
    5
    Views
    732

    Put this in the Get URL field: ...

    Put this in the Get URL field:

    Javascript:window.open('link.html', 'WindowName',...
  13. Replies
    4
    Views
    544

    Try using labels. Hard for it to accidentaly go...

    Try using labels.
    Hard for it to accidentaly go to the wrong frame when there is only one which uses that name
  14. Replies
    6
    Views
    619

    Sounds like you're on the right track. You...

    Sounds like you're on the right track.
    You basically answered all your own questions.
    Just open up one of your "slices" in flash, set the background size to the same dimensions as your image,...
  15. Replies
    12
    Views
    1,307

    An investigation has revealed that the energy...

    An investigation has revealed that the energy crisis in California which Bush points to as his number one reason for destroying every last remaining bit of our country's wilderness, was manufactured...
  16. Replies
    19
    Views
    1,121

    Republicans think kids are retarded

    Yeah sending the militia into our schools certainly sets the positive message that guns are not the answer. I know, lets stop spending more money on education and spend it on warfare, that will...
  17. Replies
    6
    Views
    579

    wdglide ROCKS! Just in case you're not using...

    wdglide ROCKS!
    Just in case you're not using Flash 5
    Here's a tutorial which has an Open Centered Window script:
    http://www.san-fran.com/tutorials/flash/scrollmenu_wframes/
  18. Don't delete it. Make it transparent

    Don't delete it.
    Make it transparent
  19. Replies
    3
    Views
    520

    To repeat myself, change ./company/company.htm...

    To repeat myself,
    change ./company/company.htm to movieframe.html
    You can do that in any text editor
    Screw Frontpage
  20. Replies
    10
    Views
    773

    Yeah you probably need to use CGI and Perl I...

    Yeah you probably need to use CGI and Perl
    I don't know of any easy cut and paste methods. I'm sure somebody out there has figured out how to do it with Java, but in either case it's something...
  21. Replies
    3
    Views
    606

    Nothing really fancy as far as I could see,...

    Nothing really fancy as far as I could see, unless I'm missing something.
    You just use Go To to jump to different points in your animation's timeline. No Biggie
  22. Replies
    2
    Views
    606

    Is the question you really want to ask "How do I...

    Is the question you really want to ask "How do I make one page which looks good at all different screen settings?" ?
    Or is there some other reason you need to know everybody's exact screen size?
  23. Replies
    4
    Views
    719

    There's an easier way:...

    There's an easier way:
    http://www.san-fran.com/tutorials/flash/scrollmenu_wframes/
  24. That's the long way. Remove that garbage from...

    That's the long way.
    Remove that garbage from your HTML and put this in the Get URL field of your button instead:...
  25. Replies
    2
    Views
    539

    You can't. As long as the page contains a...

    You can't.
    As long as the page contains a history, you will get an error. So if you just open your page and test it, it will work fine. But if you came there from another page, either on your server...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center