Welcome to TalkGraphics.com
Results 1 to 10 of 24

Thread: Flash Jukebox

Threaded View

  1. #19
    Join Date
    Sep 2004
    Location
    Denver, CO
    Posts
    533

    Default Re: Flash Jukebox

    I think Paul was wanting to see your AS code. Unless you can decompile an swf, you can't see that.

    Josh, I took the liberty of decompiling your swf to peek at your code.

    First, you can move your swf's - tatjukebox2.swf, tat1.swf and tat2.swf into the root of your site. (Where your main html page is). I've done this and it works.

    Or second, you can try to change your AS code on your button states to have your FlashDocs subfolder.

    Your jukebox should be looking in it's same folder by looking at your code. It might be looking in the root of your site for your music.

    Code:
    on (release)
    {
        loadMovieNum("tat2.swf", 2);
    }
    Third would be to change your html so it doesn't look in the FlashDocs folder at all and move all your swf files into the root of your site.

    Here's an example. All I've done is take your files and put them into the root of your site. I then removed the FlashDocs from the paths in your html code. The code you posted above.

    http://www.bigplan.net/client/z_test...5single02.html

    Does this make sense?

    Those are some funky mixes!

    My wife and son had the opportunity to meet Cindi in Denver a few years back when she was touring with Cher. She's an incredibly nice person!

    Hope it helps.
    Last edited by RedWombat; 05 October 2007 at 01:33 PM. Reason: Change of information

    Red

    Big Plan Creative - Napoleon had one . . . Einstein had one . . . Do you have one?
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •