Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Flash SWF file not in preview window

  1. #1

    Flash SWF file not in preview window

    a Flash .SWF file when loaded into a QT device does not show up in the preview but does show up in the full screen mode.

    I did get it to finally show up but I started clicking around and then it came up one,,, then would not come up again....

    tg

  2. #2
    Quote Originally Posted by timgrivas
    a Flash .SWF file when loaded into a QT device does not show up in the preview but does show up in the full screen mode.

    I did get it to finally show up but I started clicking around and then it came up one,,, then would not come up again....

    tg
    please send me your flash file.
    Its a long while since i checked this

  3. #3
    i upgraded QT to the latest and now samsc will not play flash files..

    this is urgent..
    please reply or call me..
    tg
    Tim@yodayoda.com
    Yodayoda.com
    +1214 772-5487

  4. #4

    still

    I found this in QT help... but it does not "HELP" me on a mac.. i guessed as to how it could be done on the mac but it is not working for me...
    -----------

    Viewing Movies that have Flash Content

    Some QuickTime movies contain a Flash track . To enable these movies to play properly you must turn on support for Flash within QuickTime.
    To enable Flash playback in QuickTime movies (in Windows):

    1 Choose Edit > Preferences > QuickTime Preferences.
    2 Choose Advanced.
    3 Select "Enable Flash."

    -------------
    Tim@yodayoda.com
    Yodayoda.com
    +1214 772-5487

  5. #5

    enabling flash plackback in QT is not an option

    i can not find the switch to enable flash content playback in QT ,,,
    QT version 7.41
    is it just me? ...Or did apple remove this switch?

    tg
    Tim@yodayoda.com
    Yodayoda.com
    +1214 772-5487

  6. #6
    Quote Originally Posted by timgrivas View Post
    i can not find the switch to enable flash content playback in QT ,,,
    QT version 7.41
    is it just me? ...Or did apple remove this switch?

    tg
    QT as drop support for .swf . m I wrong ? Since tiger I believe

  7. #7
    think they dropped it in 7.4.1

    tim will probably move to html based pages- i just fixed something in samsc-

    catalyst web pages work-

    there is a also kiosk mode in opera browser-

    http://www.opera.com/support/mastering/kiosk/

    source for a simple html file to make a web page in samsc looks something like this-
    Catalyst is different- i added a different and easier way of doing this-.


    Code:
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    
    <body>
    <p>samsc cue trigger html.... </p>
    
    <form action="http://localhost:7000/samsc(cuelist,searchandplay,10)" method=get>
    <input type=submit name="whatvever" value="cue10">
    </form>
    <form action="http://localhost:7000/samsc(cuelist,searchandplay,20)" method=get>
    <input type=submit name="whatvever" value="cue20">
    </form><p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>Hello world this is one way to proceed.... </p>
    </body>
    </html>

  8. #8
    the same thing in catalyst is:

    Code:
    <p>Catalyst is slightly different and more compatible with the way html forms work.</p>
    <p>There are different ways to use the form submit action to run a cue list cue. </p>
    <form action="http://localhost:8080/commands/?" method=get>
    <input type=submit name="FindPlayShowCue" value="10">
    </form>
    
    
    <form action="http://localhost:8080/commands/?sleepcomputer" method=get>
    <input type=submit name="sleepcomputer" value="sleep computer">
    </form>
    
    <p>Or from a link: </p>
    <p><a href="http://localhost:8080/commands/?FindPlayShowCue=10">Cue 10</a></p>
    <p>&nbsp;</p>
    
    <p>&nbsp;</p>
    <p>&nbsp; </p>
    </body>
    </html>

    Replace localhost by the address of the computer running catalyst.

  9. #9
    Quote Originally Posted by samsc View Post
    Replace localhost by the address of the computer running catalyst.
    it's better to use bonjour name instead the actual address, this allow you to use DHCP . [edit] Only if you are using Mac to Mac
    Last edited by emilianomorgia; 24-02-2008 at 12:17 PM.

  10. #10
    Quote Originally Posted by emilianomorgia View Post
    it's better to use bonjour name instead the actual address, this allow you to use DHCP .
    yes but only if you are running on a mac only network.
    bonjour names are confusing to other people.

    im not sure how bonjour names would work then.

Similar Threads

  1. Print File Preview Library
    By davidpzk in forum Software support
    Replies: 0
    Last Post: 13-03-2005, 08:37 PM
  2. audio and movie missing file display
    By samsc in forum SAMSC Bug reports
    Replies: 3
    Last Post: 09-03-2005, 12:29 PM
  3. Doubleclicking a SAMSC file doesn't open application
    By Pipo in forum SAMSC Bug reports
    Replies: 2
    Last Post: 07-03-2005, 10:52 PM
  4. d16 - cant quit file preview in full screen
    By samsc in forum SAMSC Bug reports
    Replies: 0
    Last Post: 04-03-2005, 09:07 AM
  5. render your scene to one file??
    By peppe in forum Catalyst Feature requests
    Replies: 0
    Last Post: 07-05-2004, 01:28 PM

Posting Permissions

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