A Flash Developer Resource Site

Search:

Type: Posts; User: Anglicon

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    915

    Hi all, I've read through this thoroughly,...

    Hi all,

    I've read through this thoroughly, including the links on "how to open PowerPoint presentations". That sounds all good but the instructions given don't apply to SWiSH users. I have a...
  2. Replies
    9
    Views
    853

    If you're not set about using Flash as your...

    If you're not set about using Flash as your medium for page flipping, try http://www.FlipAlbum.com for a neat program that does page flipping albums. You can add images, text, HTML, and sound. You...
  3. Replies
    12
    Views
    732

    Apart from using frames or having to reload your...

    Apart from using frames or having to reload your flash, have you tried putting the target area in a <DIV> tag and modifying it's innerHTML with javaScript? You could use search an replace in Word to...
  4. Replies
    14
    Views
    2,082

    Here's how I do a Flash detect & redirect: ...

    Here's how I do a Flash detect & redirect:

    <html><head><title> Redirecting...
    </title>

    <META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.yoursite.com/nonflash.html">

    </head>
    ...
  5. Replies
    40
    Views
    2,599

    Thanks for the tip. I'll remember that if I ever...

    Thanks for the tip. I'll remember that if I ever use it. Thanks!

    -jim
  6. Replies
    5
    Views
    1,339

    I've just thrown thogether an example. E-mail me...

    I've just thrown thogether an example. E-mail me your e-mail address and I'll send it to you as an attachment. I'm just going to send the SWI file. You can publish it and try it out and do...
  7. Replies
    40
    Views
    2,599

    Can't you just generate the popup directly...

    Can't you just generate the popup directly without making a function first? I've done this in HTML:

    <A HREF="javascript:pp=window.open('url.html','','');">PopUp</a>

    and it's worked fine.

    ...
  8. Replies
    5
    Views
    1,339

    Make an onClick event for a menu item go to a...

    Make an onClick event for a menu item go to a frame where the drop-down sub-menu is made visible. You could use a mouseOver as well.
  9. Replies
    40
    Views
    2,599

    It was a response to this. I think I got the...

    It was a response to this. I think I got the wrong twist on it however and jumped the gun a bit. I thought you were saying that you couldn't control the position of a window in ANY case, but I now...
  10. Replies
    40
    Views
    2,599

    I beg to differ about not being able to change...

    I beg to differ about not being able to change the position of a popup window with javascript. I do so in my origami page. The popup instruction set centers itself in the available display area.
    ...
  11. Replies
    40
    Views
    2,599

    Off the subject at hand, I would love to know...

    Off the subject at hand, I would love to know how you implimented your flash signature, if done so in SWiSH.
  12. Replies
    40
    Views
    2,599

    Hi friends,   I am quite interrested in this...

    Hi friends,

    I am quite interrested in this topic. I've called external javascript functions from my SWiSH creations. I just haven't considered embedding the functions in the flash media...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center