[Flashcoders] jquer/flash issue in Firefox : PLEASE HELP

2009-10-05 Thread Rajiv Seth (Pixeldust)
Hi,
I am using jQuery and Flash AS3.0.
There is a  flash. Initially it shows one row of thumbnails, clicking on any
of them makes player appear. This player is accommodated above the row of
thumbs with a sliding effect.

Now the DIV containing this flash is partially overlapped by another DIV
have some HTML content. On clicking thumbnail in flash, jquery is called
from flash which animates this DIV to slide down and expose full DIV
containing flash.

Now the problem I am facing is that once the jquery is called, flash stops
then and there and does not load video player further.

Can anyone help?

Rajiv
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Flash CS4 very slow

2009-06-10 Thread Rajiv Seth (Pixeldust)
I agree... CS4 runs very slow. Even when I publish, every time it almost
hangs for few seconds. I am also facing problems though I have Vista Home
Premium with 2GB RAM.
Any solution/suggestion???

Rajiv

On Wed, Jun 10, 2009 at 11:44 PM, Patrick Matte patrick.ma...@tbwachiat.com
 wrote:

 BTW an update recently came out that fixes a lot of problems with Flash
 CS4.

 http://www.adobe.com/support/flash/downloads.html


  From: Alan Neilsen aneil...@gotafe.vic.edu.au
  Reply-To: Flash Coders List flashcoders@chattyfig.figleaf.com
  Date: Wed, 10 Jun 2009 14:59:09 +1000
  To: 'flashcoders@chattyfig.figleaf.com' 
 flashcoders@chattyfig.figleaf.com
  Conversation: Flash CS4 very slow
  Subject: [Flashcoders] Flash CS4 very slow
 
  Does Flash CS4 run very slowly for everyone, or might there be something
 wrong
  with my installation? Just about anything I do takes ages to happen. For
  instance, if I open Properties to type in an Instance Name, when I click
  somewhere else after that it takes 4 or 5 seconds before I can do
 anything -
  it just locks up for those seconds. 4 or 5 seconds does not sound much,
 but
  when it happens again and again and again day after day it really slows
 my
  work down.
 
  Alan Neilsen
 
 
  This message is for the named person‚s use only. It may contain
  confidential, proprietary or legally privileged information. No
  confidentiality or privilege is waived or; lost by any mistransmission.
 If
  you receive this message in error, please immediately delete it and all
  copies of it from your system, destroy any hard copies of it and notify
  the sender. You must not directly or indirectly, use, disclose,
  distribute, print or copy any part of this message if you are not the
  intended recipient. GOULBURN OVENS INSTITUTE OF TAFE and
  any of its subsidiaries each reserve the right to monitor all e-mail
  communications through its networks. Any views expressed in this
  message are those of the individual sender, except where the
  message states otherwise and the sender is authorised to state them
  to be the views of any such entity.
 
 
 ##
  ###
  This e-mail message has been scanned for Viruses and Content and cleared
  by MailMarshal
 
 ##
  ###
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



 This e-mail is intended only for the named person or entity to which it is
 addressed and contains valuable
 business information that is proprietary, privileged, confidential and/or
 otherwise protected from disclosure.

 If you received this e-mail in error, any review, use, dissemination,
 distribution or copying of this e-mail
 is strictly prohibited. Please notify us immediately of the error via
 e-mail to disclai...@tbwachiat.com and
 please delete the e-mail from your system, retaining no copies in any
 media. We appreciate your cooperation.


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Audio Player play/pause state: PLEASE HELP

2009-06-10 Thread Rajiv Seth (Pixeldust)
Thanks Karl, the player script you suggested worked for me 
Thanks Sidney for suggesting shared Objects, that resolved my other issue of
maintaining player play/pause state.

Regards

Rajiv

On Sat, Jun 6, 2009 at 4:52 PM, Karl DeSaulniers k...@designdrumm.comwrote:

 Would it be out of the question to have the audio player open in it's own
 window? Or have your HTML pages load in an Iframe and have the audio player
 sitting outside that Iframe? Then you stay at one page while still loading
 your other HTML and your player stays put. :)

 Just a thought.

 There is a way to send a variable in the URL too. Something like:

 http://website.com/page.html?variable=value

 Then have a script that reads that value back to the player. I think this
 may be the hard way though.

 GL
 Karl

 Sent from losPhone


 On Jun 6, 2009, at 12:30 AM, Rajiv Seth (Pixeldust) 
 pixels.ra...@gmail.com wrote:

  Hi Karl,
 Thanks a lot for help. I am using AS2.0 only. But this solves half of the
 problem. Suppose if I navigate away from this page to some other page
 having
 same player embedded. Now how player will recognize that user has paused
 it
 in previous page? That means I have to send some variable out to web page
 when user pauses it. Any idea?

 On Fri, Jun 5, 2009 at 5:44 PM, Karl DeSaulniers k...@designdrumm.com
 wrote:

  That is AS2 and goes inside your flash file along with the button to play
 and pause..
 BTW

 Not sure how or if it works with AS3 if that is what your programing
 with.
 Someone may be able to make a conversion?

 Best,

 Karl DeSaulniers
 Design Drumm
 http://designdrumm.com


 On Jun 5, 2009, at 6:59 AM, Rajiv Seth (Pixeldust) wrote:

 Hi,


 I need to create a simple flash audio player with play, pause (and/or
 volume
 control). It will be added to a web page.

 Now the problem is if a user pauses the player, I need to retain its
 paused
 state between web pages untill he decides to play it again. And if he
 plays
 it and navigates to some other page using simple anchor (non flash),
 then
 audio should automatically play untill he pauses it.

 My idea is to store play/pause state in some variable (or XML), so that
 state can be maintained. BUT I do not know how to do it.
 CAN ANYONE HELP?

 Rajiv
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Audio Player play/pause state: PLEASE HELP

2009-06-05 Thread Rajiv Seth (Pixeldust)
Hi,

I need to create a simple flash audio player with play, pause (and/or volume
control). It will be added to a web page.

Now the problem is if a user pauses the player, I need to retain its paused
state between web pages untill he decides to play it again. And if he plays
it and navigates to some other page using simple anchor (non flash), then
audio should automatically play untill he pauses it.

My idea is to store play/pause state in some variable (or XML), so that
state can be maintained. BUT I do not know how to do it.
CAN ANYONE HELP?

Rajiv
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Audio Player play/pause state: PLEASE HELP

2009-06-05 Thread Rajiv Seth (Pixeldust)
Thanks Sid,
Can you give any example to use SharedObject. I have not used it before.

Rajiv

On Fri, Jun 5, 2009 at 5:44 PM, Sidney de Koning sid...@funky-monkey.nlwrote:

 Hi Rajiv,

 Take a close look at the SharedObject, this is basicaaly a Flash cookie
 written on the users side and you can read it out when ever you need.

 Hope this helps,

 Sid


 On Jun 5, 2009, at 1:59 PM, Rajiv Seth (Pixeldust) wrote:

  Hi,

 I need to create a simple flash audio player with play, pause (and/or
 volume
 control). It will be added to a web page.

 Now the problem is if a user pauses the player, I need to retain its
 paused
 state between web pages untill he decides to play it again. And if he
 plays
 it and navigates to some other page using simple anchor (non flash), then
 audio should automatically play untill he pauses it.

 My idea is to store play/pause state in some variable (or XML), so that
 state can be maintained. BUT I do not know how to do it.
 CAN ANYONE HELP?

 Rajiv
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 Sidney de Koning - be a geek, in rockstar style!
 Flash / AIR Developer @ www.funky-monkey.nl
 Technical Writer @ www.insideria.com


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Audio Player play/pause state: PLEASE HELP

2009-06-05 Thread Rajiv Seth (Pixeldust)
Hi Karl,
Thanks a lot for help. I am using AS2.0 only. But this solves half of the
problem. Suppose if I navigate away from this page to some other page having
same player embedded. Now how player will recognize that user has paused it
in previous page? That means I have to send some variable out to web page
when user pauses it. Any idea?

On Fri, Jun 5, 2009 at 5:44 PM, Karl DeSaulniers k...@designdrumm.comwrote:

 That is AS2 and goes inside your flash file along with the button to play
 and pause..
 BTW

 Not sure how or if it works with AS3 if that is what your programing with.
 Someone may be able to make a conversion?

 Best,

 Karl DeSaulniers
 Design Drumm
 http://designdrumm.com


 On Jun 5, 2009, at 6:59 AM, Rajiv Seth (Pixeldust) wrote:

  Hi,

 I need to create a simple flash audio player with play, pause (and/or
 volume
 control). It will be added to a web page.

 Now the problem is if a user pauses the player, I need to retain its
 paused
 state between web pages untill he decides to play it again. And if he
 plays
 it and navigates to some other page using simple anchor (non flash), then
 audio should automatically play untill he pauses it.

 My idea is to store play/pause state in some variable (or XML), so that
 state can be maintained. BUT I do not know how to do it.
 CAN ANYONE HELP?

 Rajiv
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Adobe AIR Mailing List?

2009-04-24 Thread Rajiv Seth (Pixeldust)
me too.

On Fri, Apr 24, 2009 at 12:45 PM, Jiri jiriheitla...@googlemail.com wrote:

 I will join to :)


 J

 Steve Mathews wrote:

 Start your own, I will join! :)

 On Thu, Apr 23, 2009 at 10:27 AM, Steven Sacks flash...@stevensacks.net
 wrote:

  Anyone know of an active Adobe AIR mailing list (like Flashcoders/Flash
 Tiger)?

 Apollocoders is basically dead, and all posts are moderated.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

  ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] need suggestions

2009-04-21 Thread Rajiv Seth (Pixeldust)
Thanks Buddies!!!

I will try to find this book and surely browse the site.

Rajiv

On Wed, Apr 22, 2009 at 5:01 AM, richard carr zgdesignstu...@gmail.comwrote:

 I give a strong second vote for www.gotoandlearn.com

 and Rich Shupe's book  learning actionscript 3  has been a tremendous
 help.

 amazon link
 *http://tinyurl.com/329c36*

 Richard

 On Tue, Apr 21, 2009 at 6:59 AM, Ashim D'Silva as...@therandomlines.com
 wrote:

  Experiment, and follow blogs for one.
 
  I'll bet there's heaps of great books out, but I've never bought one
  so I'm not sure. I find printed information expires too quickly.
 
  check out www.gotoandlearn.com as a great starting place.
 
  Ashim
 
  The Random Lines
  My online portfolio
  www.therandomlines.com
 
 
 
  2009/4/21 Rajiv Seth (Pixeldust) pixels.ra...@gmail.com:
   Hi All,
  
   I know AS2.0 as not so expert level but now I want to switch to AS3.0
 and
   really want to go to expert level. I am already working, so cannot join
  any
   full time course and in India, I don't think any expert level courses
 are
   available.
  
   Can you please guide me how to go about it?
  
   Thanks in advance
  
   Rajiv
   ___
   Flashcoders mailing list
   Flashcoders@chattyfig.figleaf.com
   http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
  
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 



 --
 Richard
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] need suggestions

2009-04-20 Thread Rajiv Seth (Pixeldust)
Hi All,

I know AS2.0 as not so expert level but now I want to switch to AS3.0 and
really want to go to expert level. I am already working, so cannot join any
full time course and in India, I don't think any expert level courses are
available.

Can you please guide me how to go about it?

Thanks in advance

Rajiv
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders