A Flash Developer Resource Site

Search:

Type: Posts; User: hkp819

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    784

    Below is a simple file upload script.Within the...

    Below is a simple file upload script.Within the script itself, you specify:

    1. Where the uploaded file is stored (may be blank to store in the same directory where the script is installed).
    ...
  2. Replies
    0
    Views
    559

    Disable right mouse click script

    <script language=JavaScript>
    <!--

    //Disable right mouse click Script
    //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
    //For full source code, visit http://www.dynamicdrive.com

    var...
  3. Replies
    1
    Views
    651

    Advantages Using ASP.NET

    1.ASP.NET drastically reduces the amount of code required to build large applications .
    2.ASP.NET makes development simpler and easier to maintain with an event-driven, server-side programming...
  4. Replies
    6
    Views
    1,053

    It is interesting game. I like it thanks for...

    It is interesting game. I like it thanks for sharing it.
  5. Replies
    2
    Views
    614

    Thanks for that......................

    Thanks for that......................
  6. Replies
    2
    Views
    570

    View Post

    <!-- TWO STEPS TO INSTALL CALENDAR:

    1. Copy the coding into the HEAD of your HTML document
    2. Add the last code into the BODY of your HTML document -->

    <!-- STEP ONE: Paste this code...
  7. Replies
    6
    Views
    917

    sourece code of snake game

    hello friends
    I am harish kumar. I am going to post source code of snake game.

    #include<stdio.h>
    #include<graphics.h>
    #include<conio.h>
    #include<malloc.h>
    #include<stdlib.h>
    #include<dos.h>...
  8. Replies
    6
    Views
    2,772

    Nice work with the site. I like your site. But...

    Nice work with the site.
    I like your site.
    But I think some think is missing in it.
  9. What is the difference between HTML and CSS?

    please tell me that......
    What is the difference between HTML and CSS?
  10. Replies
    8
    Views
    2,326

    if you asking to us about this site Then I want...

    if you asking to us about this site
    Then I want to tell you that it is good.
    I like the background of that site most.
  11. Replies
    1
    Views
    594

    This may or may not be the problem, but your...

    This may or may not be the problem, but your attribute names in XML shouldn't be capitalized:
    <item name="some name" link="scrolling_content.cmw"/>
  12. Replies
    4
    Views
    4,675

    In this site you can take help to move an object...

    In this site you can take help to move an object in flash.
    here is explain how to move an object
    http://web.uvic.ca/akeller/pw406/ht_flash_move_object.htm
  13. Replies
    1
    Views
    910

    Complete xml Language Tutorial

    hello friends
    I am very week in xml. So that I want to learn online xml.
    can any one tell me the complet xml language tutorial site.
    or ebook site.
  14. Replies
    4
    Views
    6,133

    hi, goto below link it will help you......... ...

    hi,
    goto below link it will help you.........
    http://www.hunlock.com/blogs/Mastering_The_Back_Button_With_Javascript
  15. Replies
    2
    Views
    614

    is java completely oops language..

    hiiiiii
    Is it java completely oops language. please give reason?
    thanks
  16. Replies
    5
    Views
    1,265

    var n:Number = 0; function loadswf():Void { ...

    var n:Number = 0;
    function loadswf():Void {
    if(n<banner.firstChild.childNodes.length) {
    target_mc.loadMovie(banner.firstChild.childNodes[n].attributes.src);
    n++;
    }
    else {
    ...
  17. So far I've only tested this with locally stored...

    So far I've only tested this with locally stored swf files:

    1. Tools -> Options -> Security tab
    2. Zone settings
    3. On the trusted sites option, hit the sites button
    4. Uncheck Require security...
  18. Replies
    8
    Views
    2,192

    Uhh... that must've been a really short DVD. No...

    Uhh... that must've been a really short DVD. No offense, but if it was a proper encrypted full-length DVD then it would be impossible to rip and convert it in such a short amount of time. A time from...
  19. I think your flc file is damaged. so that try...

    I think your flc file is damaged. so that try re-encode with flash media encoder.
    ............................................................
    New York Web design
    Website design
  20. Replies
    3
    Views
    9,712

    According to me there is not Flash for this...

    According to me there is not Flash for this device.
    ..................................................
    New York Web design
    Website designers
  21. Replies
    7
    Views
    6,935

    Handling Events on a Combo Box

    Here's the code from ComboBoxDemo.java that registers and implements an action listener on the combo box:

    public class ComboBoxDemo ... implements ActionListener {
    . . .
    ...
  22. Replies
    1
    Views
    2,641

    When that happened to me, I had accidentally...

    When that happened to me, I had accidentally stacked a second FLVPlayback component on top of the original. Try deleting the player on the frame that throws that error, and dragging a new one to the...
  23. Thread: Webinars

    by hkp819
    Replies
    1
    Views
    500

    How to run a successful webinar

    A webinar - essentially a web conference with audio - is a great way to conduct training, introduce new products, and conduct working meetings. In any situation where meeting participants are...
  24. Replies
    5
    Views
    811

    I am not sure. May be helpful for you. when...

    I am not sure. May be helpful for you.

    when you use <embed src="name.swf" ... add wmode="transparent"
    HTML Code:

    <embed src="name.swf" wmode="transparent" width="100" height="100" ......
  25. Replies
    4
    Views
    2,588

    Using Flash swf + Flash / JavaScript Integration Kit over HTTPS - IE issue fix

    My product works over HTTPS and I had to serve a flash application, but there was one weird behavior in IE, the security Dialog box stated an Error

    “This page contains both secure and non...
Results 1 to 25 of 31
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center