I am trying to include a flash file in my project page.
but can not do this. Can any one plese help to send me the details suggestion.
Thanks in advance.
Amit
So I have a URL that I need my Flash movie to extract variables from:
example link:
http://www.example.com/example_xml.php?aID=1234&bID=5678
I need to get the aID and the bID numbers.
I'm able to get the full URL into a String via ExternalInterface
var url:String = ExternalInterface.call("window.location.href.toString");
if (url) testField.text = url;
Just unsure as how to manipulate the String to just get the 1234 and 5678 numbers.
Appreciate any tips, links or help with this!
How can I mask my flash movie dynamically using actionscript to create a 5 pixels rounded mask in the 4 corners? (the corners should be transparent, the rest should be visible)
Thanks!
Am I able to publish a Windows/Macintosh projector from Flash Builder 4? I would like a solution that stays within the IDE, rather than having to open FlashPlayer.exe and export the EXE/App.
Hi ppl, Im starting a new project that consist in a game made in Flash, I use PHP for the server counterpart and a MySQL database.
My question is, what do I need to host my game?.. I mean, how good (connection, HD space, procesor, ram, etc) should be my hosting to be able to take care of all the stuff I need...?
And, if you know some good web hosting for this purpose, even better :)
Thx in advance.
Can someone explain the different between Pixel Bender in Flash and Pixel Shader(HLSL) in Silverlight in terms of programming flexibility and run-time performance?
Hi!
is there any way in flash to get text antialiased, which is rendered with a systemfont (without embedding any fonts into the swf)? if so - how to do it?
thanks
With Flash, is it possible to detect whether an object is fully ontop of another ?
E.g. I have a rectangle (floor surface) and a circle (furniture).
Now I want to detect whether the circle is fully in (=over) the rectangle, and not just whether it hits the rectangle somewhere. Is that possible ? How ?
I want to make a simple game so that I can play against my friends at school. The school uses macs. Also if you can't make online games with flash what can I use.
I try to recompile a flash package from somebody who has left the company and I have some difficulty to understand why I can't.
There are only warnings of type "variable 'x' has no type declaration" when building so why does it halt ?
I have looked all over the internet for this and I can't find one anywhere. I'm just looking for a simple flash or a nice javascript filmstrip.
I'm happy to pay for this too.
Only features it must have are, resizable and be able to add remove images etc.
Thanks
Ben
http://code.google.com/p/swfobject/
How to bind onclick event to flash via swfobject?
For example i need to add onclick url, because there isn't built in url on click.
Thanks.
Is a watch list hidden away somewhere in the AS3 debugger in Flash CS4?
Sorry for asking a simple question like this here - I did spend a while looking around the net first. It's much easier to find the watch list in the AS2 debugger.
Thanks,
Dan
Hi,
I'm just curious what's the real innovation in fits.me? Calculation? Stretching the image?
Just looking for some Flash expert comments...
Cheers,
Mickey
Hey im a noob in flash cs3 and i want to create a jeopardy game where when a button is pressed we go in to the main question scene and when we come back the button the we pressed is now disabled via 'button._visible=flase'...pls any help...any suggestions or links to tutorials or tutorials from you guys or girls will grateful thanx...
I am facing a problem while using textAreacomponent in Flash cs4.I set the text of this component at run time with coding i.e dynamic text and after that i am rotating this component with -2.After rotation it dosen't show the text why is it so?ny 1
We're trying to get microphone input in a Flash movie and the post it to the server so it can be saved in a file.
Currently, we're using PHP in the server, but I guess the key thing here is: How to post the audio to the server?
After a post is made, then I guess it'd be a matter of handling the encoding and saving to a file, which can be done with pretty much any server-side language.
Any idea if this is at all possible?
If I have flash media server and apache installed on windows, How do I go about implementing this? I have built my own player to handle http and rtmp streaming. I've searched all over and have not been able to find a solution.
Is there a way to set focus to the embed HTML element using JavaScript? Test case: embedded YouTube videos on a page.
I have no control over the embedded Flash element. So, is there a way to set focus on it by using only JavaScript?
I read somewhere that calling the element.focus() method works only in IE. I need a browser-independent way that works in Chrome/Firefox.
Thanks!
Consider a very seasoned programmer that doesn't require any teaching of programming concepts, at all, what would be the best resource, dead trees or otherwise, to learn Flash?
I'm trying to get a very simple Flashvideo working using SWFembed, and it does work across multiple computers at this point in multiple browsers, but as soon as I pushed it live I got this:
http://cl.ly/1EDS
I've adjusted file permissions, but it is exactly the same code and files as in another directory on the server. I've seen this a few times (green box with version number), but have not been able to find any reference to it online.
Thanks for any suggestions in advance!
Hi, is it possible to detect if flash is installed using PHP. My aim is, that if it is installed it will play a flv file, and if not it will use another player eg; quicktime? If it is possible how do I go about doing it?
Thanks
Tom
So I have a URL that I need my Flash movie to extract variables from:
example link:
http://www.example.com/example_xml.php?aID=1234&bID=5678
I need to get the aID and the bID numbers.
I'm able to get the full URL into a String via ExternalInterface
var url:String = ExternalInterface.call("window.location.href.toString");
if (url) testField.text = url;
Just unsure as how to manipulate the String to just get the 1234 and 5678 numbers.
Appreciate any tips, links or help with this!
Looking for a flash p2p (RTMFP) packaged solution, that includes the following features
Time limited sessions: at confrence start, there is a set time limit, when this expires the session ends.
Session extension: Sessions can be extended, but require authorization from the server via some sort of REST or Ajaxy response.
Generally customizable theme
Any suggestions?