• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java swing to Flash(.swf)

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai Friends,
i have one problem:
i am developing a Application(Graphical) using Swing and now i also want to export my content thatis displayed on Panel as Flash File (.swf).
anyone have any idea how to go for it...
Please help me...
Thank You...

Ashutosh Agrawal
e-mail: ashu_mymail@yahoo.com
 
Ranch Hand
Posts: 824
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May be this can help you

http://www.adobepress.com/articles/article.asp?p=444218&seqNum=2
 
Ashutosh Agrawal
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankx for replyng..
But that does't solved my problem.i am re-defining that.

Problem:
i have one panel in that i m adding some image,TextBox and i m also giving them some animation like move left..right etc.
Now i want to save that Container (with all the stuff) in to a SWF file in order to view it on Flash Player.

Thank you..
 
Sunil Kumar Gupta
Ranch Hand
Posts: 824
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ashutosh Agrawal:
Thankx for replyng..
But that does't solved my problem.i am re-defining that.

Problem:
i have one panel in that i m adding some image,TextBox and i m also giving them some animation like move left..right etc.
Now i want to save that Container (with all the stuff) in to a SWF file in order to view it on Flash Player.

Thank you..





Then i would suggest that you can do these animation easily in flash rather than here in java. Try exploring actionscript..
 
Ashutosh Agrawal
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
that is fine..i can do that.
but can't a save my created Animation in SWF file or any other widely supported format?
 
reply
    Bookmark Topic Watch Topic
  • New Topic