+ Post New Thread
Page 1 of 9 1 2 3 ... LastLast
Threads 1 to 20 of 175

Tutorials

Below you will find a list of discussions in the Tutorials forums at the Flash Actionscript tutorials - FlepStudio forums.

  1. Sticky Thread Sticky: SWF to PNG with Actionscript 3.0 - ByteArray class

    Greetings to all! Today, I am proud of this very interesting article. Not that the other ones are not interesting but this one beats them all...

    Started by Flep‎, 28-09-07
    9 Pages
    1 2 3 ... 9
    • Replies: 83
    • Views: 55,499
    11-08-11 Go to last post
  1. Creating PDF files with Flash Actionscript 3.0

    <p>Perhaps not everyone knows that you can <strong>create / print the PDF in real time with Flash Actionscript 3.0</strong> and PHP.</p> <p>To...

    Started by Flep‎, 25-01-11
    • Replies: 4
    • Views: 4,547
    3 Weeks Ago Go to last post
  2. Flash Game Tutorial

    <!--<a class="FlattrButton" style="display:none;" href="http://www.flepstudio.org/forum/tutorials/515-flash-game-tutorial.html"></a>--> This article...

    Started by Flep‎, 29-09-07
    4 Pages
    1 2 3 ... 4
    • Replies: 37
    • Views: 144,038
    03-04-12 Go to last post
  3. Protect a SWF

    <p>Often I read messages in <strong><a href="http://www.flepstudio.org/forum/">FlepStudio's forum</a></strong> with requests for assistance...

    Started by Flep‎, 27-01-11
    • Replies: 9
    • Views: 1,895
    16-03-12 Go to last post
  4. transition Rotate

    <p>I created a simple image gallery slideshow that demonstrates how to use the <strong>Rotate</strong> class of Flash transitions. </p> <p>The...

    Started by Flep‎, 24-09-09
    • Replies: 1
    • Views: 2,394
    19-01-12 Go to last post
  5. Flash CS3 and Yahoo Weather

    We saw how <a href="http://www.flepstudio.org/english/tutorials/flash-cs3-and-xml/loading-external-xml-files-with-flash-cs3-2007061516.html"><strong...

    Started by Flep‎, 09-10-07
    2 Pages
    1 2
    cs3, flash, weather, yahoo
    • Replies: 14
    • Views: 15,881
    09-01-12 Go to last post
  6. RadioButton component of Flash CS3

    Here I am with another article of the series about the build-in components of Flash CS3. After seeing the <a...

    Started by Flep‎, 23-09-07
    component, cs3, flash, radiobutton
    • Replies: 2
    • Views: 20,429
    05-01-12 Go to last post
  7. Coloring regions of images

    <p>In this tutorial we see how to color the sections of an image using the method <strong>floodFill()</strong> of the BitmapData class of...

    Started by Flep‎, 05-11-09
    • Replies: 3
    • Views: 4,304
    29-12-11 Go to last post
  8. Creating an Email Form with Actionscript 3.0 and PHP

    <p>Who uses Flash to create Web sites knows that the contact form (form of sending email) is one of the most used up. <br> I received many e-mails...

    Started by Flep‎, 28-10-08
    • Replies: 9
    • Views: 36,364
    19-12-11 Go to last post
  9. TileList and Label components of Flash CS3

    In the last few months, we have seen how to use different types of&nbsp; <a...

    Started by Flep‎, 23-09-07
    • Replies: 6
    • Views: 20,702
    13-12-11 Go to last post
  10. Retrieve data from mySQL with Flash CS3

    We have seen how to enter data in a database with Flash CS3. In that case, we had a form in Flash that sent the data of user to a PHP script that...

    Started by Flep‎, 02-09-08
    3 Pages
    1 2 3
    • Replies: 28
    • Views: 21,066
    20-10-11 Go to last post
  11. Using PrintJob class of Actionscript 3.0

    <p>Sometimes happen to have to <strong>print the contents of our SWF in paper or PDF</strong>. </p> <p>The right Actionscript 3.0 class to do that...

    Started by Flep‎, 19-11-08
    • Replies: 3
    • Views: 11,314
    08-10-11 Go to last post
  12. How to create a site loading external SWF with Flash CS3

    Good day to all flashers! To some of you the code of the two articles on how to <strong><a target="_self"...

    Started by Flep‎, 27-09-07
    6 Pages
    1 2 3 ... 6
    • Replies: 52
    • Views: 44,311
    19-09-11 Go to last post
  13. Water effect with Flash CS3

    <p> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000"...

    Started by Flep‎, 29-09-07
    • Replies: 7
    • Views: 31,863
    05-09-11 Go to last post
  14. Event.ADDED_TO_STAGE

    Here we are again with a new trick of the day (even though I do not consider it as a trick but pure extract of OOP). This one could help us more then...

    Started by Flep‎, 05-11-07
    2 Pages
    1 2
    • Replies: 12
    • Views: 26,319
    03-09-11 Go to last post
  15. SharedObject with Actionscript 3.0

    If you are trying to understand how the SharedObject works with Flash CS3, follow this tutorial and you will soon know a lot more about this topic. ...

    Started by Flep‎, 23-09-07
    2 Pages
    1 2
    • Replies: 10
    • Views: 22,353
    18-07-11 Go to last post
  16. Tips abd Tricks Actionscript 3.0 - Loader.content

    Greetings to all! Developing with Flash CS3 and Actionscript 3.0, we often need to use small tricks which are often not easy to find. Every time...

    Started by Flep‎, 27-09-07
    abd, actionscript, loadercontent, tips, tricks
    • Replies: 4
    • Views: 22,319
    16-06-11 Go to last post
  17. Drawing polygons with Actionscript 3.0

    Greetings to all! I created an <a href="http://www.flepstudio.org/english/tutorials.html"><strong title="Actionscript tutorials">Actionscript...

    Started by Flep‎, 04-12-07
    2 Pages
    1 2
    actionscript, drawing, polygons
    • Replies: 10
    • Views: 21,202
    21-05-11 Go to last post
  18. Loading external XML files with Flash CS3

    With Actionscript 3.0 the XML Class seems to have deeply changed. The XML class has been moved to the package flash.xml and its name has been...

    Started by Flep‎, 12-10-07
    2 Pages
    1 2
    cs3, external, files, flash, loading, XML
    • Replies: 15
    • Views: 24,122
    14-05-11 Go to last post
  19. Storing data in DataBase with Flash CS3

    Often happens that we are developing a website with Adobe Flash to a client and / or friend and it's required to store the data of users via a form. ...

    Started by Flep‎, 27-08-08
    3 Pages
    1 2 3
    • Replies: 20
    • Views: 22,307
    19-04-11 Go to last post
  20. Create a button with Actionscript 3.0

    Another new feature of Actionscript 3.0 is the SimpleButton Class. It is basically the old Actionscript 2.0 Button Class but with a few new Methods....

    Started by Flep‎, 29-09-07
    actionscript, button, create
    • Replies: 1
    • Views: 70,951
    14-04-11 Go to last post

+ Post New Thread
Page 1 of 9 1 2 3 ... LastLast

Forum Information and Options

Moderators of this Forum

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts