Articulate Community Forums

Articulate Community Forums » Articulate Product Forums » Articulate Presenter » using articulate in a rails project

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 05-16-2008, 03:16 PM   # 1
eight
Member
 
Join Date: May 2008
Posts: 1
Default using articulate in a rails project


I don't know how many of you use ruby on rails but I am trying to use some articulate generated swfs in a project of mine.
I am not using the generated player.html file but have my own .html.erb file that loads the playershell.swf. This swf file is loading fine but then nothing happens. From the activity window in Safari I'm finding 2 errors.

http://localhost:3000/presentation/slidegroup.swf not found
http://localhost:3000/presentation/stealthray.swf not found

So, it looks like it's trying to follow the URL in the address bar to get the other files instead of just looking in the directory the swf is located. This won't work with rails since the shown urls don't correspond to actual directories but rather to Rails controllers and methods.

Can anyone help me out with this? I really expected that the playershell.swf would just look for the other files without a path, assuming they were in the same directory.
eight is offline  
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On