Admin wrote:
I have a blank mc in my stage and I’m loading into this clip a picture from a local folder
my problem is, that I don’t loading to this pica all the time a picture in the same height or width
what I’m asking is how I can to define a limit, that my left bottom corner of the picture that load while be all the time in the same place?
thanks allot
avi
Posted in Flash Application and Games Development | No Comments »
Today,
It occurs to us that though we’ve spent nearly a month in the public eye, we haven’t yet gotten around to introducing ourselves. We figure we should let you know about our backgrounds and specific interests in the vast world of Flash, so here goes: the officially sanctioned bios of the Flash Platform team members. Pictures to come!
Posted in Flash Application and Games Development | No Comments »
Today,
after doing a bit of a search, I came upon this solution for the xml caching issue:
xml.load(?xmlFile.xml??+Math.random());the problem is my xml file is a variable being passed from the html, like this:
xmlData.load(_root.varXML);obviously this isn’t going to work, so I was wondering how to write this without the inverted commas?
xmlData.load("_root.varXML?"+Math.random());listen = new Object();any help would be great.
Posted in Flash Application and Games Development | No Comments »
Today, Let’s all take a breather at the end of another topsy-turvy week on Wall Street, where things have calmed down as of mid-morning on Friday (the Dow Jones Industrial Average is off a mere four points at 11:30 AM EST, and is actually up for the week . . . but the media doesn’t want you to know THAT!)I’ll have more to say about Microsoft and its upbeat earnings release announced yesterday — PC sales are up and the computer software behemoth seems to be weathering the rough economy very well. But let’s save that for Monday and keep things light here as the weekend and a welcome martini and a…
(Link)
Posted in Flash Application and Games Development | No Comments »
Admin wrote:
I’m trying to create a scroll bar for a dynamically generated group of movie clips.
A couple good examples of exactly what I’m looking for are right here:
Telus Smart Phones (In the top-right corner click "All Phones")
http://promo.telusmobility.com/smart…ctBrowserState
Shop Composition (on the bottom, select catagory, view all..)
https://www.shopcomposition.com/secure.aspx
These are both, functionally the exact same thing.
How would I go achieving an end product like this?
Thanks!
Posted in Flash Application and Games Development | No Comments »
Today, According to a PC Pro news story the rapid growth of mobile broadband across Europe could make Wireless hotspots extinct. Mind you, it is an executive from a mobile telephone company that is making the prediction…
(Link)
Posted in Flash Application and Games Development | No Comments »
Admin wrote:
I am having a problem in CaptionDisplay class used to add captions for a video.
In my project I have to show many videos in a flvPlayback component, and every video have their own caption xml file.
The caption file is working fine for the first video but when the video is changed the caption doesn’t work, here is the code snippet I have used:
In the root I put this code:-
import mx.video.captions.*
var initObj:Object = new Object();
initObj.font = "_sans";
initObj.embedFonts = false;
initObj.textSize = 16;
initObj.textColor = 0xFFFFFF;
initObj.textShadowColor = 0×000000;
initObj.backgroundColor = 0×000000;
initObj.backgroundAlpha = 60;
initObj.overlay = true;
var CC=new CaptionDisplay(_root.tv,initObj);
var ccbtn_ref=new CaptionButton(_root.controls_mc.cc_mc,CC);
ccbtn_ref.toggled=true;
CC.useTimedText=true;
CC.source = "test.xml";
And when the video is completed then I call a function, in which I change the contentPath of the flvPlayback and also put this code :
‘_root.CC.source = "test2.xml";’
but this way the next video keep playing but the caption is not shown for the second video.
I also tried to make a new CaptionDisplay object every time a video is changed for the same flvPlayback component. But doing that way the flvPlayback goes to "loading" state and never recover from that state.
Any help will be most welcome.
Thanks in advance,
Vikas.
Posted in Flash Application and Games Development | No Comments »
Admin wrote: There is new Flash physics Engine Box2DFlashAS3, which is open source rewritten from C++ physics engine Box2D. It looks amazing, try it for yourself and download source code.3D, ActionScript, Flash, Useful links
(Link)
Posted in Flash Application and Games Development | No Comments »
Today,
within that folder I have my Pulse.as class.
so the final path is First Run/Classes/com/myclasses/Pulse.as
but when trying to import it, i get the following:
The class being compiled, ‘Pulse’, does not match the class that was imported
any ideas what that means?
i’m importing the class with
import com.myclasses.Pulse;
Posted in Flash Application and Games Development | No Comments »
Today, According to the Sunday Times one couple got more than they bargained for courtesy of the almost extortionate charges that mobile phone companies are allowed to levy in Europe when it comes to sending text or data while ‘roaming’ away from your home country. Although the case in question might be a little out of the ordinary, it does serve to highlight just how ridiculous the situation has been allowed to become. Mrs X decided to download no less than four episodes of the sitcom Friends via the unlimited broadband service on the mobile phone belonging to Mr X. Not as daft as it may sound, the…
(Link)
Posted in Flash Application and Games Development | No Comments »




