A Flash Developer Resource Site

Search:

Type: Posts; User: MoisesZaragoza

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Thread: tint

    by MoisesZaragoza
    Replies
    1
    Views
    551

    tint

    I have a movie clip i want to change the color

    i am trying to do



    onClipEvent(load){
    _root.Mc._tint = 0xff0000
    }
  2. Replies
    1
    Views
    407

    dynamic MC

    I am using flash vars to pass variables into my swf file.

    but i want to refetence a Mc by using a flash var.

    MY HTML LOOKS LIKE

    <script type="text/javascript"> AC_FL_RunContent(...
  3. Replies
    0
    Views
    399

    load movie

    I am trying to load a dynamic image but its not working 4 me

    on a MC i wrote



    onClipEvent (load) {
    this.loadMovie("http://www.modelproductions.com/proimages/avatar9.jpg");

    }
  4. Replies
    0
    Views
    330

    Flash & Js

    i have a SWF but not the FLA that goes with it.

    how does this file work?

    Well i pass in a string and it outputs some text to speach.

    i know this works as i can pass a normal flashvar in...
  5. Replies
    11
    Views
    1,448

    this is my new flash code import...

    this is my new flash code


    import flash.external.*;

    function pickTest() {
    myText.text = "123";
    }

    ExternalInterface.addCallback("pickTest", this, pickTest);
  6. Replies
    11
    Views
    1,448

    i just updated my code to use ...

    i just updated my code to use

    document.getElementById("spell_check").pickTest();


    but i am getting a new error that reads

    Object does not support this property ot method
  7. Replies
    11
    Views
    1,448

    i moved the code to a testing server ...

    i moved the code to a testing server
    http://www.wilopenwindows.com/_test/FlashJS/Default.aspx
    but i am still getting a error

    window.spell_check is null or not a object
  8. Replies
    11
    Views
    1,448

    so if i am in localhost this will not work?

    so if i am in localhost this will not work?
  9. Replies
    11
    Views
    1,448

    JS to SWF

    Hi,
    I have been having some problems passing information from JS to a SWF
    What i want to so is when i press a BTN in my HTML Page that it calles a JS Funcrion and calls a function inside flash. ...
  10. Replies
    2
    Views
    4,795

    i have try that but it does not like it

    i have try that but it does not like it
  11. Replies
    3
    Views
    1,031

    i did not know i posted in the wrong place ...

    i did not know i posted in the wrong place
    Thanks for moving it
  12. Replies
    3
    Views
    1,031

    allowFullScreen Escape

    Hey every one

    I have a movie that the end user can set to FullScreen or normal.

    but when they press escape i am bot getting a return
  13. Replies
    2
    Views
    624

    sample file ...

    sample file
  14. Replies
    2
    Views
    624

    Js and Flash

    I have been having a problem passing information from a JS function back to the Flash

    Here is my code

    JS



    <script language="javascript" type="text/javascript">
    function test(){
  15. Replies
    0
    Views
    329

    [F8] pressing MC

    I have been using MC and making them act like BTN.

    but i had found that i cant make them be pressed multiple times.





    onClipEvent (enterFrame) {
    if (_root.objVars.step == "create") {
  16. Replies
    2
    Views
    780

    Here is the code i am using ...

    Here is the code i am using



    System.security.allowDomain("www.mysite.com");

    import flash.net.FileReference;
    import flash.filters.DropShadowFilter;
    stop();
  17. Replies
    2
    Views
    780

    [F8] multi domain upload

    I have a complex flash site and i am a bit new to multi domain functions.

    i added


    System.security.allowDomain("www.mysite.com");


    in on of my muvieclips that i am loadid. allso in that...
  18. Replies
    1
    Views
    431

    dynamic object reading flash

    i have a object created in where i am saving info. i am going to call it

    objvar

    i want to be a ble to pull out all the info that is in that obj


    i just dont know how dynamicly read the...
  19. Replies
    1
    Views
    692

    ovjects in loops

    // For Loop
    myx = 0;
    for (myy=0; myy<100; myy++) {
    myx++;
    trace(myx);
    }
    //
    //
    //
    //
  20. Replies
    1
    Views
    1,051

    send and load vars

    I have been trying to get get a variable from the server but its just not working for me.




    var listener:Object = new Object();

    listener.onSelect = function(file:FileReference):Void {
  21. Replies
    0
    Views
    365

    [CS3] roll overs

    i have to start by thanking every one that has been helpping my i really appreaciate it.

    Well now i am having a problem with the event lisiner and roll over



    This is what i have
    ...
  22. Replies
    0
    Views
    595

    [CS3] problems with roll overs

    i have to start by thanking every one that has been helpping my i really appreaciate it.

    Well now i am having a problem with the event lisiner and roll over



    This is what i have
    ...
  23. Replies
    3
    Views
    625

    Thanks but that was not it I think that part...

    Thanks but that was not it


    I think that part of the problem is that i am working with external classes.

    i copy my code to be part of my original as file and it works fine

    but i really...
  24. Replies
    3
    Views
    625

    cant get this to work

    Well i am trying to organise my code and i have moved some files around. I have been keeping track of my functions and i am not getting any ouput errors just that my images and text are not showing...
  25. 1180: Call to a possibly undefined method addChild

    I am trying to use sub classes and multiple as files and i am getting it to work.

    I am just having a small problem with the addChild.

    Here is my code

    _giftCardRoot


    package {
Results 1 to 25 of 51
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center