Hi all
We've just been our Coldfusion servers from Enterprise CF 8.01 to CF 9. They are running Win 2008. We ran into trouble on those servers that provide the Flash remoting back-end for a Flex application we provide.
Once the CF 9 upgrade was complete we noticed that during busy times when many Flex clients were connecting, we app...
I've been able to implement HTTP pseudostreaming for MP4/F4V files in Flash through an Apache module and by following varous tutorials, such as
http://www.code-shop.com/2007/10/18/h264-pseudo-streaming
http://flowplayer.org/plugins/streaming/pseudostreaming.html
This is fine. I now want to do the same with a custom-built Flash audio pl...
i'm newbie, so please help me...
package com.func {
public class Downloader {
import flash.net.FileReference;
import flash.net.URLRequest;
private var req:URLRequest = new URLRequest();
private var fr:FileReference = new FileReference();
public function Downloader(){
}
public...
Hi all,
since updating my Flash Player plugin from 10 to 10.1, I'm seeing a weird crash when accessing shared objects. Flex Builder's debugger pops up and prints a stack trace like this:
undefined
at flash.net::SharedObject$/getLocal()
at my.code::MyClass$/load()[/my/path/to/my/MyClass.as:27]
(...)
This happens when calling Sh...
Hi,
I'm building a tool in flash to tell me how long it takes to load a bit of content off of a server. I'm doing
foo = new Date().getTime();
// get the thing
bar = new Date().getTime();
trace(bar-foo);
Yet, somehow, the times just seem to fluctuate HUGELY, from 3ms to 150ms. When I test this using Python, the times are consistently ...
Is it possible to integrate flash SWF app into GTK+ as part of Gui and be able to interact with it from your C code? Do you know any examples avaliable for reading there code?
...
I have an online flash application that acts as a front end for a server application built in delphi. The server can be installed/used on a remote computer or a personal version can be downloaded and the Flash app pointed at localhost to use it. However, Flash has issues with using the POST and GET functions on the localhost, which makes...
Hello again Stackoverflow!
My issue this time around is trying to use the new DCD BlazeDS wizard in Flash Builder 4. If I set my project up as a combined Java/Flex app I am unable to connect to the RDS servlet using the wizard. I get a 404 error every time.
I'm certain the service is set up correctly since my app can access the exposed...
hi everyone,
does anyone know how to create a code so that after a user logs onto a site for say like 10 seconds, a screen drop down. on the screen (new page layer) is a youtube embedded video.
...
I'm having trouble with Camera.getCamera() in Flash AS3. If there are multiple camera drivers, it does not necessarily pick the correct one. If the default is the correct, the program works fine; however, if another driver is selected as the default then LED on the webcam does not come on and no video is captured.
I can cycle through th...
I want to make some 2d games that I may want to submit to a game site, such as newgrounds.com. Even if I decide not to submit, I'd still like to know which is a better choice.
Which has a faster startup time?
Which performs faster in a 2d game?
Which IDE should I use?
Thanks in advance!
EDIT:
Also, a couple more quick questions.
I ha...
I have a "shell" that started life in Flash CS3 (Flash 9, AS3) that has been since used with CS4 and now CS5. It creates TextFields in ActionScript for display (reading the content of those fields from XML). The text fields are either Myriad Pro Regular or Myriad Pro Semibold, both are embedded in the SWF from the Library (any given text...
hi all,
i am working on a project. my project needs videos tv( Playing videos flash player).
my reference site is http://www.zooweekly.com.au/zootube/index.htm.
I need that type of flash player.
is it passible to do it. can you guide me plz...
...
I am embedding a flash object into my site and when I do I get a message from dreamweaver saying
"This page contains some swf objects that may not work correctly in the most recent versions of Internet Explorer. Dreamweaver cannot convert them to the new SWF markups please delete each of them and insert them again"
I am not aware of a...
Can anyone improve on this? Requires Sysinternals Strings
date /T >N:\output.txt
net use z: /delete
net use z: \\svr-002\rmstudentwork
@cd /d "z:\"
"N:\Scripts and Reg Frags\FindEmbededFlashFiles\strings.exe" -s *.xls | findstr \.swf >> "N:\output.txt"
"N:\Scripts and Reg Frags\FindEmbededFlashFiles\strings.exe" -s *.ppt | findstr \.swf...
Im using flowplayer to stream swf files,these swf files are generated by adobe captivate. During the playback when i click the video it restarts to the beginning of the file. What will be option to disable the video replay while clicking inside player during playback
...
Hi Guys
I'm looking for a way to print / save flex graphs, preferably without changing the flex code.Is this possible to to from the client with some kind of JavaScript library.If I need to change the flex,is ALIVEPDF the way to go (converting content to pdf first) or are there simpler solutions to this.
Thanks
...
I'm looking for a Toolbox for a Website that can do the following things:
Write Text in a Text Editor (change its color/font size/font) and display it over an product image (plus drag&drop, do rotation). As Texteditor i could use TinyMCE but how to rotate/drag&drop?
the same with images (upload a logo, display it over an existing produ...
hello to all,
my client wants to play a flash video in their website.
just to make sure i understand correctly, i need to:
1. create an FLV file
2. use either some flv player or wrap the flv inside swf
questions:
1. the player option - will visitor have to download /install it or is it install only once, in the website itself? any FREE ...
Hi all,
i'm trying to make SwfUpload working. In some cases, I've a strange behaviour.
So I would like to inspect the flows sended and received by the flash component. And I've tryed to use fiddler to do that, but I can't capture data comming from flash or going to flash.
Is there a way to do that ?
(note, i'm working on http://local...