<< Ukrainian Adobe Flash Platform User Group - UAFPUG

Discussion Area

ask questions, discuss topics, solve problems

Discussion Home | About | Threads By Date | Search

Posts

1-10 of 12 | Next> | Last>>

Flash/Flex developers conference in Montenegro
Thread posted on Oct 12 by realaxy

Title: Flash/Flex developers conference in Montenegro
Content:

Dear User Group Members, 

We are pleased to invite you to attend our event.

21-23 October 2011 we hold Realaxy ActionScript Editor Release Conference in Petrovac, Montenegro. All Flash/Flex developers are welcome!

The program includes: 

  • seminars, workshops, and presentations;
  • free distribution of personalized licenses to all registered participants;
  • meeting professionals from different countries and regions;
  • rest on the beach (here's still an indian summer on the Montenegrin Riviera).

Visas are not required for Ukrainian citizens. Single room in a three star hotel starts from 25 euros. There is also no conference fee for plenary speakers.

Realaxy ActionScript Editor (RASE) is a commercial ActionScript IDE by Realaxy based on the JetBrains MPS meta programming system.

Registration form link: http://www.realaxy.com/announce/registration/create

You can also contact us: blog.realaxy.com, info@realaxy.com, twitter: @RealaxyEditor @potapenko


????? Flash/AS3/Flex ??????????
Thread posted on Mar 06 by Kerich_P

Title: Нужен Flash/AS3/Flex специалист
Content:
Нуждаемся в специалисте по Flash/AS3/Flex для создания различных приложений.
Портфолио, информацию о себе и опыте работы отправлять сюда:

Looking for Skilled Ukranian Flash Game Devs
Thread posted on Jan 26 by Juffowup

Title: Looking for Skilled Ukranian Flash Game Devs
Content:

I currently head up a Company that helps customers get their Casual MMO, Multiplayer, and Facebook games done by sourcing the work to studios and freelancers that are very capable in those areas.  We're currently on the lookout for more freelancers or good game studios who can execute the Browser MMO (mostly in flash) and Facebook work our customers have.

We actually work a lot in the CIS (Ukraine, Russia, Belarus) and love the skill level here.  So we're looking for good flash game developers in this area, especially those with browser MMO or Facebook experience.

If you're a good developer or studio and you're interested in having extra work sourced your way, please do contact me via this community with whatever portfolio you have, a bit about yourself and your experience, any in-house technology you provide to your customers, and your contact information to gamedevelopmenttalent@googlemail.com.


loadClip(); 3
Thread posted on Aug 30 by Bulya

Title: loadClip();
Content:

Как такое может быть?

(ActionScript 2.0, .jpg и .swf лежат на одном ѝервере)

1)Вѝе отлично, изображение загружаетѝѝ в мувик:

url = 'http://project1/Uploads/Images/gallery/photo1.jpg';
mcLoader.loadClip(url,image_mc);

2)Вѝе плохо, изображение не загружаетѝѝ:

url = gallery.childNodes[0].childNodes[0].nodeValue;

trace(url);

mcLoader.loadClip(url,image_mc);

******************************************************

Окно Output:

http://project1/Uploads/Images/gallery/photo1.jpg

*** Нарушение безопаѝноѝти изолированной ѝреды ***
Подключение к 
http://project1/Uploads/Images/gallery/photo1.jpg
 Ð¿Ñ€ÐµÑ€Ð²Ð°Ð½Ð¾ – нет разрешениѝ от file:///C|/WebServers/home/project1/www/project1.swf


Be aware of broken statements inside your switch...case blocks!
Thread posted on Jul 19 by Rostyslav Siryk

Title: Be aware of broken statements inside your switch...case blocks!
Content:

Here is a compiler bug, which can make your life a nightmare when you are not aware of it. Maybe, it is not very popular situation, but sometimes it is enough to spens a hour fighting with the code like this, where error is present, but no compiler error is given:

...
case newMessageByUser:
 var html:String = "11";

 html = '<h2>@<a href="'+cnf.juickBaseURL+uname+'">'+uname+'</a>:</h2> '+

 '<p class="replyQuote">'+juick+'</p>'+
 '<p><a href="event:LinkEventReplyTo:'+mid+'">Reply to #'+mid+'</a>, ' +
 'Web: <a href="'+murl+'">'+murl'</a></p>';
 trace("html=" + html");
 break;

...

The safe technique to discover such errors is to wrap the whole "case: " block content in the curly braces, which will raise compiler error to inform you where your error is:

...
case newMessageByUser:
{

 var html:String = "11";
 html = '<h2>@<a href="'+cnf.juickBaseURL+uname+'">'+uname+'</a>:</h2> '+

 '<p class="replyQuote">'+juick+'</p>'+

 '<p><a href="event:LinkEventReplyTo:'+mid+'">Reply to #'+mid+'</a>, ' +
 'Web: <a href="'+murl+'">'+murl'</a></p>';
 trace("html=" + html");
 break;

}
...

Have fun :)

Rost


How fast Adobe JIRA works? Sometimes, it works really fast!
Thread posted on Jul 18 by Rostyslav Siryk

Title: How fast Adobe JIRA works? Sometimes, it works really fast!
Content:

For example, yesterday a Flash Builder Beta Issue was added to the JIRA, and today Mike Morearty (Flex Debugger developer) has posted good progress!

I like such speed )


Do you know, that you can post jobs here?
Thread posted on Jul 14 by Rostyslav Siryk

Title: Do you know, that you can post jobs here?
Content:


Any twitters here? 4
Thread posted on Jul 13 by Rostyslav Siryk

Title: Any twitters here?
Content:

Hey! Here's the our Group Twitter, get it while it's hot: http://twitter.com/uafpug

And here is my professional twitter too: http://twitter.com/flash_ripper 

What is your twitter?


Twitter Accounts around Adobe Flash
Thread posted on Jul 10 by Rostyslav Siryk

Title: Twitter Accounts around Adobe Flash
Content:

Adobe Flash / Flex Staff on Twitter

Not Adobe Flash / Flex Staff on Twitter

Can you add to this list? Please do!

Adobe becomes Google OS Partner! 1
Thread posted on Jul 10 by Rostyslav Siryk

Title: Adobe becomes Google OS Partner!
Content:

Will it be Flash? Adobe AIR? PDF? I believe it will be sometging really cool, because Adobe partners with Google Chrome OS!

What do you think it can be?


Filter by Date

<< May 2013 >>
Su Mo Tu We Th Fr Sa
      01 02 03 04
05 06 07 08 09 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Filter by Tag

All
announcement
Benefit
Flash
General
General Discussion
Question
Sticky

Change View

Titles
Summaries
Table
Clip
Clip & Comments
Full

Change Sort

Alphabetically
By Last Activity
By Date Posted
By Number of Comments
By Number of Views
By Author