Hello
I've got an application that has one screen where there are 8 windows moving around a faux 3D octagon in relation to the mouse position, moving back and forth to give the user the feel of being inside a round(ish) room. Each window is a separate swf that is being called into the application, and when a user clicks on a window, it ...
I'm in the middle of switching from Flex Builder 3 to Flash Builder 4, and one of the problems I have run into is that support for web services in 4 is substantially different. In both IDE's I am able to import a WSDL for my web service and it will generate the appropriate client classes for communicating with the service. The generated ...
i have this flash file running on fb
http://www.facebook.com/pages/testingthisout/131732006857831?v=app_4949752878
but it does not load completely- there should be a hand and color chooser
what am i doing wrong? this is the fully working one
www.candynails.co.uk/nailapplication/
code i am using
<fb:swf
swfbgcolor="000000" allows...
Just wanted to know what the best way of transitioning between pages in flash. Basically i have 5 pages, each of them have an intro animation (slide in, slide out). I know how to make them transition IN but say they click on some random page out of the 5 how do i transition out of the current page then somehow tell it to go to the one th...
Hello, I would like simulate road in my game, and for this i use road's lanes and traffic, lanes and traffic dynamic created like this
if(roadlineTimer-- == 0){
roadlineTimer = 30;
newRoadline = new Roadline();
newRoadline.x = 0;
newRoadline.y = 0;
newRoadline.speed = 3;
roadlines.push(ne...
ZeroClipboard.setMoviePath( "/zeroclipboard/ZeroClipboard.swf" );
var clip = new ZeroClipboard.Client();
clip.setText( $('textarea#download_me').text() );
clip.glue( 'clip' );
I'm using the popular ZeroClipboard plugin to copy content to user's clipboard. It works perfectly in the dev enviornment as well as on domain1.com but not on do...
I have an mp3 player based on the School of Flash code. When I click "next song" I need it to go to the next song, unless it's the last song in the playlist in which case it needs to go back to song number 1 in the playlist.
The following code doesn't seem to do the trick, any ideas where I am going wrong?
var songlist:XMLList;
var cur...
I'm embedding a flash radio player and I've changed the flashVAR to true: <param name="FlashVars" value="autoPlay=true">
Yet I've only gotten the player to autoplay in IE, but not other browsers. Thoughts?
mark's code from an answer:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedi...
Ok, I have no idea why this is happening.
I'm made an Item class which extends the Sprite class, the Item class basically has a few checkmarks & labels at the moment.
Then what I try to do is run through a for loop of items and create Item classes that I want to place one after each other on the y-axis, so I'm reading the Item.height ...
So i have several items on a page, each of which tweens out or in depending on a mouse event. So far i can do Easing on them when they are going out/in but how do i also set up a tween so that it blurs as the come in and out (motion blur) like the ones in the motion presets. I want to accomplish the same motion preset settings but with A...
I know how to host a flash activex in wpf, but there a issue to that.
After I reinstall my os , my app failed to laod a flash file,
but after I opened the flash file with web browser and restart my app,
my app worked again. is there some configuration I have to do ?
...
Does anyone know how I can add a logo in the form of a Flash movie to my Wordpress blog ?
...
Guys.. tell me some sites where i can find good and free swish a nd flash presentation and intro templates???
plz reply me soon
...
From a developer's point of view, are there other differences between Flash and AIR to take into account, apart from the certificate and AIR not supporting ActionScript 2.0?
...
I create their basic Flash app with their Flash IDE for Visual Studio 2010
http://www.sapphiresteel.com/Products/amethyst-ide/article/amethyst-product-page
When launching the run button, it launch flash but with this error within Flash CS4:
The following JavaScript error(s) occurred:
At line 6 of file "FlashApplication1.jsfl":
Cannot f...
Firstly, sorry if I'm missing something obvious, but after looking over the same line of code and settings over and over and not being able to find a solution, I thought it better to just ask on the off chance that it'd be an easily resolvable problem. I've tried googling it, but end up with basic tutorials on how to use dynamic text in ...
Hey guys, got a problem with my pages in flash. So i created 5 pages, each of which contains several movie clips (text, graphics, forms, etc). There is one specific page however that contains autogenerated content via. sprites. If i happen to land on this page, the sprites will appear, but when i transition to another page, they are stil...
Hey guys, have a little issue i need to figure out. I created a movie clip button that contains 2 text fields, one static and one dynamic. The dynamic text field holds strings that will vary in length. This MC in general is used as a button so what im trying to do is not have the hit area as large as the length of the text box.
If you g...
I have a Flash Movie (SWF) that is consuming a .NET WebService (located on the same domain) and in my Test environment everything works perfectly (Test env is all HTTP).
When deployed to production (All HTTPS) an issue occurs when trying to access the WebService from the Flash movie.
A new WebService object is created with the HTTPS ur...
I am trying to implement following:
http://stackoverflow.com/questions/668377/how-can-i-start-a-flash-video-from-javascript
However I am unable to call method from Javascript. The trace message I wrote within AS file is not able to see while calling file within browser.
How can I test whether my JS function is calling AS method or not...