A Flash Developer Resource Site

Search:

Type: Posts; User: unicycle

Page 1 of 11 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    125
    Views
    272,339

    Sticky: Hi, I'm old but back after a long time. I'm not...

    Hi, I'm old but back after a long time.
    I'm not going to be hard on you, but also I'm not going to find where your poroblem is. But try:

    error_reporting(E_ALL);
    at the very first line of your...
  2. Replies
    5
    Views
    8,258

    1st post after being absent for 3 years... I...

    1st post after being absent for 3 years...


    I (a)buse Timed Text for that (and no flex).

    <?xml version="1.0" encoding="UTF-8"?>
    <tt xmlns="http://www.w3.org/2006/04/ttaf1">
    <body>
    <div...
  3. Replies
    20
    Views
    1,782

    just a code-drop. I know it most likely wont be...

    just a code-drop.
    I know it most likely wont be usefull for you, but just visitors that use the searchbutton in teh future and are looking for something like this:


    <?php // php5!

    $client =...
  4. Same need here... ...so did you ever got your...

    Same need here...

    ...so did you ever got your hands on some working code?
  5. Same here I'm subcribed as...

    Same here I'm subcribed as flashkit@mydomain.tld...
    I only use this alias to receive e-mail. Never even mentioned it, or forwarded messages to anyone. Also I run my own MTA's.
    ...and have received...
  6. Replies
    3
    Views
    1,660

    That's a perfect workaround! Thanks. I certainly...

    That's a perfect workaround! Thanks.
    I certainly will do that.

    Another (but more bytes and cpu wasting) solution would be:

    Devide the price in two dynamic text boxes,
    have the decimals in a...
  7. Replies
    20
    Views
    1,782

    Just like musicman kind of said... if the...

    Just like musicman kind of said...
    if the content of the rest of that site is readable by bots you can have it indexed.
    The easies way is to use Google SOAP API:...
  8. Replies
    3
    Views
    1,660

    dynamic price with cents in superscript

    I'm building a store.
    Each item will be displayed with a sticky price, like in the pre-barcode ages.

    I wonder if there is a way to have

    price = "$11.11";
    or
    price = "$8888.88";
    (mind the...
  9. Replies
    4
    Views
    705

    If your webserver is Apache, you can put a file...

    If your webserver is Apache, you can put a file named .htaccess in the domain-root.
    The content can be:

    RewriteEngine on
    RewriteBase /
    RewriteCond %{REMOTE_HOST} ^.*.to [NC]
    RewriteRule .* -...
  10. Okay keep us posted about it. Another solution...

    Okay keep us posted about it.
    Another solution could be to open a new window, containing a redirect.php (or .cgi/.asp/.whatever) which gives a 302 header and so is redirecting to the pdf file.
  11. I've never heard about stretching a bg image. I...

    I've never heard about stretching a bg image. I would use a minimal width of that image and have
    body {
    background-image: url('http://etc/bg.png');
    background-repeat: repeat-x;
    }
    Have a...
  12. Just a try, but what about: on (release) { ...

    Just a try, but what about:
    on (release) {
    if (_root.language == "de") {
    getURL("http://arno.weiste.de/data/lebenslauf.pdf", "pdfwindow");
    }
    else if (_root.language == "en") {
    ...
  13. Okay last one (I hope) make it

    Okay last one (I hope)

    make it <A href="http://2nd.com/mov.shtml?43">

    that contains

    src="/mov.swf?kickstart=<!--#if expr="$QUERY_STRING"--><!--#echo expr="$QUERY_STRING.html"--><!--#else...
  14. In this post I'm very precise, except for the...

    In this post I'm very precise, except for the last swf bit since I'm still Flash4 user (even while I have MX).

    in page_1st-domain.html
    <A href="http://2nd.com/mov.shtml?kickstart=43">

    in...
  15. yes, but not straight. I wil discribe it global,...

    yes, but not straight.
    I wil discribe it global, to help you on your way.
    If you don't succeed let me know (and else to)

    As usual you need to embed it in HTML, in this case using SSI:
    in...
  16. Replies
    125
    Views
    272,339

    Sticky: ask the one who does, tell him your problem, and...

    ask the one who does, tell him your problem, and that the cure is easy.
  17. Replies
    125
    Views
    272,339

    Sticky: The most easy way will be if the...

    The most easy way will be if the server-administrater change
    "register_globals" to "on" in the php.ini file,
    followed by a restart of the webserver.
    Then nothing has to be changed.
    However the...
  18. So okay, I tried some other function...

    So okay, I tried some other function
    window.document.unicycle.SetVariable("_level2/airport/clock/klein:test", "help..!");

    have a look at it at http://www1.unicycle.net/mozilla_test.php,
    1st with...
  19. Replies
    125
    Views
    272,339

    Sticky: Is there a place I can see the result of

    Is there a place I can see the result of <?php phpinfo(); ?>
  20. After a long while I use this method again: ...

    After a long while I use this method again:


    function MM_findObj(n, d) {
    var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    ...
  21. Thread: what is (mvc)

    by unicycle
    Replies
    3
    Views
    857

    This is some of what pops up in google about it....

    This is some of what pops up in google about it.
    http://www.javaworld.com/javaworld/jw-04-1998/jw-04-howto.html
    http://st-www.cs.uiuc.edu/users/smarch/st-docs/mvc.html
  22. http://netcraft.com/ having plans?

    http://netcraft.com/
    having plans?
  23. Replies
    4
    Views
    1,540

    Re: Dreamweaver MX and SSH!

    SFTP = secure FTP.
    You can -duh- only use it if both the server and the client support it.

    About putty I don't understand all of what you write. You can't connect straight?
    Try loggin in on any...
  24. Replies
    0
    Views
    619

    capture client's time with javascript.

    What is wrong with the clock in the main menu (in the 360 background) of http://81.17.56.91/?r
    It is not working in Linux/Mozilla.
    Guess the javascript in the HTML...
    Anone any suggestions?
  25. Thread: SMS Messaging

    by unicycle
    Replies
    4
    Views
    841

    the word contact is the same... but get beack...

    the word contact is the same...
    but get beack later on, at http://www.emexus.com/nieuw/site2.asp?taalID=en
Results 1 to 25 of 255
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center