Re: [Flashcoders] ads inside a SWF

2006-05-06 Thread Mike Britton

Do it!

(Disclaimer: I have no legal training...)

Mike
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] ads inside a SWF

2006-05-06 Thread Mike Lyda
I'd like to include ads (Google ads) inside of a SWF..   with hopes of having
the SWF end up on other sites.  But is this u legal with Google?  And has
someone already done something similar?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] recent issues/bugs? help needed

2006-05-06 Thread Tom Lee
Hi Johnny,

So we've ruled out the server (other Flash movies work fine), and we've
ruled out the embed/object tags.  We've ruled out the browser too, since it
fails on both IE and Firefox.  

Just out of curiosity, if you right-click the area of the swf as the browser
tries to load it, does it say "Movie Not Loaded"?  If so, this would lead me
to again suspect the mime types or the object/embed tags, but a corrupted
swf could cause this as well.

Anyway, the next thing I'd do is start removing components or blocks of
ActionScript and see what will allow the movie to go ahead and load.  When
you take something out and suddenly the movie will play, you've found your
culprit!

Have you tried playing the swf in the standalone player?

Good luck!!

-tom


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Johnny Zen
Sent: Saturday, May 06, 2006 8:16 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] recent issues/bugs? help needed

Hi Tom

Thanks for the help.

Yes, I already tried those things you mentioned. Just to recap what i've
done.

Created another webpage using dreamweaver and added the flash movie. -
No joy there.
Checked object tags in webpage. - there is nothing wrong there.
All other flash movies work. they are published as flash 6.
Tried IE and firefox browsers. - no joy there

Data services.

The movie uses flashcomm, but if there is a problem with this, I have
written error codes to tell me the problem (no connection to server
etc)

Preloader

I use a preloader, so preloader should start before any other problems
with data services are considered.

Object tag used.


http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=7,0,19,0"
width="800" height="600">


http://www.macromedia.com/go/getflashplayer";
type="application/x-shockwave-flash" width="800" height="600">



MIME

Checked server, and this looks fine.



Any other ideas?

Regards


Johnny
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] E3 everyone?

2006-05-06 Thread Audry Taylor
So is anyone going to E3?  Anybody know if there's going to be any 
Flash-related parties or get-togethers?


Audry

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] recent issues/bugs? help needed

2006-05-06 Thread Johnny Zen

Hi Tom

Thanks for the help.

Yes, I already tried those things you mentioned. Just to recap what i've done.

Created another webpage using dreamweaver and added the flash movie. -
No joy there.
Checked object tags in webpage. - there is nothing wrong there.
All other flash movies work. they are published as flash 6.
Tried IE and firefox browsers. - no joy there

Data services.

The movie uses flashcomm, but if there is a problem with this, I have
written error codes to tell me the problem (no connection to server
etc)

Preloader

I use a preloader, so preloader should start before any other problems
with data services are considered.

Object tag used.


http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0";
width="800" height="600">


http://www.macromedia.com/go/getflashplayer";
type="application/x-shockwave-flash" width="800" height="600">



MIME

Checked server, and this looks fine.



Any other ideas?

Regards


Johnny
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] recent issues/bugs? help needed

2006-05-06 Thread Tom Lee
You should probably start by verifying that there is nothing wrong with your
server.  Do other Flash movies on your website work?  Do they fail in a
particular browser, or all browsers?  Check your object/embed HTML.  Are you
using the HTML created by Flash when you publish your movie?  Also, try a
simple movie (1 frame, no actionscript) and verify that it loads as
expected.  Does the movie that is failing try to connect to any data
services?

There are a lot of reasons this could be happening.  A little trial and
error should give you some clues pretty quickly.  My bet (without knowing
ANYTHING about your unique situation) is that it has nothing to do with the
Flash player - more likely a malformed embed/object statement, or a MIME
setting on the web server.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Johnny Zen
Sent: Saturday, May 06, 2006 7:05 PM
To: Flashcoders mailing list
Subject: [Flashcoders] recent issues/bugs? help needed

Hi all

I've just tried a flash movie published on my website which has been
working fine.

Now its not loading, just timing out - i.e browser bar slowly moving,
blank screen.

Are there any recent issues from flash player that might cause the
movie to not load.

I cant think of anything else, tried local copy - that works fine,
reupped it no joy.

Movie is published as flash 7, my player on firefox is 8.0.24.0 and same on
i.e.

Any help would be cool.


Regards



Johnny
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] External Interface an form Object

2006-05-06 Thread Tom Lee
Some have reported that the 'name' attribute for the object element gives
Firefox trouble, when used with ExternalInterface.

Read the comments on LiveDocs for ExternalInterface.addCallback for more
info:
http://livedocs.macromedia.com/flash/8/main/2201.html

Also, for problems specific to a Flash object using ExternalInterface within
a form:

http://livedocs.macromedia.com/flash/8/main/2200.html

Workarounds are discussed.  I've personally had success with the one
suggested by jwatkins.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of rishi
Sent: Saturday, May 06, 2006 3:40 AM
To: Flashcoders mailing list
Subject: [Flashcoders] External Interface an form Object

How do I call Flash function if an object is embedded in a form object?
I want a solution for Mozilla Browser, I have got this working for IE
but looking some solution for Mozilla.

 

The problem I am facing is to find a reference to Callfunction which is
available in IE. What about Mozilla?

 

Any Ideas? All sincere comments on this are welcome.

 

Regards

Rishi

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] recent issues/bugs? help needed

2006-05-06 Thread Johnny Zen

Hi all

I've just tried a flash movie published on my website which has been
working fine.

Now its not loading, just timing out - i.e browser bar slowly moving,
blank screen.

Are there any recent issues from flash player that might cause the
movie to not load.

I cant think of anything else, tried local copy - that works fine,
reupped it no joy.

Movie is published as flash 7, my player on firefox is 8.0.24.0 and same on i.e.

Any help would be cool.


Regards



Johnny
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] load two flv's and merge them into one flv?

2006-05-06 Thread Zeh Fernando
does anyone know if you can load two flv's then put them together somehow. 
I need to be able to play the two flv's as one and be able to scrub the 
whole thing too.. Anyone have any ideas?


Well, IMO: you don't have to "merge" them - you can load them as two 
different files and have a separate control that seeks the correct position 
on the correct movie file, hiding the other file. It's not as 
straightforward as simply putting a component on the stage I suppose, you 
should build or customize the thing, but there's no technical limitation to 
it per se. I've just had to do something similar for a recent project - 5 
different video files playing as if they were only one thing - and it works 
pretty seamlessly, scrubbing and all.



- Zeh 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] load two flv's and merge them into one flv?

2006-05-06 Thread aaron smith
does anyone know if you can load two flv's then put them together 
somehow. I need to be able to play the two flv's as one and be able to 
scrub the whole thing too.. Anyone have any ideas?


thanks
smith


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Conversion to Flash 8 renders MP3 player useless

2006-05-06 Thread Jonathan Berry

Thanks, Duncan. Will do. I had seen, but forgot about that property. It just
seems that player 8 loads much quicker.

On 5/5/06, Duncan Reid <[EMAIL PROTECTED]> wrote:


Hi Jonathan,

I just tested it in player 7.0.19.0 and it seemed to work for me, i
originally tested it with 8.5.0.212.  There is an initial buffering but
once
it starts to play it seems to hold although i was getting pretty low
transfer rates from 8 - 18 kb.  Again not sure if it would help but you
can
set the buffer time for sounds via '_soundbuftime' globally or through a
movieclip.

Dunc


On 5/5/06, Jonathan Berry <[EMAIL PROTECTED]> wrote:
>
> Thanks for the e-mail, Duncan. We found that we had to have our users
> upgrade to Flash 8 player. We looked the network events and found that
> Player 7 was not receiving the response from the server as quickly. We
> tried
> to increase a setTimeout that called the connecting function from 4
> seconds
> to 13 seconds to no avail. Does anybody know any reasons why this would
be
> or information on differences in streaming MP3 content?
>
> On 5/5/06, Duncan Reid <[EMAIL PROTECTED]> wrote:
> >
> > Hi Jonathan,
> >
> > I plugged this into the F8 IDE and set the publish setting to 7 / as2
> and
> > it
> > seemed to work for me.  The only thing that i can see in your code
that
> > stands out is the space after the url but i don't think that really
> > matters
> > much as it still seems to work...
> >
> > radio.loadSound("http://www.live365.com/play/signonsandiego/pro",true);
> >
> > not much help I am guessing...
> >
> > Dunc
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--
Jonathan Berry, M.A.
IT Consultant
619.306.1712(m)
[EMAIL PROTECTED]
www.mindarc.com

---

This E-mail is covered by the Electronic Communications Privacy Act, 18
U.S.C. ?? 2510-2521 and is legally privileged.
This information is confidential information and is intended only for
the use of the individual or entity named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.

---
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Convert Flash 7 swf to Flash 8

2006-05-06 Thread Zeh Fernando

Hi,
I remember when Flash 8 player was released there was a tool that would 
change

a swf to make it act like a Flash 8 one, but I can't find that now.
I just have a little app that loas images, and want to convert it to F8 so 
it

can load pngs.
I've tried playing with mtasc but it's a pretty steep learning curve, so 
i'm

not sure if it can do it.
Is there anything else?


You just have to change the fourth byte on the file from ascii 07 to ascii 
08. You can do that with any hex editor.


Someone also made an automatic program to that kind of conversion (Mario 
Klingemann if I remember correctly). That's probably what you've mentioned.



- Zeh 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Convert Flash 7 swf to Flash 8

2006-05-06 Thread Kevin Cannon
Hi,

I remember when Flash 8 player was released there was a tool that would change
a swf to make it act like a Flash 8 one, but I can't find that now.

I just have a little app that loas images, and want to convert it to F8 so it
can load pngs.

I've tried playing with mtasc but it's a pretty steep learning curve, so i'm
not sure if it can do it.

Is there anything else?

- Kevin
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Pixel avatar ?

2006-05-06 Thread MBDI ICSC Rodrigo E. Curiel Salazar

Hi all !!

I'm developing a "kind of forum" and I would like the user to draw it's
avatar, but I'd like it to be in a "pixel style grid", I know how to do it,
I just want to know if you guys have something like this, so I wont have to
reinvent the wheel ;)

Thanks in advance

Rodrigo
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] External Interface an form Object

2006-05-06 Thread rishi
How do I call Flash function if an object is embedded in a form object?
I want a solution for Mozilla Browser, I have got this working for IE
but looking some solution for Mozilla.

 

The problem I am facing is to find a reference to Callfunction which is
available in IE. What about Mozilla?

 

Any Ideas? All sincere comments on this are welcome.

 

Regards

Rishi

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com