Ruby On Rails :: How To Create Picture Slideshows In Flash Project
Apr 15, 2010
In a rails project how would I create a picture slideshow? It could be generated as flash or use prototype or something else. I just want a series of images (as a sub-part of a web page, not be the whole page) to fade into each other, and to advance manually if clicked. It would be nice if I could do things like slowly zoom into the images. I imagine there must be a plugin or something to handle this?
View 1 Replies
Similar Posts:
Mar 24, 2012
I am trying to embed a flash file onto the homepage of my Ruby application. The homepage is in /app/view/home, and the flash file is in the projects /public/flash/myflash.swf.When I load the home page, I don't see anything, although the text is bumped below a square of the proper size I defined the file as.The code I am using to try and load the file is
<div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="346" height="383" id="Blox" align="middle">
<param name="movie" value="/flash/Blox.swf" />
<param name="quality" value="high" />
[code]....
I am thinking that either I am calling the file wrong by using value=/flash/Blox.swf, or that I am storing my flash file in the wrong place period. How can I get my flash file to load?
View 1 Replies
Apr 27, 2011
I'm starting to learn in flex and ruby on rails. I see some projects there is a flex folder under rails_project/app which contains controller, models, views. I think it's not mannually to add these folders to rails project.
View 2 Replies
Sep 28, 2011
I have a rails app that records a video from the webcam. After the video file is saved on the flex server, I need to create a record on the database calling the create action on my rails app from Flex. How can I achieve this? I need a url with params to be called. I think the authenticity_token is necessary to post data.
View 1 Replies
Feb 11, 2010
I was developing the Application in Flex and ruby on rails.
It is working fine some times. but some times i am getting routing error.
Error: "No route matches "/index.html" with {:method=>:get}"
Here index.html is my login page
View 1 Replies
Feb 6, 2010
I have the following two action methods:
[Code]...
The application is used through Facebook. I click the button and the flash contains the notice while create is being executed, but after that it's empty again. It doesn't survive a redirect.
View 1 Replies
Jul 20, 2011
How can we include (nicely) a swf file in a Rails application?By the way, I tried the swf_fu plugin but it didn't work. When I call my swf file located in the swfs directory, it tells me that the method is not found:
View 1 Replies
Sep 25, 2011
Having problems embedding my .swf file in rails 3.1. In past versions of rails I'd use swfobject and simply do:
<div id="swfbox">you don't have flash</div>
<script type ="text/javascript">
swfobject.embedSWF("swf/AudioRecorder.swf", "swfbox", "400", "400", "10.0.0", "");
[code].....
View 1 Replies
Feb 2, 2010
I have a XML-file, which I want to send to a rails server. To do so I use the following code:
<mx:HTTPService id="dataService"
result="resultHandler(event)"
resultFormat="e4x"/>
[code].....
View 1 Replies
Feb 27, 2010
i'm trying to figure out how i can handle login protected actions in RoR (Ruby on Rails) with Flex without using weborm or rubyamf remoteobject.I'm in the situation where i have to fill a datagrid with results of an HTTPService request after i log in correctly into my application. Can anyone suggest me the way to accomplish that?
View 1 Replies
Jun 29, 2010
I'm trying to upload a Dynamically generated file from Flex (PNG image) to Ruby on Rails Server back end using the following code (from Flex on Rails book):
[Code]...
View 1 Replies
Sep 20, 2010
I am trying to login in to my Rails app through an adobe flex application that uses Devise but cannot figure out how to map the AMF request to Devise::SessionsController#New. I tried the following
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="700" minHeight="600">
[code].....
View 2 Replies
Feb 2, 2011
How do I control what parameters are passed in a RemoteObject method? I noticed that when I directly download and run the code from this site, saving an object results in the following parameter set being passed back:
Processing PostsController#save (for 127.0.0.1 at 2011-02-01 23:34:55) [POST] Parameters: {0=>{"post"=>#<Post id: nil, title: "a", body: "b", created_at: nil, updated_at: nil>}, "post"=>#<Post id: nil, title: "a", body: "b", created_at: nil, updated_at: nil>}
[Code]...
View 1 Replies
Jul 12, 2009
I want to implement an application in Flex/Rails in Background as I know these two languages but I'm fairly beginner with Flex and Intermediate-to-expert with Rails. My application will display a calendar like object by which there are say 5-day week or 7-day week or a month (30-days) and in each day there will be some data such as appointments or such. I want users to be able to drag left or right to get more days after or before the displayed week for example and I want the boxes to be filled with proper appointments data.
What is the best way to implmenet this in your opinion, mainly from Flex point of view? Any architectural tips from the Rails side?
View 3 Replies
Dec 4, 2009
I am trying to use an HTTPService to send a string of text to a controller action. How do I access it within the controller?
View 2 Replies
Feb 1, 2010
I have a webpage based on ruby on rails. For one task I need some more complex user interface which I plan to do with a flex programm. The question is, how I can start the a new window with my flex programm and hand over the right url where the flex app can load its data in XML format...
View 1 Replies
Feb 8, 2010
I'm looking for a way to upload images that were created in my flex app to rails. I've tried to use paperclip, but it don't seem to work. I've got this tutorial here: [URL] The problem is, that they are using a FileReference to browse for files on the clients computer. They call the .upload(...) function and send the data to the upload controller. But I'm using a URLLoader to upload a image, that is modified in my Flex-App. First, here is the code from the tutorial:
[Code]...
View 1 Replies
May 21, 2009
I am a rails noob. I am having a problem conceptualizing how assets work in an authenticated system. All of the tutorials I've seen so far talk about putting your swfs in the public folder and embedding them in your view. However, the swf I'm using is a flex gui that should only be used by users logged-in through restful-authentication. I imagine that putting the gui into the public folder would be defeating the whole purpose of having an authentication system. So what is everybody doing to restrict access to this kind static content?
View 1 Replies
Apr 26, 2010
I am in the process of building a rails/flex application which requires audio to be recorded and then stored in our amazon s3 account. I have found no alternative to using some form of RTMP server for recording audio through flash, but our hosting environment will not allow us to install anything like FMS, Red5, etc.
Is there any existing Ruby/Rails RTMP solution that will allow audio recording? If not, is it possible for Rails to at least intercept the RTMP stream and then I can hope to reference red5's source or something for parsing the data (long shot, I know)?The other alternative I can think of is hosting a red5 server on another host and communicating with our rails app once the saving/uploading is done, which is not preferred.
View 2 Replies
Dec 20, 2010
We have a Rails 3 app using session-based authentication (modified acts_as_authenticated), and a Flex app that needs to be embedded in an html.erb template. The Flex app needs to access routes that have a before_filter set to check if the user is logged in. When interacting with the HTML site, this causes the user to be redirected to a login page, then sets a Rails session property (tied to a cookie) to record that the user is logged in when making future requests.The Flex app needs to access XML that's generated by Rails (behind the before_filter) and I don't want to force the user to log in twice -- what should I be passing as a flash parameter to the Flex app so that it can present as "already logged in" if that session exists (ie, the user has logged in via the HTML interface)?
View 1 Replies
Feb 19, 2012
I am trying to create a rails controller in ubuntu terminal with "rails generate controller test_it"
But I keep getting a screwy error.
[Code]...
View 1 Replies
Jun 20, 2009
I mean, the mvc for cairngorm and the one in rails don't overlap their functionalities? I'm not sure I understand the need for cairngorm with the rails backend..
View 2 Replies
Jul 27, 2010
I want to upload a file(photo) from Flex to Rails and then send a response back to the server in XML (contains photo URL and ID). I'm sending from my Rails server some XML as follows:[code]it doesn't seem to parse XML properly. I have used similar code before with URLLoader and it worked.
View 2 Replies
Oct 31, 2010
how to use flexpaper for my rails application? it needs swf formats, and our rails wud converted any supported file type to pdf.how to proceed further with converting pdf to swf on the fly and displaying it via the flexpaper app.
View 2 Replies
Nov 14, 2010
I'm running a rails3 project with an external asset host for all javascript, images, swfs etc. This is on a completely different domain. So know I tried to embed some SWFs using swfobject. In development (same host) everything works fine, but in production (different hosts) it doesn't start the flash (firebug shows the file is loaded but nothing appears on the page). I already put this crossdomain.xml file in the root of the asset host but it does not change anything at all.
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
[code]....
What can I do to make it work? The SWFs I'm using are not developed by me, so I cannot change them. Some are simple sounds, others are videos and small "apps". I don't want to have to make rails serve the swfs.
View 3 Replies
Aug 12, 2009
We have created on-line game that uses Ruby on rails for the server part. SWF client works well under browsers on Win&MAC. Windows stand-along client also works well but the MAC client runs down just after start. Analysis of the LOG file on the server shows a problem with a cookie for the session id. The server is not able to create the cookie on MAC to store session id.
View 5 Replies
Aug 28, 2009
We have created an on-line game that uses Ruby on Rails for the server part.The SWF client works well under browsers on Win & MAC. Windows stand-along client also works well but the MAC client runs down just after start. Analysis of the LOG file on the server showsa problem with a cookie for the session id. The server is not able to create the cookie on MAC to store session id.
View 1 Replies
Dec 6, 2010
Server side is Rails.
Client side is Flash, users will upload directly to S3
I need a flexible way to generate S3 policy files, base64 encode them, and then distribute the resulting signed policy to the client.
Is there a good library/gem for this, or do I need to roll my own?
I'll be using paperclip to store the file, as per: [URL]
I've had a look at:
[URL]
EDIT: Going to give the "Generate an upload signature..." bit here a shot: [URL]
View 1 Replies
Jan 29, 2011
I have been using the default built in flash all over my app, but now I realized that I need to have some more functionality with it:
- I need the messages to auto hide avec a given number of seconds (specifiable for each message would be great)
- I need to have a little closing button, so the customer can get rid of it whenever
- I need to be able to add a simple href link in there that the user can click if he wants.
View 1 Replies
Mar 28, 2012
I have a flash object embedded in my website with the embed code that I got from a website. It does not show up in Safari, it's just a blank area where the flash object is supposed to be. What can I do to get the object to show up in Safari?
Here is the embedded code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" height="250" width="258" id="sn_player" align="middle">
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
[Code]...
View 1 Replies