A Flash Developer Resource Site

Search:

Type: Posts; User: GreatGooglyWoogly

Page 1 of 20 1 2 3 4

Search: Search took 0.73 seconds.

  1. Hello Gabi: I tried your suggestion and it...

    Hello Gabi:

    I tried your suggestion and it worked like a charm. Thanks! :)
  2. Thanks for the replies folks! I am trying...

    Thanks for the replies folks!

    I am trying variations of the getURL statement in the code. It seems like it would be so simple - and I am sure I will smack my head when I finally figure it out! :)
  3. push to top in hopes of an answer... :)

    push to top in hopes of an answer... :)
  4. HELP! - Change HTML Page AND pop a window

    I have an embedded flash button in "Window A", an HTML page. That button has the following code:

    on (release) {

    varHeight="600"
    varWidth="800"
    getURL ("javascript:window.open('intro....
  5. Thanks for the suggestion pellepiano, but this...

    Thanks for the suggestion pellepiano, but this unfortunately did not work. I tried putting the GetURL statement before the other, after the other, changing the name of the window, etc.

    So let me...
  6. Two clicks from just one - Changing HTML & Flash from a single click

    Hey Folks:

    I have an HTML page with a Flash button that pops a window.

    I want the HTML page to change when the user clicks the flash button and the window is popped.

    I believe that this...
  7. Check out:...

    Check out:
    http://www.flashkit.com/board/showthread.php?threadid=81151&highlight=INSTATUTE
  8. I don't know that Flash is "that" different from...

    I don't know that Flash is "that" different from Win to Mac. You can probably intuit the differences for each platform.

    A good place to start is in the Tutorials section. There are some good...
  9. Replies
    1
    Views
    432

    If you are popping a java window that needs a...

    If you are popping a java window that needs a scroll bar on the right side, then you add this to your code:

    scrollbars=yes

    If you are poping a Flash popup, then you need to build a scroller...
  10. What process are you using to open your popups? ...

    What process are you using to open your popups? Can you post some code?
  11. hhmm, that _blank setting is usually why it...

    hhmm, that _blank setting is usually why it launches a second window. Now, your code in your button should look like this:

    on (release) {

    getURL...
  12. Sounds like you have _blank selected in the...

    Sounds like you have _blank selected in the "Window" type of the getURL command - delete that - there should be nothing in that box.
  13. Ok, when you cut your CD, you need to think about...

    Ok, when you cut your CD, you need to think about the file structure you want to put in place. Most just put the opening file and its icon in the root directory of the CD - say the CD is on D:, then...
  14. Ok change you path to this: ...

    Ok change you path to this:

    'c:/ANewOffice/CDReady/Fountain/Fountainhead.htm'

    Of course you will have to change the path when you put it on a CD.
  15. Hello Steve: I have just done something...

    Hello Steve:

    I have just done something similar on CD. Let me do some work here and I will see if I can duplicate the error you are getting.
  16. Replies
    1
    Views
    456

    Are you speaking of a flash created draggable...

    Are you speaking of a flash created draggable window or a java window?
  17. Replies
    1
    Views
    483

    Your MC is probably cutting off because of the...

    Your MC is probably cutting off because of the goto command. Either way, you need to put the goto at the start and then play your MC, or you need to put your goto at the end of the MC so it will...
  18. Replies
    2
    Views
    559

    The back button is the main reason why I pop a...

    The back button is the main reason why I pop a window without the browser controls to view flash content. Yes, you can alter the function of the back button using Java, but it is a pain in the...
  19. Replies
    1
    Views
    488

    Hi and Welcome to FlashKit!

    Actually, each letter is a movie clip with a button inside. The button has the mouseover script that has a gotoandPlay command to the animation sequence that blows the letter out. It's a nice...
  20. Replies
    1
    Views
    445

    Hi and Welcome to FlashKit!

    Well what you do really depends on what functionality you want to implement and what information you want to display. Most sites out there are still traditional HTML with some flash content - either...
  21. Replies
    1
    Views
    379

    If you place a movie clip under the mask and then...

    If you place a movie clip under the mask and then load your movie into that movie clip, then it should work. So instead of loading into a level, you are loading into a location - in this case the...
  22. Replies
    3
    Views
    620

    It is all about your work. So if you want...

    It is all about your work. So if you want recognition, then you have to design some award winning stuff and get it out there. Enter contests, get a killer site up, and be a presence in the...
  23. Hi and Welcome to FlashKit!

    Well, you could do this a couple of ways. If you are loading a movie over your base movie in Level 0, and you have other movies loaded into other levels, you can tell _Level0 to gotoandPlay a...
  24. Ok, Let's post an example...

    Again, seems like this window process is somewhat tricky at first, but it DOES work:

    http://www.jadrienbell.com/Footer/OpenWindow.swf .


    And, here is the FLA file too for download:...
  25. Replies
    10
    Views
    830

    Well, I have to admit that I am somewhat stumped...

    Well, I have to admit that I am somewhat stumped on this one. If you would like, you can send me the base Flash file and the L1 SWF and I can see if I can make any headway with it. Otherwise, you...
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