A Flash Developer Resource Site

Search:

Type: Posts; User: eye4see

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. I have finally resolved the issue. All that is...

    I have finally resolved the issue. All that is need is to drag a Combobox component to the stage of the main swf and then delete it. This would add additional assets to main library.
  2. [RESOLVED] Component conflict with external swf

    Hi all,

    I have a main swf that loads external swf. The main swf has a ScrollPane component. One of the external swf's contains a Combobox component. There seems to be a conflict between the...
  3. LoaderMax

    Thanks for the link. I came across LoaderMax and is using that now to load the external swf. Great package with lots of functionality.
  4. Limmit the number of external Load connections

    I am loading a couple of small swfs into an application. I am using XML to position these swfs. Problem is that as I am running through a loop there is no way to check which has completed loading...
  5. Retrieving variables send with navigateToURL POST method

    I am postin variable to new page using below code. How do I retrieve those variables to add to new textfields?

    var urlReq:URLRequest = new URLRequest("user.html");
    ...
  6. Replies
    1
    Views
    1,640

    I figured it out after finding this very helpful...

    I figured it out after finding this very helpful site:

    http://coursesweb.net/actionscript/regexp-regular-expressions-actionscript

    So the correct syntax:

    var dateExpression : RegExp...
  7. Replies
    1
    Views
    1,640

    [RESOLVED] RegExp for date YYYY-MM-DD

    Hi all,

    I am building a application that stores data on MySQL database. Since the column make use of the date format YYYY-MM-DD I must ensure that the user provides the correct format. I am...
  8. Replies
    0
    Views
    11,037

    FLVPlayback component stop playing

    I have a Fla file with 2600 frames and 25 images. They simply alpha tween from one to the other. Additionally I have some Cuepoints to display accompanied text. I publish the Fla as a .mov. Then in...
  9. Replies
    1
    Views
    7,228

    I noticed that when I copy the files to my local...

    I noticed that when I copy the files to my local drive all works fine. Currently I am working on company network. This will eventually be deployed on a company intranet. So it is effectively a path...
  10. Replies
    1
    Views
    7,228

    Flv player not working in IE or Firefox

    I imported a video into Flash. Unfortunately it is only working in Google Chrome.
    I have Flash player 11.7.7.700,202 installed
    Firefox 21.0
    IE 8

    I choose the default import of: progressive...
  11. Just tried another solution that seems to solve...

    Just tried another solution that seems to solve the problem. Instead of adding the scroll pane to main class, I added it to the dateline class and then addChild(dateline) to stage.

    If any other...
  12. [RESOLVED] Dynamic Scrollpane not scrolling

    Hi, am am building a dynamic timeline loaded using xml. The content is build in class dateline and displays correctly in scroll pane, except that it does not scroll.



    package MyClasses{...
  13. Replies
    0
    Views
    698

    Chinese characters in XML

    Hi, I am creating template that use xml to populate text fields but need to be updated with simplified chinese.

    When I fill the xml nodes with western Latin text all works correct.
    But when...
  14. Replies
    0
    Views
    4,311

    Chinese characters in xml

    Hi, I am creating template that use xml to populate text fields but need to be updated with simplified chinese.

    When I fill the xml nodes with western Latin text all works correct.
    But when...
  15. Replies
    3
    Views
    1,644

    I was thinking, maybe I need a customEvent in the...

    I was thinking, maybe I need a customEvent in the xml class and listener in the subclass. not sure how to do that.

    well below is the xml. It is in folder structure, assets/xml

    <?xml...
  16. Replies
    3
    Views
    1,644

    Accessing xml date from subclass

    I am building a app that pulls data from xml. The different nodes in the xml needs to build different objects. My thinking was that I must import the xml only once. Then build seperate classes for...
  17. Replies
    3
    Views
    1,349

    Thanks for reply. But i still do not get this...

    Thanks for reply. But i still do not get this class thing. In my base class I call a menu, when I click on button I must display something. So I create a container in my baseClass. Add my menuclass...
  18. Replies
    3
    Views
    1,349

    target Sprite from subclass

    Hi I am fairly new to custom classes. I create a Sprite in a subclass, add it to the stage. Now I need to target it from another class, but I am going wrong somewhere. This is shorten code, so hope I...
  19. Thread: Drag and Drop

    by eye4see
    Replies
    1
    Views
    1,055

    Drag and Drop

    Hi, I am sure this should be easy. I have 4 drag objects and 4 drop targets. It is a simple 1 to 1 option. All works fine except when I happen to drop an dragObject onto another.

    As you can see in...
  20. Replies
    1
    Views
    962

    Track if Movie exist

    Can anyone explain to me what am I doing wrong here? The getchildByName value stays null, therefore it is not removing the movieclip.

    var myMC:MovieClip;...
  21. By the look of the number of views it seems like...

    By the look of the number of views it seems like a lot of people have a problem with this. After a few days of struggle I came to this conclusion.

    There is no way to controll the Browser zoom...
  22. Replies
    1
    Views
    4,158

    By the look of the number of views it seems like...

    By the look of the number of views it seems like a lot of people have a problem with this. After a few days of struggle I came to this conclusion.

    There is no way to controll the Browser zoom...
  23. Replies
    1
    Views
    978

    I have foundthe problem by creating a Event to...

    I have foundthe problem by creating a Event to track the mouseX. The sollution is simple to create a variable to capture the initial stage width and use that for the x and y positioning. Do not...
  24. Replies
    1
    Views
    978

    [RESOLVED] Centre MC with Browser Zoom

    I have been struggling with the affect the browser zoom level has on my application for days. Finally I built the below test swf and noticed that when user zoom in using the browser zoom (IE 8) the...
  25. Replies
    0
    Views
    2,722

    Reset Stage width with javascript

    I am trying to reset the stage width to its orriginal size when user click on button after changes to the browser zoom level.

    However this is restting the width of stage according to the new zoom...
Results 1 to 25 of 99
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center