A Flash Developer Resource Site

Search:

Type: Posts; User: cylon

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    605

    [CS3] Fullscreen reducing

    Hi Experts,

    Hoping someone can help with this niggly problem.

    I have created a flash projector which opens at full screen using fscommand. Within this projector i load an html file into a...
  2. Replies
    1
    Views
    418

    multiple buttons one function

    I have multiple buttons that I want to add the same function to.
    What is the correct syntax to do this???

    ie:
    (row1.butt,row2.butt).useHandCursor = false;
    or:
    ...
  3. Replies
    1
    Views
    383

    vodafonejourney.com how to do that...

    Hello fellow flashers

    Im trying to achieve this menu effect (and need a little help) on the vodafonejourney site where a moused over item grows and pushes adjacent items.

    Screen grab here
    ...
  4. Replies
    1
    Views
    293

    assiging button code with for loop

    I have lots of buttons that share similar code but all have a unique variable to operate.

    instead of coding


    //button functions
    b1.onRelease=function(){
    gotoAndPlay(1)
    }...
  5. Replies
    0
    Views
    359

    flash nav +html body id

    Hola

    Im using a flash nav embedded in a html page.
    Im using
    <PARAM NAME="movie" VALUE="mySwf.swf?myvar=pagename"> to pass a variable to flash to tell the nav which button to show depressed...
  6. Replies
    3
    Views
    402

    Heres a great tutorial on head tags W3 schools...

    Heres a great tutorial on head tags W3 schools

    That will explain it alot better than I can.
  7. Replies
    3
    Views
    1,729

    sorry mis-read your post. I just remembered,...

    sorry mis-read your post.
    I just remembered, you can usually capture the cursor when you do a screen shot from a Mac.
  8. Replies
    1
    Views
    399

    Normally you have to do this via PHP as flash...

    Normally you have to do this via PHP as flash needs a helping-hand to send emails.

    try this tutorial at Kirupa.com

    Hope this helps
  9. Replies
    3
    Views
    402

    You just do the same in the HTML that will have...

    You just do the same in the HTML that will have your flash clip embedded in it.
  10. Thread: left, right

    by cylon
    Replies
    2
    Views
    428

    You need to put in a key "listener" to detect...

    You need to put in a key "listener" to detect when the key is released.
    see: here
  11. Thread: newline in HTML

    by cylon
    Replies
    4
    Views
    610

    Yes, Thats it!

    THANKYOU Smilev

    You just made my day!
    I spent nearly all yesterday trying to figure that out + researching.

    CHEERS!
    :mrpimp:
  12. Thread: newline in HTML

    by cylon
    Replies
    4
    Views
    610

    Thanks MyFriendIsATaco I know that (/n) works but...

    Thanks MyFriendIsATaco I know that (/n) works but I really need it to work with standard html, as the html is generated via a HTML text editor.

    I have tried <br> as well as <p></p> and it doesn't...
  13. Replies
    3
    Views
    413

    Layers usually relate to flash's editing...

    Layers usually relate to flash's editing timeline.

    Levels are usually flash clips or movies which you have loaded with actionscript.

    example I can load a flash clip on level 20...
  14. Replies
    3
    Views
    1,729

    Try going to Control Panel>Mouse properties and...

    Try going to Control Panel>Mouse properties and select the "pointers" tab.
    From here you should be able to scroll down and find the hand pointer then take a screen shot from there.

    hope this helps
  15. Thread: newline in HTML

    by cylon
    Replies
    4
    Views
    610

    newline in HTML

    Have a niggly problem can ayone help please :D

    I reading an external html text file and displaying the
    formatted text in a dynamically created text field (createTextField).
    My problem is that...
  16. Replies
    4
    Views
    816

    Actually Ive used a few components so the suspect...

    Actually Ive used a few components so the suspect lines of code are most probably nested within them somewhere :rolleyes:
  17. Replies
    4
    Views
    816

    Thanks for that jbum Weird thing is I never...

    Thanks for that jbum

    Weird thing is I never put any breakpoints in (intentionally) so I cant find them to remove them.

    The reason I noticed this all of a sudden is cause I accidently selected...
  18. Replies
    4
    Views
    816

    how to find Break Points in large project

    Hi

    When I Export my flash project Im getting "One or more breakpoints have been removed because they are not on valid lines of code. " in the output window.

    As I cant find these breakpoints...
  19. Replies
    1
    Views
    357

    Ever torn your house apart to look for your keys...

    Ever torn your house apart to look for your keys and they had been in your pocket all along...? :mad:

    I just had one of those moments and solved my problem.:D

    thanks
  20. Replies
    1
    Views
    357

    just bad coding? please help

    _root.fromEsp =_root.config.firstChild.childNodes[i].firstChild.toString();//grabs xml data contains a path to a file

    trace("location+asset= "+_root.fromEsp)//debug

    var assetName =...
  21. Replies
    1
    Views
    314

    embedding multiple fonts possible?

    Is it possible to somehow embed more than one font to a dynamic text field?

    I want to add html into a dynamic text field and be able to use a few fonts to choose from.(using the rich text...
  22. Thread: XML why?

    by cylon
    Replies
    0
    Views
    351

    XML why?

    Im having problems with using Xml and publishing with flash player7.

    If I publish my movie with flash player 6 I get the results I expect. But, if i publish with flash player 7 (which is...
  23. Replies
    2
    Views
    569

    Becouse my project blows out from 20kb to 1000kb....

    Becouse my project blows out from 20kb to 1000kb.
    Id rather let the end user download the player only if needed.
  24. Replies
    2
    Views
    569

    download for standalone

    Ive created a flash clip which I want to email to PC and Mac users.
    As its a standalone clip and utilizes flash 7 functions. I have put in a detection to make sure that the end user has the right...
  25. Replies
    2
    Views
    1,122

    Thanks redhotbeani, This helped me out, but I...

    Thanks redhotbeani,

    This helped me out, but I cant understand why Macromedia would set it up like this.

    So, what I have now discovered is that when you embed a Font via The library within...
Results 1 to 25 of 205
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center