Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: clemcrock
  • Content: Threads
  • Order by date
  1. clemcrock

    Simple app - problems w/ routes

    Hello, I'm trying to get the backbone of a rails project up and running on localhost and also on a rails playground hosted site. On localhost the app runs great and I can call my say/hello w/ either: http://localhost:3000/controller/say/hello or http://localhost:3000/say/hello, but when I...
  2. clemcrock

    Nested Shapes vs. Nested Sprites in AS 3.0

    Hello, I'm trying to learn Actionscript 3.0 from the ground up. I am trying to figure out why I can't create nested shape objects in the manner that's demonstrated below w/ Sprite objects. var container:Shape = new Shape(); When I change the below from a Sprite to a Shape I get...
  3. clemcrock

    Problem migrating onClipEnter frame and angle property in as 3.0

    Hello, I'm trying to migrate a simple actionscript 2.0 app to 3.0 and I'm having some problems finding equivelents of the onEnterFrame methods and the angle property in as 3.0. In this section, I need to have the t movieClip variable onEnterFrame method call the mover function: for(var...
  4. clemcrock

    Ordering by date in a hash array

    Ordering by date in a hash arrayHello, I'm trying to find a solution for ordering a hash array by dates. The dates are coming from a feed and are in this form: Wed, 01 Nov 2006 13:52:46 GM Does anyone know of any flash date extensions that can use timestamps? Thanks, Clem C
  5. clemcrock

    CreateTextField not showing - HELP!

    Hello, I'm creating a series of movie clips that are attached from the library. After the movie clip is attached, I want to create some text on that movie clip. When I try this, I can't see any of the text that is created When I print the movie clip contents it shows that the the mytext...
  6. clemcrock

    Starting apache 2.2.8 server = no errors but does nothing

    Hello, I've installed apache 2.2.8 on Ubuntu and I have gotten as far as setting httpd.conf up as far as it won't throw any errors when I do a sudo httpd -k start. The only thing, is that when I run sudo httpd -k start, nothing happens. Where is the first place one would look to diagnose this...
  7. clemcrock

    Translating this test using Mocha

    Hello, I'm trying to learn Mocha and having a bit of problems how to translate some of my tests to the mocha world. For example - I'm trying to convert this simple test: [code] def test_get_feed_details_w_bad_url assert_incomplete_test get :feed_widget_details, :k =>...
  8. clemcrock

    linking classes to upper directories?

    Hello, I see a million examples of linking classes and packages that reside in the same directory or subdirectories w/in the the same directory as the main flash project but I can't find any examples of linking to classes in upper directories. For example most linkage properties will look...
  9. clemcrock

    Problems w/ Ruby on Rails and datagrid images and css style sheets

    Hello, I'm developing some flash programs that use datagrids w/ HtmlCellRenderer that allows for embedded images w/in datagrid cells and also calls an external css stylesheet w/in a rails environment The problem is that every call to the image in the datagrid is registered as a GET call...
  10. clemcrock

    Problems w/ the @ character in input textfields

    Hello, On certain browsers, I have been hearing our customers complain that when they try to input an email address, the @ character is getting converted to an "à" character I cannot reproduce this error on any of the machines I have access to but I wanted to know if there were known...
  11. clemcrock

    Can't post multiple YouTube videos in an swf file.

    Hello, I'm making a little gallery of Youtube videos and I can't seem to load more than one in one .swf file. It seems that once one is loaded - another one can't be played even if you completely remove the container clip from the stage. I made a quick example of the problem here...
  12. clemcrock

    Adding a program to Norton's ignore list

    Hello, I was trying to figure out how to add programs to Norton's ignore list when you run a virus scan. I have a program that keeps showing up as spyware when it's not. Any ideas on how to do this? Thanks, Clem
  13. clemcrock

    Can't access xml file from swf

    I have a curious problem. I have an swf file that is trying to read an xml file from this server: demo.feedxi.com The full Url looks like this: http://demo.feedxi.com/Warm.xml?source=true&s=Test Search&w=google&w=yahoo&w=youtube&w=msn Now by, itself, the swf reads the xml file w/ no problem...
  14. clemcrock

    auth_digest_module garbled Apache 2.2.4/ php 5.2.4

    Hello, I have installed Apache 2.2.4 and php 5.2.4 on my Ubuntu platform and when I do sudo httpd -k restart I get this: httpd: Syntax error on line 66 of /etc/apache2/httpd.conf: API module structure `auth_digest_module' in file /usr/lib/apache2/modules/mod_auth_digest.so is garbled -...
  15. clemcrock

    Percentage query w/ in 15 minute time ranges

    Hello, We have a site where our users, after signing up for our site and are flagged as 'verified', can upload Mp3's into our site. There are 3 tables that are involved: A users table which contains page_object_id (in this case will be the artist_id), a songs table which will record Mp3's...
  16. clemcrock

    Syntax error in class declaration extends MovieClip

    So, I'm trying to get used to OOP flash and I'm getting kicked even before I start. I have the beginning of the class which is implemented as such class AuthorizeClass extends Movieclip { } I have saved this in AuthorizeClass.as and include the class in test.swf like this: #include...
  17. clemcrock

    Problems w/ flash 8 LocalConnection and Mac Firefox crashing

    Hello, I am using LocalConnection to talk between different mp3 players on our site and it works flawlessly in PC browsers but when I try to use Mac Firefox I get random browser crashes when I click on the play buttons on the mp3 players that crash Firefox so bad you have to restart the...
  18. clemcrock

    Problems testing w/ seconds at runtime

    Hello, I constantly run into this problem when trying to test assertions against time w/ seconds. Since there can be a tiny lapse time between when a test is fired off and the value is tested your test can be off by a second, therefor causing it to fail. For instance. I have an...
  19. clemcrock

    Downloaded flash application pulls website image w/ it

    Hello, I'm developing a downloadable flash application that I want to include an image associated w/ a specific user w/ the download. Basically, I want the user's website image to be pulled down or pointed to when the .swf or .exe file is downloaded to a user's computer. I don't know if...
  20. clemcrock

    Movie clip resize not working when image is loaded

    Hello, I'm having some strange luck in building an image slide show. I load the image paths into an array from an XML page and then step through the array elements w/ forward and back buttons. I have an empty image clip on the stage where I create an empty movie clip inside each time a...

Part and Inventory Search

Back
Top