Windows :: Hosting 32bit OCX Inside 64bit Process (specifically Flash)

Apr 29, 2010

We are in the process of building a 64bit version of our software, but we use Flash player's OCX control to host Flash in our windows. This OCX file is a 32bit build, do you know if it's possible to host this 32bit version of Flash within our 64bit application?

View 3 Replies


Similar Posts:


ActionScript 3.0 :: ProgressEvent Works On 32bit But Not 64bit

Jan 4, 2011

I'm not sure if the problem is as straight forward as the title describes, but it seems to be the only explaination. I'm loading a video at the begining of an application, but I don't want the skip Intro button to appear until the video "READY" event is fired. This works perfectly on the 32bit flash player but won't work on the 64bit flash player. It's not a streaming issue because I tested in both the local environment and via a server. I know the 64 bit player is in beta still, so there will be issues like this. I'm just wondering if anyone has found a work around. Here is my code if it.

[CODE]....

View 1 Replies

ActionScript 1/2 :: Flash Pro 8 Will Function In Windows 7 64bit?

Dec 23, 2009

Does anyone know if Flash Pro 8 will function in Windows 7 64bit. Ive done some digging and so far no one seems to know.

View 1 Replies

Flash 9 :: Detecting Modified/created Files In Windows (specifically Due To CS4 Installer)?

Nov 15, 2008

I am wanting to install flash CS4, but I want to know exactly which files and registry keys it creates and changes. Spybot informs me of all registry changes, but that is it.Is there any antivirus software or something that will tell exactly which files get changed, created, or deleted during a set period of time or by a specific program? Otherwise I could just search for all files that have been created or modified within the last 45 minutes,

View 1 Replies

Switched From Windows To Linux Hosting, Flash Not Playing?

Sep 5, 2009

I switched to Linux in order run zen cart and now Flash isn't playing on my sites. My host says in need different scripts for Linux, but can't/won't say wha

<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script></head><body><div id="apDiv1">  <script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,

[code].....

View 20 Replies

Windows :: Finding An Amazon EC2 Hosting Instance For A Website?

May 28, 2011

My company is about to conduct a big project which involves a flash games website. This website is targeted to the US, meaning it will serve a lot of concurrent users. We bought many flash games and the website is about to be finished, so we must find a hosting company right away.

The website consists of 10 static pages, 140KB each (design+images+CSS).JavaScript is being delivered via Google CDN (jQuery, SWFObject) to save bandwidth.We have 20 SWF games, each weights around 500KB to 6MB top.I'm planning to use dynamic compressions and basically any possible method to save bandwidth and resources, but nevertheless I must get a large hosting for possible growing in the future.SQL is nothing special: DB size will be 150MB top and all tables are indexed using fulltext catalogs and non-clustered indexes.

After doing some research, I've found that big websites are using Amazon's EC2. I tried to contact Amazon but they're weren't really helpful. All I got is the following URL.We are talking about Windows 2008 R2 and SQL Server 2008 R2.

View 1 Replies

Flash :: Professional - Can't Get Adobe Player 10.3.181.14 To Work On I.E. 9 32bit?

May 17, 2011

I have Windows 7 64-bit running on a Dell Studio 1558 with Internet Explorer 9 32-bit. Adobe FlashPlayer 10.3.181.14 is installed. All was fine (i.e., videos played well; e-cards displayed well) up until a few days ago. Now, videos won't play (the screen remains black) and e-greeting cards won't open. I have re-installed FlashPlayer several times. Shockwave Flash Object is enabled.

View 2 Replies

Professional :: Runtime Error When Launching Flash CS5 In Vista 32bit

Aug 11, 2010

I installed Flash CS5 as a Trial and when I tried to launch it the error message appears on the screen:

Visual C++ Runtime Library
Runtime Error
This application has requested Runtime to terminated it in a unusual way. Please contact the applications support team for more information.

I already tried to re-install Vista again and even tried to install flash in XP with the same unsucess result.

View 4 Replies

ActionScript 2.0 :: Way To Send Variables To Php File And Process Them Inside Flash File

Feb 14, 2005

Im pretty new with the flash -> php -> mysql thing .. And I have made a script that sends some variables (that a user inserts in some input forms) with some var names, and then php handles it and insert it into my MySQL database its kinda ugly that a page pops up and opens the php page.So I was wonderin' if there is some way to send the variables to the php file and process them inside the flash file. without openin' some fancy browser window ?

View 3 Replies

Professional :: CS3 Flash Authoring Work On 64bit Win7?

Mar 28, 2012

will my CS3 Flash authoring work on 64bit win7?

View 1 Replies

ActionScript 2.0 :: Make Windows Popup On Flash Projector When Click On Buttons While Exploring The Contents Inside?

Apr 24, 2004

I will be making flash projector. How do I make windows pop up on flash projector when you click on buttons while exploring the contents inside?

View 7 Replies

Php :: Uploading An Image From Flash More Specifically HTTP_RAW_POST_DATA?

Aug 4, 2010

I currently have it working so it displays a dialogue box to save the image on your computer:

if (isset($GLOBALS["HTTP_RAW_POST_DATA"]))
{
// get bytearray

[code]....

View 2 Replies

ActionScript 3.0 :: Flash Adding Properties To An Object / Specifically Arrays

Nov 26, 2010

I'm fairly new to AS3. In AS2 I often used objects to store properties so I can creatre them dynamically and refer to them later.Sometime I use an array as a property. I am wondering if my method of doing this is the best way, or if AS3 has other methods that might be better suited.In this case I have an object that stores properties like ID no. and I also want to store an array of sub properties which are in array.[code]

View 3 Replies

Flash - Set The Key Of A Shared Object With The Contents Of A String As Opposed To Specifically Naming The Key?

Jul 18, 2011

In AS3 I would like to set the key of a shared object with the contents of a string as opposed to specifically naming the key.

so.data.test = "andy" // this is the basic working system

I do not want to write test I want something like this

// this is a non working and incorrect solution but shows what I am trying to do.
String myKey = "test"
so.data.{myKey} = "andy"

View 1 Replies

Embed Flash Games Into Windows Forms Application.net Compact Framework Under Windows Mobile 6?

Feb 5, 2010

I want develop an application on windows mobile.In this app, i need to show some Flash games to the end user.ow should I do?embed an Flash ActiveX Control (in Windows mobile Form application) ?embed an IE control?BTW (because i do not have a windows mobile device now)Can I views flash in IE of the windows mobile device?for play flash, Macromedia Flash Player 7 for Pocket PC should be installed on your windows mobile emulator.DIT2:after practice i found following package should be installed before your windows mobile progr

Vista SP2
Visual Studio 2008 SP1
Windows Mobile Device Center

[code].....

View 2 Replies

Flash :: Determine What Page Is Hosting Swf?

Sep 5, 2010

I have a SWF that can be hosted in several different places on the web (including facebook.com). How can I determine which page is hosting my SWF from within Actionscript?

View 3 Replies

Flash :: AS3 Swf Hosting An Swf Share The Same Array?

May 22, 2009

I have an AS2 swf that has an array that is updated when a user clicks on items on the screen. The array stores the currently selected items. This As2 swf is hosted by an AS3 swf loaded in using Loader class and a local connection between them is managed by swfBridge. I want to know what the best way for both AS3 and AS2 swfs to share this array is? or how can I call a function in the AS2 (client) swf and return the array to the AS3 (host) swf when it needs to read the items from the array?

View 1 Replies

Java :: Get The Flex Compiler To Work With A 64bit JRE?

Jun 2, 2010

Are there any workarounds to get the Flex compiler to work with a 64bit JRE? If I use an MXMLC task in an Ant buildfile in Eclipse it works fine but if I try to use MXMLC from the command line (or try the Run... command from FDT in Eclipse) it fails, telling me ...

"Error loading: C:Program FilesJavajrrt-1.6.0jreinjrockitjvm.dll"

(this is with a 64bit JRockit runtime but that shouldn't matter).

View 1 Replies

Flash8 :: Flash Web Hosting Site Recommendations?

Apr 4, 2009

I am in the middle of creating a Flash website for our baseball association. It will probably be below 2 megs in size. for a low-cost or free web hosting site? I do not know where to start.

View 1 Replies

Flash Streaming Video Hosting Solutions?

Aug 2, 2011

I'm trying to find a reliable yet cost-effective solution for hosting our small collection of .f4v videos. We're a small company so price is a major consideration. We also need the video to stream.I found Vimeo and it's cheap but they don't provide streaming.

Viddler looks like a good solution. It's is a little more expensive but streaming is available.We're trying to avoid enterprise solutions such as Akamai, etc.Any others out there?I also know about Red5 but prefer to have it hosted.

View 2 Replies

Flash :: API Method On The Same Server That Is Hosting The SWF File?

Nov 4, 2011

I'm trying to request to an API method on the same server that is hosting the SWF file. I'm getting a security error 2048. This occurs whether I use POST or GET, and leaving the request data blank doesn't improve things. Nothing is sent in either case, and I get a SecurityErrorEvent to stare at. Everything works smoothly from the IDE.

The applet isn't trying to load the crossdomain.xml file, so it apparently isn't considering the request to be cross-domain, and shouldn't be any other domains involved. Loading images from the swfRoot works fine.

Is there anything else that could be causing this error? Furthermore, is there any way I can find out more details about what exactly is going on? Tracing the toString of the ErrorEvent only gives me "Error 2048" - I've seen reference in other questions to messages for this error that read "cannot load data from XXX", but I can't seem to get one of these (I'm using Flash CS5).

[Code]...

View 3 Replies

Actionscript 3.0 :: Flash Media Server Hosting?

Mar 4, 2009

I'm building a site that is using 4 looping videos as background and would like to host the videos on a FMS.

View 4 Replies

Networking - Hosting Games Locally With Flash?

Jun 6, 2011

Is it possible to use Flash (or a Flash compatible service) to allow players in a game to host their own games (using their own bandwidth), through a web browser? In a way, to run their own game servers (for a Flash in-browser game) from their computer, but through a web browser using Flash?

View 2 Replies

ActionScript 3.0 :: BUG: Win7 64bit Doesn't Work With GoDaddy SSL?

Sep 6, 2010

HTTPService will not load any page or service that uses a GoDaddy SSL To reproduce:use URLLoader to load (or any website that uses godaddy ssl certificates)from a swf or air app on Windows7 64bitFaultEvent StreamError 2032GoDaddy SSL Certificates work on32bit and 64bit OSXand 32bit windows7 and windows XP

View 1 Replies

Linux :: Flex IDE / Development Env That Works On Ubuntu 64bit?

Oct 28, 2009

Is there a good Flex IDE/development env that works on Ubuntu?Where can this be found?

View 5 Replies

Media Server :: Cheapest Flash Stream Hosting?

Oct 27, 2009

I'm looking for the very least expensive host or CDN to host and stream from (live & on-demand) using FMIS 3.5 and related flash servers. Can anyone provide the cheapest place to host and CDN from? I willl consider both Adobe or Wowza.. but ideally want Adobe.
 
Also, many cheaper hosts or CDNs use Wowza, i'm wondering if you have any major pros vs cons type comments about going with Wowza?

View 1 Replies

Flash :: Not Showing Online / When Loaded To Hosting Site

Nov 16, 2009

My Flash file works fine on local file, but when loaded to hosting site, nothing shows. Zilch. Not had this problem before, but I've not tried with this hosting service before, which is GoDaddy. Could that be the problem? Or is there something wrong with my coding? Here's the URL: [URL] The Flash is 1020 px wide, 350 px high, and its supposed to be right under the spry menu (which isn't working either for some reason! No drop and wrong color for rollover!).

View 2 Replies

Media Server :: Installed Adobe11 For Windows7-64bit But Still Freezing

Jul 15, 2011

I am really new at this forum thing and am quite an amateur when it comes to computers, I am taking some classes, so please be patient with my ignorance when it comes to computers You Tube, Ehow, or any kids web sights(for my kids),ie:PBS; continuously freezes. I just recently bought a Samsung RV511. When I first started using it adobe worked just fine but only for about a month and now I don't remember changing anything. The only advice I have gotten was that I should back up and restore my computer. I have not done this because I am not sure exactly what it will affect. I have backed up my computer to a external hard drive but that is as far as I have gotten.

View 4 Replies

Windows :: Flash AS3 Animation In Mac Vs Windows

Jan 12, 2010

I am working on a short animated story, which has a scrubbable timeline and chapter headings. I used TimelineMax for sequencing it. For the most part, it is working fine. I am seeing some strange behavior that pop up, though: sprites disappear, functions stop responding to user input, seams of the sprites become transparent -- all small issues but pretty hard to nail down because they happen in Mac only.

So I am wondering what is wrong with Flash, and why it misbehaves on a Mac?

View 2 Replies

Professional :: Flash Slide Show Not Showing After Hosting Change

Dec 3, 2011

When I changed hosting from the companies hosting to my own personal GoDaddy hosting everything went right, except for 2 flash slide shows (Simple rotating images). They just apear as clear boxes now. You can see what I am talking about here: [URL] and here [URL] . You will notice the empty large empty box on the right in both pages. When you right click on it the browser recognizes that it is flash. On the Piza site I tried taking out the original code and entering the flash object via Dreamweaver CS5, but that yeilded the same results (I only mention this because the code on that site will thus look a bit different).

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved