Hello there,
I know there's a lot about this issue but i'm embedding flash like this: (i don't know how t escape code so sorry if it looks weird)
var flashvars = {}
var params = {
base: "."
}
var attributes = {}
swfobject.embedSWF("http://www.zakochaniwfotografii.pl/html5/slideshow/ceremonia.swf", "...
Hi,
I have a XML file with a few concert dates. In my flash/AS3 file, I would like to show only the up coming event, relative to current date.
Like this:
Event 01: 30-05-2010
Event 02: 02-06-2010
Event 03: 05-06-2010
Today is 28-05-2010, so I need to list Event 01. On 01-06-2010 I need to list Event 02.
I have the basic AS3 code f...
I have a asp.net master page that gets used by pages many /levels/deep/
I will put a link to a flash file in this template.
I tried doing it like this but it did not work, what the best practice here?
<object width="924" height="200">
<param name="movie" value="/live.swf">
<embed src="/live.swf" width="924" height="200">
</object>
...
We all know what Wordpress can do with a little bit of css goodness. I was wondering whether the idea could be extended even further and make a completely separate Flash/Flex frontend for a website, that uses Wordpress in the back. That would certainly be possible. I was just wondering whether its practical. Any progress on the topic ?
...
I'm creating a map in flash and I would like to have a smooth movement similar to this:
http://www.conceptm.nl/
I have made a start but I'm having trouble taking it to the next stage.
My code currently throws the movieclip after the mouse is release but there is no easing while the mouse button is down.
Any tips on how I would achieve...
I am having a little difficulty working with states in Flex (or Flash) 4. Lets say that my application has three states; the default (base) state, state 1, and state 2.
State 1 should always be based on the base state, that's easy enough to accomplish. However, I would like state 2 to be based on the current state (either base or stat...
I'm trying to track the progress of a file upload in AS3, and I'm getting strange behavior. When I select a file and upload it, the progress is instantaneously 100% even if the file is 10 or more megabytes, but it's not finished. The onComplete event is fired about 30 second to a few minutes later (depending on file size) when the file h...
I've spent an entire day trying to figure out how to make this error go away:
Incorrect signature
I'm using as3 for my a flash file, which is embeded in iframe canva. I can connect properly:
this.fbook= new Facebook();
var webSession:WebSession = new
WebSession(api_key,secret_key,
session_key);
fbook.startSession(webSession)...
Is it possible to access Hardware service routine using flash?
...
hello,
I have to work on one new project, there we have to provide an option to download images from any website like, Orkut, picasa etc, so that the user, can view his/her pictures any time and his/her images are accessible any time, so i heard of APIs, that we developer can use.
i hope u r getting me, i saw tour de flex, there are f...
i'm trying to finish an educational cdrom done in flash, how can i make a window less projector, or position the window on the center of the screen without a 3rd party software?
...
I am working with the open source flash player at http://flash-mp3-player.net/ and I am trying to figure out how to limit one sound file at a time. I know this has been done on a number of sites but I am unsure how to approach it.
Scenario: A page has five different instances of the flash player. The user is litening to one song but cli...
Trying to figure out why setloopback needs to be set to true
for microphone activity to be detected.
The problem is the echo feedback when using a macbook with a built in mic.
If anyone has some ideas about this let me know.
Right now I'm experimenting with toggling gain, depending on activity to simulate echo reduction. Not optimal...
is there any opensource flex or flash code to accommodate a starting point for a game like farm-ville or alike
...
Hi everyone,
I'm stuck with a stupid problem of encoding.
My problem is that all my accentuated characters are displayed as weird iso characters.
Example : é is displayed %E9
I send a string to my php file :
XMLLoader.load(new URLRequest(online+"/query.php?Query=" + q));
XMLLoader.addEventListener(Event.COMPLETE,XMLLoaded);
When I...
Hi, I want to make an online flash game, it will have social features but the gameplay will be primarily single-player. For example, no two players will appear on the screen at once, the social interaction will be through asynchronous messages, there won't be real-time chat or anything. Much of the logic would happen in the client, the...
Hi all,
As above, i'm trying to pass a URL in a XML file into the SpringGraph Flex Component.
The SpringGraph Flex component is the work of Mark Shepherd, which can be found here. Kudos to Mark!
...
I'm struggling with this probelm for few hours and it's drives me crazy. I want my drop down menu put over flash area and it works but only in FF. Unfotunelly IE and Opera shows my menu under flash.
The DHTML menu system is the simplest as possible and it was wrote from scratch by me.
I've been trying everything, and still it doesn't...
hi, i'm new to AS3. how do i go about executing a custom function n number of times and then executing another function n number of times repeatedly?
eg.
function firstOne():void { }
function secondOne():void { }
i need firstOne() executed say 3 times and then secondOne() 3 times and then firstOne 3 times again and so on. i'm trying...
I know php mysql , javascript , jquery very well. I have never touced flash.
Now have to do website in complete flash with action scripting.
Keeping flash animation and scripting separate. How much time it will take for me to build
e,g
1)Simple page with 1 column layout like , header , navigation bar , content.
2)The navigation items ...