As3 :: Connecting To Remote Shares That Require Authentication?
Apr 30, 2011
new to as3 is there already built in libraries that allow for connecting to remote shares that require authentication?searching for as3 and smb is swarmed with results for a game written in flash called SMB, so i am not having any luck finding any info on google.
View 1 Replies
Similar Posts:
Jul 24, 2011
I would like to load a an image from an external domain and I have the below so far:
private function get_coverArt(coverArtID:String):void
{
var requestString:String = "/rest/getCoverArt.view?v=1.5.0&c=AirSub&id=" + coverArtID;
[Code].....
View 1 Replies
Jan 8, 2010
I'm testing out Adobe Flash Media Server and Wowza Flash Server and am trying to accomplish the following... Web server and Flash server are on different computers... Flash server is configured to stream vod files (.flv) from a remote file share (UNC path) on a separate Windows domain server.
I was able to get both servers configured and working. The final piece is to move both Flash servers to the DMZ segment of our firewall and test from outside our network. On the DMZ, the Wowza Server is able to connect to the remote file share and stream video as it's apparently leveraging the credentials I entered when I mapped a network drive to the file share and supplied valid domain credentials. The Adobe Flash Server is not able to connect to the remote file share and stream video because it seems that the connection method that the Adobe Flash Server uses is reliant upon the Adobe Flash Server Windows service account being a domain account... and when the server is on the DMZ it cannot access our domain controllers to authenticate.
Does anybody have any experience with this type of situation.? Or know if there's a way for Adobe Flash Server to leverage drive mapping credentials as opposed to the credentials that it starts the Windows service with?
View 2 Replies
Mar 1, 2010
I'm running FMS 3.5 on RedHat, and have some server side actionscript that is attempting to perform an HTTP GET on a remote URL, e.g:
loadVars.send("http://someurl/");
This works on a Windows XP development server, but not on the RedHat deployment server. Are there any configuration options that I need to be aware of in order to allow my application to perform requests such as these (i.e. HTTP requests to remote servers)?
View 1 Replies
Jul 23, 2009
Does anyone know where can i find tutorials or even examples for connecting to a remote web server via XML-RPC. I want to establish connection with the server and call a remote method ...
View 0 Replies
Jul 24, 2011
I am working on an Adobe Flex front-end with a Java back-end using JPA for persistence. he protocol I am using is remote objects (AMF) implemented with BlazeDS.I started out with a service-facade and entity DAOs, but without any specific DTOs. The same POJOs, the domain objects, were passed in the service-facade as those used as DTOs passed to the Hibernate DAOs.However, the latest few days I have been thinking whether this is a good approach or not. The latest article on the subject I read was this one:Interesting JPA Pattern blogThe situation:Say I have POJO Book with a unidirection ManyToOne relation with the POJO Category (i.e. each book may only be associated with one category, but the same category may be associated with many books). I see some alternatives:Alternative 1:I expose a method/operation addUpdateBook(Book book). In the implementation of this operation I add/update both the book and the referenced category.
View 1 Replies
Aug 16, 2011
The requirement is to get the method named getIncidentList() from web service using Soap and wsdl using Flex or Actionscript.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:WebService id="DirectoryService"
wsdl="http://cmuicds.rutgers.edu/uicds/core/ws/services/DirectoryService.wsdl"
useProxy="false"
[code].....
View 1 Replies
Jan 13, 2012
i need to connect to have a button on my website that connects to facebook (if not already logged in) and posts to the users wall.I've only done this from within an iFrame - do i still need AppId etc etc?
View 1 Replies
Aug 23, 2011
I would like to list all network shares but have no idea where to even begin my search, I assume that it has something to do with Samba etc., but really some guidance would be very useful.
I will be using Adobe AIR 2.5 - so I assume I have access to that sort of information, though I will be using the PlayBook from BlackBerry to access the network which has a full AIR implementation.
View 1 Replies
Jan 17, 2011
I've had an issue with using Facebook's Share feature.
The user experience on the shared content below is just completely unclear (even when I tested some clarified language: e.g. "click here"). Users simply don't know what to do: they often either click "Like," or they comment with something along the lines of "I support you."
According to the documentation, it is possible to share Flash content in these posts. I'm hoping I can create a "Support" button as an SWF button.
Is it possible to dynamically create such an SWF with a custom *href? Will my use case work on Facebook?
View 1 Replies
Sep 23, 2011
I have a game that will work better in Flash Player 11 (with Molehill) but also works in 10.3. I'd like to get players to automatically update to 11 with express install as much as possible (after it's released, of course), but don't want to force them.I tried this way of embedding it with SWFObject:
swfobject.embedSWF(
// url
"game.swf?version=1",
[code]....
View 2 Replies
Apr 7, 2010
I built a simple jpg comp click-through as a software demo, and inserted flash movies to simulate interative buttons (hover styles basically). I am using the SWFobject script to load the swfs, and they render properly. However, they seem to need a single click within the swf to "activate" them. This not the IE click to activate issue. They look correct. They just don't interact with the mouse until I have clicked inside the SWF once. This has the effect of making all the button require a double-click to work, and means that when I hover on them, they do not animate until after I have clicked inside.
This only seems to happen in Firefox... FF 3.6.3 and Flash Player 10,0,45,2
View 1 Replies
Aug 4, 2010
I have been trying to embed fonts for a program for the last couple of days. I have found many places that explain how to do it, but none of them have worked. I am wondering, do I have to use Flex SDK to embed fonts?I need to embed 18 fonts in a program, and I have even tried adding 18 textFields off of the stage, each with text in one of the 18 fonts and embeding the fonts via the properties panel. That doesn't seem to work either
View 2 Replies
Feb 6, 2010
I'm integrating a Flash-free web site with Facebook Connect.Loading it in Internet Explorer 7 (only in IE 7, not IE 6 nor IE 8) I get the famous IE information bar saying that the current web site requires the Adobe Flash Player and asks me if I want to install it.
If I remove the code needed to the Facebook Connect integration (some facebook-hosted javascript files), IE does not ask me to install Flash anymore.As I've already said my web site does not require Flash at all and with IE 6, IE 8, Firefox or any other browser I'm not asked to install the Adobe Flash Player.Is this normal? Does Facebook Connect require Flash? Does it need Flash only with IE7?
View 1 Replies
Mar 19, 2010
Solution: if you have the same problem, addElement() instead of addChild() is what did it
I'm trying to move away from mxml to actionsctipt. I have a <s:Rect> that I've created and set its properties, but having trouble adding it.
var aRect:Rect = new Rect();
//set properties like aRect.x, aRect.y, aRect.width, aRect.height
//tried adding it various ways
addChild(aRect);
Application.addChild(aRect);
[Code]...
View 5 Replies
Sep 1, 2011
I have a site where I want to restrict the user from moving forward unless they have visited certain pages. So if you visit page 1, 2, & 3, then a button appears that lets you move forward. I have this working using buttons. See Example: boolean.zip
However what I need to have happen, is instead of having it check to see if you visited the page by clicking a button, I would like it to check if you visited a frame just be going to that frame. I am not sure how to do that.
View 2 Replies
Dec 22, 2011
I'm attempting to create a top-down TRON light-cycle style game in Flash CS5, working in AS3. I've been looking into having a player-controlled sprite (a UIComponent) leave a trail as it moves across the screen, avoiding other lines and trying to get to the "exit". The player-controlled sprite will be controlled by the keyboard.I've looked at "snake" games to try to sort out the best way to do this, but I'm not sure that it's the best base to start from.
View 2 Replies
Sep 19, 2006
Is there a way to require fields in a form befor it is passed to php?
View 14 Replies
May 13, 2009
I am creating a driving game using the following method to drive the car forward: if (Key.isDown(Key.UP)) {speed += 1;} I also want to call a function when the key is pressed athough if I add a function call the function gets repeated as long as the key is pressed and I only require it to run once?
View 1 Replies
Dec 10, 2009
I have a canvas which I want to accept drags on. I have added a dragOver and dragEnter event listeners to the canvas, but they only work if I drag over something inside the canvas (another child element). I realised that if I set the canvas' background colour to black it works. So I have set it's background transparency to 0, which works... buy is there a better way to work around this apparent need for the canvas to have something inside it to accept dragEvents.
View 1 Replies
May 4, 2010
The argument to my method func() must implement the two unrelated interfaces IFoo and IBar. Is there a better way of doing this than declaring another interface only for this purpose that inherits from IFoo and IBar and using that interface as the argument type?
[Code]...
View 2 Replies
Sep 15, 2010
I'm looking for a flash uploader that doesn't need javascript/jquery. I'm not familiar at all with javascript so my attempts at flash/js hybrid uploaders have all failed to integrate with my script.
View 2 Replies
Jan 10, 2011
I want to implement something like a pick-and-change selector, like this one here, what tools can i use to accomplish something like that? Is flash adequate? Which has the shortest learning curve? I was told by my friend to use 3d max.
View 2 Replies
Aug 26, 2011
How do you or your company require designers to deliver their assets to coders? Do they deliver a PSD? A series of 24-bit PNGs?
If you are a coder, what would you include in a best-practice guideline to designers? If you are a designer, what questions would you like to see answered in such a document?
[Code]...
View 1 Replies
Jan 14, 2011
I need to be able to display charts that can capture what the user has clicked on. So for a pie chart, if a user clicks on a pie piece, I should be able to capture which piece he selected. Scatter plot should capture what plot, etc. Access-UI can't capture these things, only that a user clicked on the graph. So I need a different solution.
We do not have access to a web server. The front end needs to connect directly with the access database. So what front end solutions can I use that will give me the UI flexibility
Is there anything that allows me to use HTML/JS or flash? HTML/JS would be the best solution, followed by flash just due to its wide support. I was researching Web Browser Control but I am not completely clear on whether it is opening local HTML files or browsing through http. I also wasn't clear if it supports JS or can load Flash.
View 2 Replies
May 7, 2011
Im developing a flash based image gallery with a spin effect. at once you see only few images but you should have the option to reveal more images similar to this design [1]: http:[url].....jpg [Flash Photography Template]: http:[url]....I need the logic, should i just play with the tweens or it could be dynamic with action script?
View 1 Replies
Aug 23, 2011
There are many times that I've needed to execute some code after a number of events have fired, and I've come up with counters and such but I feel there must be a better way.For example, say five files need to be loaded, after which a UI component will become active.If I set up a counter that increments each time a file is requested, then decrements each time one has loaded, I run the risk that the first two or three files may somehow get completely loaded before my code gets around to requesting the fourth and fifth, which would mean that my counter would be at zero when I still have two files to load, thus allowing the UI component to be prematurely activated.
There are some cases where you could know the number that need to be loaded before the requests go out, but it's possible that the first file contains the paths (and therefore the number of) files.And this file-loading scenario is only an example of the pattern I'm trying to explain.)
View 4 Replies
Aug 9, 2007
I just created a 448x380 SWF with the following code:
[Code]...
Why doesn't that load a video? The skin partially appears, but the video does not. Hitting "Play" gives a server error, even though I'm testing locally. Does FLVPlayback need the full MACHINE PATH -- file:////blah blah blah -- to access that local file? You'd think not.
View 2 Replies
Sep 21, 2011
Recently struggling with weird IE9 + Flash problem I came over multiple advices to use classid and codebase attributes specifically for IE. But couldn't find any explanation of why they might be required or what they simply do. Any good writeup on this topic anywhere? Side-question: Can I just make classid value up out of my head or it should be generated according to some rules?
View 1 Replies
Dec 27, 2010
How many instances of Video, NetStream and NetConnection would be needed for multiple videos?Not sure that's the right question but essentially here's the objective:Currently, I'm working on an interactive product tour, parts of which are to consist of short video clips, each covering a feature. While only one such clip will be playing at any given time, I'd like put them all at the application's fingertips as part of the initial preloading process before launching into it. The idea is to provide a seamless instant-play user experience without hitting the breaks before individual segments.Honestly, I hate pre-caching crap into user's memory, especially when some of that content may be potentially ignored. However, given the target audience, it is reasonable to predict that all features will be explored most of the time, so it's a fair compromise to me. Besides, I went to great lengths to keep the mp4s' sizes to the minimum.Anyway, I'm guessing you don't really need more than one instance of the Video class but how many NetStreams and NetConnections do I you need, probably one of each per video, ha?
View 0 Replies