Hi All,
I am faced with a strange problem.
I have a XML which I am loading into the Flash movie and then iterate
through it and store values in an array.
Then I run through the array and want to drag BOXES using the drawing api.
Here is my Flash Code:
-
Think they'd be best using the normal channels... Try Jobs Plus guys ;)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Grden
Sent: 09 June 2006 20:48
To: Flashcoders mailing list
Subject: Re: [Flashcoders] Littleloud: Flash Developer Position
lol
Can I create Linux executables using SWHX?
See http://ncannasse.free.fr/?p=72 about Linux plans.
Nicolas
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
It's scope issue? I guess, tracer () is not found or executed in wrong
scope.
Use Delegate to fix this:-
layout_xml.onLoad = mx.utils.Delegate.create (this, onXMLLoad);
function onXMLLoad (success:Boolean) {
...
}
Check, if that fixes the problem.
-abdul
On 6/12/06, Sajid
Why don't you pass the path of XML to SWF using FlashVars. When SWF loads,
it would have variable available, you dont need to detect or do anything
else.
Yeah, you need to make sure you pass the path.
-abdul
On 6/12/06, Matt Mc [EMAIL PROTECTED] wrote:
Loading XML in the HTML Embed Tag
Really a great job again Nicolas and Edwin !!!
Do you plan to make a more friendly interface as ScreenWeaver OS in the
future ?
Cheers
St3fX
Edwin is on hollidays right now so he could possibly answer better than
me, but what kind of friendly interface would you except ? No hurry to
GModeler is good, its neat and simple. Enterprise Architect is more advanced
and does round trips (updates UML when code is updated)
-abdul
On 6/11/06, Stephen Ford [EMAIL PROTECTED] wrote:
Hello all,
I have searched the flashcoders archive for around 20 mins and couldn't
find exactly what
So you see, bytesLoaded/bytesTotal returning anything ?
-abdul
On 6/10/06, Andrey Scherbakov [EMAIL PROTECTED] wrote:
Hi,
I develop flash app ака video player.
Appeared the one problem... flv files dont play if their load through http
(size of the flv file ~13Mb)
FLV file loading (I can
Hi Santhakumar,
If your image data is not too big in size/resolution (pixel * pixel),
you could repaint it after decoding, for example:
* Have a class painting a 1*1 pixel sized square and put it to
specific coordinates x/y.
* Decode your base64 encoded image.
* paint your image line by line.
I have an example on ultrashock that demonstrates this and Scale 9 to
good effect:
http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/flas/Detailed
/264.html
HTH
M
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or
Thanks Abdul But I am not sure I know how to do that. Can you give me an idea
of what that would look like. Sorry I am a total noob and I am treading water
if you know what I mean.
I really appreciate any help you can give me in solving this dynamic linking
problem.
Matt
Abdul
Hi,
I figured out that if I hardcode the values things work, but if I use
values from variables, nothing works.
When I trace the variable values, they trace properly, then why cant I
use them dynamically???
Thanks for any help.
Sajid
On 6/12/06, Sajid Saiyed [EMAIL PROTECTED] wrote:
Ok,
I
in your code, make the following change:
for (var k = 0; knode_xml[j].childNodes.length; k++) {
tempValues.push(node_xml[j].childNodes[k].firstChild.nodeValue);
}
what u were pushing into the temValues array were xmlnode objects, not the
corresponding nodeValue strings. The drawing API
Trying to use FlashDevelop to build libraries, but i keep getting odd
results. In a simple experiment, i add an image to the library and give
it a linkage ID, and attachMovie that image to root. However, the image
invariably shows up cropped and at a dramatically wrong scale.
Anyone know what
Hi!
I wonder if it's possible to blur different parts of an image? I am quite
sure I have seen a Flash 8 example of this..
There seems to be little you can do with the BlurFliter class.. Would it
work to combine the BlurFliter with the Matrix class and define which
areas in the matrix that
Greetings,
Is there an object listener that will trigger if ANY item within the
object is modified? I know watch will trigger if a specific attribute
is modified, however, I want to trigger an event if any of the
attributes within an object is modified.
My Object is a complex object. I
Thanks Abdul But I am not sure I know how to do that. Can you give me
an idea of
what that would look like. Sorry I am a total noob and I am treading
water if you
know what I mean.
Using Flashvars is extremely easy - all you have to do is add a PARAM to
the object tag, or a Flashvars to the Embed
Hi fellows,
I'm very much confused about this matter so maybe you guys can help out.
Which player allows me to open a swf from my desktop, is it the flash
standalone player or a file type relation to the plugin? If it's the flash
stand alone player, where do I get it from?
I'm sending my client
In your publish settings, it's Windows Projector (.exe) for Windows or
Macintosh projector (.hqx).
Jason Merrill
Bank of America
Learning Technology Solutions
-Original Message-
From: [EMAIL PROTECTED] [mailto:flashcoders-
[EMAIL PROTECTED] On Behalf Of 8ball Developer
Sent:
The swfs are associated with the standalon exe, you'll find this in your
players directory somewhere under your flash install.
Solutions? Either publish them (or make your own viewer to load the
swf's into) as exe's (publish settings) and send the client them zipped
up, set them up on a webpage
Thanks, but: 1. I don't want to send and executable, 2. In general, what do
people need in order to play swf on their desktop?
On 6/12/06, Merrill, Jason [EMAIL PROTECTED] wrote:
In your publish settings, it's Windows Projector (.exe) for Windows or
Macintosh projector (.hqx).
Jason Merrill
In your publish settings, it's Windows Projector (.exe) for
Windows or Macintosh projector (.hqx).
I forgot you can also publish as a projector from the standalone player
- open up a swf, go - file/create projector.
M
___
In general, what do people need in order to play swf on their desktop?
In general, people create EXEs ;o)
~Arul Prasad
On 6/12/06, 8ball Developer [EMAIL PROTECTED] wrote:
Thanks, but: 1. I don't want to send and executable, 2. In general, what
do
people need in order to play swf on their
Hi fellows,
I'm very much confused about this matter so maybe you guys can help out.
Which player allows me to open a swf from my desktop, is it the flash
standalone player or a file type relation to the plugin? If it's the flash
stand alone player, where do I get it from?
I'm sending my
Thanks, but: 1. I don't want to send and executable, 2. In general,
what do
people need in order to play swf on their desktop?
An executable.
Or have then open in a browser as Mike suggested.
Jason Merrill
Bank of America
Learning Technology Solutions
-Original Message-
Publish it with html - send him the html+swf, tell him to open the html.
___
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
or send him a copy of your
own standalone player (on my machine it's in C:\Program
Files\Macromedia\Flash 8\Players)
Danny
Don't think that's allowed without a distribution license.
___
Flashcoders@chattyfig.figleaf.com
To change your
Hello all
i am facing a problem -
i would like to generate dynamic text fields through
classes.
if anyone know the solution please reply me
thanks
balaji sanala
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
Yep, I agree with Danny,
If you don't want to send EXE's consistently then create a shell
'stub' application that loads content into it... send that once, and
then continue to send SWF's.
No solution ever solves it though, problems tend to arise from the
need to place the new swf into
MovieClipInstance.createTextField();
http://livedocs.macromedia.com/flash/8/main/2448.html
HTH
Jim
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of sanala
balaji
Sent: 12 June 2006 14:21
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders]
Just change any part of movieclip to BitmapData, attach this bitmap to
another clip and apply any filter what do you want
rw
[EMAIL PROTECTED] wrote:
Hi!
I wonder if it's possible to blur different parts of an image? I am quite
sure I have seen a Flash 8 example of this..
There seems to be
On 6/12/06, Andreas Rønning [EMAIL PROTECTED] wrote:
Trying to use FlashDevelop to build libraries, but i keep getting odd
results. In a simple experiment, i add an image to the library and give
it a linkage ID, and attachMovie that image to root. However, the image
invariably shows up cropped
No, such thing does not exist.
Perhaps you can use __resolve or getters and setters to hook in the
getting of properties, and invalidate then your object. But with this,
you will lose type-safety.
Greetings,
Janosch
Doug Coning schrieb:
Greetings,
Is there an object listener that will
Hey,
Had this problem and had to have the host manager change the MIME type for
flv file extension. After this, worked fine. Correct MIME type is
video/x-flv I think this recently changed and still have hosts catching up
to it.
-Geoff
-Original Message-
From: [EMAIL PROTECTED]
wouldn´t be possible to dispacth some proprietary Event of your class after
some attribute changing ? mainly if the attributes only could be changed
through the Class setters ??? just a guess
2006/6/12, janosch [EMAIL PROTECTED]:
No, such thing does not exist.
Perhaps you can use __resolve
Hi, in flash 8 you can use mask with alpha chanel and different blur
level. :
look that (sorry it's in french)
http://chloridrik.free.fr/index.php/2006/06/08/52-masque-progressif-grace-au-cacheasbitmap-flash-8
you can download the fla. it's simply with a cacheAsBitmap and setMash()
jeremie.
So, I looked at the player distribution license and the only things I see
are flash player and shockwave, nothing about standalone player. Anyone have
a link for that? Thanks
On 6/12/06, Mike Mountain [EMAIL PROTECTED] wrote:
or send him a copy of your
own standalone player (on my machine
I got the bluring to work with an image, from looking at this tutorial:
http://www.quasimondo.com/archives/000564.php
I am gonna apply the blur to a scrolling menu, my worry is that it will
demand a lot of CPU since it needs to update the blurfilter on the
scrolling list of menu items. I will see
Josh Santangelo wrote:
Tried the integration kit yet?
http://weblogs.macromedia.com/flashjavascript/
No I hadn't because I didn't think all that was necessary.. but trying
it now.
I don't understand part of the installation instructions ... it says to
copy the libraries to my flash
Oh I figured it out (I guess).. I added an import statement and it works
now.
http://www.opensourcecf.com/cfopenchat/demo/sounds.html
Rick
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
Where should I put those files? Where is my class path?
Edit Preferences Click the ActionScript 2.0 Settings... button
Dave -
Adobe Community Expert
www.blurredistinction.com
http://www.adobe.com/communities/experts/
___
Documento sin título
___
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
Dunno if its me skilling up (which I doubt) but it would seem a lot of
the posts flash coders are getting now would be better suited in:
Flashnewbie: http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie
We seem to be getting a lot of basic questions and the list seems to
have lost some of
Has anyone one got any good advice for good online sound libraries,
for Flash development.
I've got a few which I use:
http://www.findsounds.com/
http://www.sounddogs.com/
And then Flash Kit, although that can be a bit tiresome...
Anyone got any more suggestions.
TIA
Dan
Dan Efergan
Dave Mennenoh wrote:
Where should I put those files? Where is my class path?
Edit Preferences Click the ActionScript 2.0 Settings... button
Thanks, I'll put that somewhere for future reference =)
Rick
___
Flashcoders@chattyfig.figleaf.com
To
Some FlashCoders might be moving over to FlexCoders, where they can
talk about ActionScript 3...
On 6/12/06, Mike Mountain [EMAIL PROTECTED] wrote:
Dunno if its me skilling up (which I doubt) but it would seem a lot of
the posts flash coders are getting now would be better suited in:
Been like that for quite some time.
Too many people answering newbie posts instead of pointing them to the
newbie list.
Plus, too many OT posts. Why would someone want to read discussions on
non-Flash coding topics in Flashcoders? That's what other lists are for.
Others seem to disagree, and
I would recommend looking at the Mustard Lab js integration tutorial as a start:
http://www.mustardlab.com/developer/flash/jscommunication/
Similar to the MM one, but much more simple and very easy to get working.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Too many people answering newbie posts instead of pointing
them to the newbie list.
I'm guilty of that - it was the flash player thread that prompted the
hang on a minute... moment and begat this email
Plus, too many OT posts. Why would someone want to read
discussions on non-Flash
Good thought, if only I set up my object to be part of a class. Bummer...
So, does anyone know if there is an event listener that can be triggered if an
object is modified?
Thanks,
Doug Coning
Senior Web Development Programmer
FORUM Solutions, LLC
-Original Message-
From: [EMAIL
I recommend going with ExternalInterface. No external files needed:
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2200.html
However the kit is good and definitely works!
Mike
___
Hey Greg,
Yes I think it can be done with flash 7 compatibility as it's Marios
getLineMetrics solution which uses bitmapData, not the getWordRect function.
I will write the getLineMetrics function without bitmapData too.
I would definitely appreciate your help, I will get in touch with you when
I just seem to find myself scanning over/deleting instantly more and
more posts, whereas 8-12 months ago I was reading the vast majority
It's cyclical, like everything else. In the absence of stimulating
discussion of complex and interesting problems, some newbie questions and OT
posts
Hey all... Submitted emails to the haXe list and no joy. Is it down?
Also, the svn appears to be down... Anyone else getting this issue?
Lee
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
Hello all,
I wonder if any of you could direct me to a resource that discusses how to
have download of a video in a FLV Playback component start only upon
interaction? I have a couple of videos on a page with other multimedia
available for download (Flash presentations on other HTML pages, PDFs)
People, stop the madness
The flash player question is not a newbie question. I have over 8 years of
flash development under my belt. It's a simple question, not newbie and I
still don't have a good answer for it.
On 6/12/06, Mike Mountain [EMAIL PROTECTED] wrote:
Too many people
FWIW: I've been working with Flash for over 6 years, but there are still a
lot of things I haven't done. I've built some complex apps, but they are
business apps (functionality revolves around the basic CRUD) intended to be
displayed in the browser on desktop PCs. So, for example, I've never built
For windows I found this: http://www.softwarepatch.com/internet/flash.html
For mac http://www.macupdate.com/info.php/id/17338
Hope this helps...
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens 8ball Developer
Verzonden: maandag 12 juni 2006 17:32
Aan:
Er, didn't they just turn this thread into what they commented they'd
prefer not to see so much of in the FlashCoders list? ;-)
Lee
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim
Robson
Sent: 12 June 2006 17:29
To: 'Flashcoders mailing list'
Not to mention the ability to search through messages (or digests) for
keywords of interest.
Mike
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
There is no free license for the standalone player alone, that I know of.
Are you trying to distribute to just one person for development/approval
purposes?
If so, then just send an EXE with a SWF that loads another SWF at startup
as someone suggested, so that you can just send them new SWFs
We know. The only way to discuss the list with the list is to post on the
list.
Derek Vadneau
- Original Message -
From: Lee McColl-Sylvester [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, June 12, 2006 12:44 PM
Subject: RE:
Any one have suggestions on the best route to convert a swf to an
animated gif?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you
I use rules with entourage, and then filter by subject, you can delete all
messages with a matching subject that way. Somethin like that might work for
you. I'm sure u can do it in outlook as well.
a
On 6/12/06 7:37 AM, Mike Mountain [EMAIL PROTECTED] wrote:
Dunno if its me skilling up (which
Just download the flv's when the user hits the play button (show a thumbnail
of the first frame) and when the buffer is full it starts to play.
Users don't mind waiting a few seconds before a movie starts.
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens
I'm working with the ExternalInterface Class right now,
It seems to be working ok, but I am having a particular problem. Can
anyone who's used both point out any differences between the
ExternalInterface Class and the Integration Kit? Or was it just a pre
Flash 8 solution?
My problem, in
Thank you, Bernard, but my questions is, do you have a tutorial on the FLV
Playback component that shows how to do this? Or is there a coded way that
is shown in a tutorial?
On 6/12/06, Bernard Visscher [EMAIL PROTECTED] wrote:
Just download the flv's when the user hits the play button (show a
You can't stop the download, you can only break it by loading an empty flv
in the same component. But I don't think that is what you want.
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Jonathan Berry
Verzonden: maandag 12 juni 2006 19:31
Aan: Flashcoders
I'm looking at writing a cascading menu script in AS 2.0 using Object
Oritened architecture and was wondeing if anyone knew of a good open source
example to work from. All the examples I've seen are Flash 5 or MX (AS. 1.0).
A menu that uses xml to define the menu structure is preferable. Thanks
I'm sorry. You said I could download the FLVs when the user hits the play
button. How do you set this option? Maybe this is so obvious I am missing
it?
On 6/12/06, Bernard Visscher [EMAIL PROTECTED] wrote:
You can't stop the download, you can only break it by loading an empty flv
in the same
I'll make an example... I'm going to eat now.. in about one hour I'll post
it here...
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Jonathan Berry
Verzonden: maandag 12 juni 2006 19:49
Aan: Flashcoders mailing list
Onderwerp: Re: [Flashcoders] Stopping
http://www.debit.nl/flashcoders/flv/
Pizza's these days are smaller than I thought ;)
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Bernard Visscher
Verzonden: maandag 12 juni 2006 20:06
Aan: 'Flashcoders mailing list'
Onderwerp: RE: [Flashcoders]
For Creative Commons licensed music try http://www.ccmixter.org and
http://www.opsound.org
best, - rajat
On 6/12/06, Dan Efergan [EMAIL PROTECTED] wrote:
Has anyone one got any good advice for good online sound libraries,
for Flash development.
I've got a few which I use:
Bernard Visscher wrote:
http://www.debit.nl/flashcoders/flv/
Pizza's these days are smaller than I thought ;)
Hahah! It's not even pizza day!! Anyway, you can't make it in such way
that the thumbnial will appear before you press Play?
Miami Vice cool.
http://music.musicdirector.nl/ :)
___
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
Weyert,
The thumbnail is not included in this example ;)
This only shows the play button.. but it's the player used in
http://www.hazazah.com and that site has thumbnail flv's with thumbnails
and then loads the rollover-flv...
Greetz,
Bernard...
Ps.. It's pizza day.. The gril isn't at home ;)
Bernard Visscher wrote:
Weyert,
The thumbnail is not included in this example ;)
This only shows the play button.. but it's the player used in
http://www.hazazah.com and that site has thumbnail flv's with thumbnails
and then loads the rollover-flv...
Aha, so you make thumbnial of a movie
The site is nice maybe it's nice to support mouse wheels? Not that the
Flash IDE itself supports it under MacOSX g
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
OMG! The grill is @ home.. the girl isn't :P
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Bernard Visscher
Verzonden: maandag 12 juni 2006 20:33
Aan: 'Flashcoders mailing list'
Onderwerp: RE: [Flashcoders] Stopping FLV Playback download
Weyert,
The
Aha, so you make thumbnial of a movie and save it as a flv?
Yes, The first frame is a jpg.. then when you load the flv the start image
is the same (if all went well ;))..
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or
I know;)
I would be a nice option :)
Maybe in future... :P
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Weyert de Boer
Verzonden: maandag 12 juni 2006 20:42
Aan: Flashcoders mailing list
Onderwerp: Re: [Flashcoders] Stopping FLV Playback download
The
I'm trying to make a global function that I can call when someone clicks
a next button that unloads the current movieclip and then loads the next
one based on the name passed to that function. Also, on some clicks (at
the end of each section) I need to enable the next menu option but I'm
unsure of
Hi John,
I believe it's:
_root.header.navigation[NavigationToEnable].enabled = true;
On Jun 12, 2006, at 11:58 AM, Burns, John D wrote:
I'm trying to make a global function that I can call when someone
clicks
a next button that unloads the current movieclip and then loads the
next
one
Arlo-
You are the man! Thank you very much. I knew it was something simple I
just couldn't remember for the life of me. It's been one of those days.
Thank you for your help!
John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
-Original
Thank you, Bernard.
On 6/12/06, Bernard Visscher [EMAIL PROTECTED] wrote:
Aha, so you make thumbnial of a movie and save it as a flv?
Yes, The first frame is a jpg.. then when you load the flv the start image
is the same (if all went well ;))..
All the resources I get tell me how to put a flashvar into an embed tag but not
the syntax for bringing the variable into my Action Script Document.
I have been working on this for almost a week now and I know it is simple
because everyone keeps telling me so.
If I can't get this I am dead.
How about:
private var playlistURL:String = _root.xmlURL
private var playlistObj:jwPlaylist;
private var playlistArray:Array;
give that one a whirl!
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt Mc
Sent: Monday, June 12, 2006 3:20 PM
To:
AdMission Corporation has an opening for a software engineer with Flash
Actionscript experience. We are located in San Ramon, CA in the East
Bay area of San Francisco. Position details and contact information are
listed below.
AdMission provides a web-based hosted media platform enabling
On the Flash end, there is no syntax - as I mentioned, you just call
it like any other variable - it should already exist if you have
Flashvars right in the HTML. It's suppose to be inserted even before
frame 1 initializes.
Really, just in Flash:
trace(myVariable)
Jason Merrill
Bank of
Hey man,
Another way to do this is to add a query string to the swf you're embedding.
In HTML you do:
object classid=clsid:d27cdb6e-ae6d-11cf-96b8-44455354 codebase=
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0;
width=300 height=46 id=NoxPlayer
elibol [EMAIL PROTECTED]
I really appreciate you guys helping. For some reason it is still not working.
I am going to load a zip file of the project. I just need this playlist to be
dynamic to make my boss happy before I get canned. he knows I am not an
actionscripter but he seems to think
why not just publish an animated gif from the flash? (unless the
source file is not available of course)
On 6/12/06, Sam [EMAIL PROTECTED] wrote:
Any one have suggestions on the best route to convert a swf to an
animated gif?
___
Hey List!
I am using a radiobutton component with some listeners set up in a project
and that works fine, bu I get a strange trace everytime I check one
of the radiobuttons:
[undefined] = (Array/Object){
}
(Array){
}
Anyone ever saw this and knows what it is?? Google didnt work for
yeah, that's the issue, no source fla
On Jun 12, 2006, at 6:10 PM, ::: curdiss wrote:
why not just publish an animated gif from the flash? (unless the
source file is not available of course)
On 6/12/06, Sam [EMAIL PROTECTED] wrote:
Any one have suggestions on the best route to convert a
Hi,
check out adshareit. Works great even for actionscripted animations etc.
grtz
Hans
On 6/13/06, Hans Wichman [EMAIL PROTECTED] wrote:
Hi,
check out adshareit. Works great even for actionscripted animations etc.
grtz
Hans
On 6/13/06, Sam [EMAIL PROTECTED] wrote:
yeah, that's the
Maybe you're loading the xml file relative to the swf?
If you define the xml files location relative to the swf file and the html
document you're embedding the swf file into is located in different
directory then the xml location will be incorrect.
example:
Lets say that these are the paths:
I justnoticed this one as well... SWF Toolbox 2.8 -
http://www.eltima.com/products/swf-tools/
On 6/12/06, Hans Wichman [EMAIL PROTECTED] wrote:
Hi,
check out adshareit. Works great even for actionscripted animations etc.
grtz
Hans
On 6/13/06, Hans Wichman [EMAIL PROTECTED] wrote:
This is the most weird thing I've run into all week... I don't work
much with actual animation on the timeline, most of my flash work is
done through pure AS, so I have not yet run into this issue:
1. Create a movie clip on the stage with an instance name of my_mc
and place a stop command on
Right now the file is relative to the swf. The problem is i need it to link to
files that may not be relative. The actuall xml doc will be on a completely
difference server.
So The MP3 player which is now relative to the files needs to accept the
Flashvar so it does not need to be relative.
I
http://freesound.iua.upf.edu/
--
Ramon Miguel M. Tayag
Managing Director
Quirkworks
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to
1 - 100 of 104 matches
Mail list logo