A Flash Developer Resource Site

Search:

Type: Posts; User: Richard Shea

Page 1 of 14 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    462

    A quick search on this forum will give you your...

    A quick search on this forum will give you your answer:

    Use these:
    http://www.msnrd.de/pointers/
    and you can use them in Swish following the instructions given (download the ZIP file)

    It's...
  2. Replies
    5
    Views
    462

    Surge, if your're trying to add a crosshair...

    Surge,

    if your're trying to add a crosshair cursor over a Flash movie it won't work that way.
    Sorry I don't know the answer, but I can tell you the method your using will only work on HTML...
  3. Replies
    5
    Views
    462

    Hi Surge You're trying to paste CSS into...

    Hi Surge

    You're trying to paste CSS into JavaScript !!!
    It's VERY different mate, Swish can do JavaScript but not CSS

    That code belongs into your HTML document.
  4. Replies
    3
    Views
    605

    You need to test this on Windows XP with SP1...

    You need to test this on Windows XP with SP1 (IE6)

    Chromeless windows stop working with SP1 (service pack 1) installed because Microsoft put a stop to it.
    There are some new scripts out there (at...
  5. Replies
    6
    Views
    1,314

    That's another good idea Frets. Nice to see...

    That's another good idea Frets.

    Nice to see I've been noticed already!, not been here for MANY months - that was my first post this year ;)
    I hope to stay a while again.

    Your post figure is...
  6. Replies
    6
    Views
    1,314

    That's a security thing. You cannot...

    That's a security thing.

    You cannot automatically close the MASTER BROWSER WINDOW without confirmation of the user, it can't be done.

    However, if you've created a popup window from the web site...
  7. Replies
    6
    Views
    1,314

    <script>
    <!--
    setTimeout("self.close();",1000)
    //-->
    </script>


    where 1000 is equal to 1 second, 5000 = 5 secs etc.
  8. Replies
    10
    Views
    808

    At the end of the day, if anyone wanted to do a...

    At the end of the day, if anyone wanted to do a screen grab, there are many ways around it, Paint Shop Pro comes with a timer or mouse click screen grab. So you'll never prevent it anyway.
    ...
  9. Replies
    8
    Views
    2,047

    Thanks guys ... yeah I'm pretty busy in my full...

    Thanks guys ... yeah I'm pretty busy in my full time job (as a programmer) and not finding enough time to help here the way I should, besides, you have some better moderators!

    I'll keep my eye out...
  10. You cannot use the TARGET command in JavaScript....

    You cannot use the TARGET command in JavaScript.
    You specify the location in the JavaScript like this:

    window.FRAMENAME.location.href="page.html#anchor"

    Just make sure you have names for each...
  11. Replies
    1
    Views
    455

    You cannot insert Java Applets into Swish. ...

    You cannot insert Java Applets into Swish.

    JavaScript = Yes.
    Java = No.

    It's a VERY different kettle of fish.
  12. With the use of JavaScript you can make the...

    With the use of JavaScript you can make the browser (and your web page) jump up in front of all other applications.

    use:

    self.focus()


    For instance, use it in the body tag of your web page:...
  13. Replies
    3
    Views
    495

    Likewise, I've used this idea on a intro of some...

    Likewise, I've used this idea on a intro of some of my sites, I use JavaScript doing a document.write to the HTML which selects which SWF is shown.

    I've also found you can use JavaScript within...
  14. Re: huh????

    Yep, otherwise you can drag it into your browser which can play it.
    Most peoples PC will not open a SWF if you just sent it to them, you'll need Flash5 or the projector to play it, but it can always...
  15. Replies
    4
    Views
    601

    Have a nosy at: http://www.swishzone.com/help/ ...

    Have a nosy at:
    http://www.swishzone.com/help/

    As 98svt says, press F1 if you need instant help, the built-in help files are very good, but this forum is amazing if you just need to ask a...
  16. Replies
    12
    Views
    943

    You cannot make a EXE unless you have the...

    You cannot make a EXE unless you have the projector/player installed on your system, it sounds like you haven't.

    It's a mistake by most to assume that everyone can play a SWF ... most systems will...
  17. Replies
    4
    Views
    548

    Bare in mind it only works as a standalone (EXE)...

    Bare in mind it only works as a standalone (EXE) function and not on the web within a HTML or browser.
  18. Replies
    8
    Views
    820

    You cannot do it

    county advertiser, if you would read N355F0UR733N's post you'll see he is right and your wrong ;)
    Those scripts are JavaScript, whilst they could be added to Swish they only do the same as...
  19. Replies
    3
    Views
    531

    Actually, I told a porker ... In the past when...

    Actually, I told a porker ...

    In the past when I've been in the same situation as you, I've loaded a SWF into my text editor (Notepad will not do this trick) ... use drag & drop techniques and you...
  20. Replies
    3
    Views
    531

    If you load the SWF into a basic HTML page, does...

    If you load the SWF into a basic HTML page, does it not show in the address bar when you click on the buttons ?

    I know it's tedious and you'll have to do one at a time, but I'm not aware of some...
  21. Replies
    3
    Views
    548

    Works fine for me too (IE6.0) But I saw your...

    Works fine for me too (IE6.0)

    But I saw your using wmode=transparent

    A few things to note about this:

    1. It does not work on Mac/IMac's etc
    2. It does not work on Netscape
    3. Serious bugs...
  22. Replies
    12
    Views
    1,849

    Hi James, Your answer would help... But...

    Hi James,

    Your answer would help...

    But Acmcomputers idea is to hide the password which would of course be viewable in the HTML

    You are right of course, JavaScript belongs in .js files or in...
  23. Replies
    12
    Views
    1,849

    Yeah something is not quite right with Swish on...

    Yeah something is not quite right with Swish on some scripts I've noticed, it works OK on HTML as you no doubt know.

    Anyway, I found a way around it, try this:

    var password="Password";
    var...
  24. Replies
    4
    Views
    793

    I use screenweaver, fantastic program, I think...

    I use screenweaver, fantastic program, I think they do a trial/demo or beta download at the moment if you want to try it, compliments Swish very well.

    http://www.screenweaver.com
  25. Replies
    2
    Views
    563

    I just want to correct Frets on his terminology ...

    I just want to correct Frets on his terminology

    .js files ARE NOT APPLETS, APPLETS are in fact a different language called JAVA (not the same as JavaScript)

    .js files are basically all the...
Results 1 to 25 of 350
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center